How can I disable Solitaire on Windows 11 at work?

0
5
Asked By CuriousCat872 On

I'm trying to figure out how to disable games on Windows 11 workstations, mainly Solitaire. I believe it's part of the Microsoft Games collection and I've been looking for ways to apply settings through Group Policy, but I'm not having any luck. If there are any alternatives to Group Policy for disabling this, I'd love to hear them. Thanks a lot!

3 Answers

Answered By GameHunter99 On

The simplest way to disable Solitaire is to uninstall the app itself. You can do this by using PowerShell or similar methods; there have been plenty of guides available for a while now.

Jokester210 -

You mean they aren't making TikToks about this?!?! Just kidding!

Answered By TechWiz84 On

You could use AppLocker as an option to block the game, but keep in mind that it's only available in the Enterprise version of Windows 11, so it might not work for everyone.

NetworkNinja56 -

Yeah, I heard that AppLocker is pretty limited in the editions it supports, so check your plan before getting too deep into it.

Answered By GamerDude15 On

Another route is to specifically execute this command in PowerShell: `Get-AppxPackage -AllUsers Microsoft.MicrosoftSolitaireCollection | Remove-AppxPackage`. It should remove the Solitaire package for all users.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.