Disabling Windows Games/Software via GPO Software Restrictions

Mohammed Ahmed 20 Reputation points
2024-11-14T12:32:15.37+00:00

Disabling Windows Games/Software via GPO Software Restrictions

I tried Computer Configuration > Policies > Windows Settings > Security Settings > Application Control Policies > AppLocker. this but no luck

please any other way to block solitaire game in windows 10 and windows 11 using group policy .please help me in this us

Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Wesley Li 11,285 Reputation points
    2024-11-14T18:12:48.6066667+00:00

    Hello,

    Let's explore another method using Group Policy to achieve this.

    Using Software Restriction Policies

    You can use Software Restriction Policies (SRP) to block specific applications like Solitaire. Here's how you can do it:

    1.Open Group Policy Management Console (GPMC):

    Press Win + R, type gpmc.msc, and press Enter.

    2.Create a New Group Policy Object (GPO):

    Right-click on your domain or organizational unit (OU) where you want to apply the policy, and select Create a GPO in this domain, and Link it here....

    Name your new GPO, for example, "Block Solitaire".

    3.Edit the GPO:

    Right-click on the newly created GPO and select Edit.

    4.Navigate to Software Restriction Policies:

    Go to Computer Configuration > Policies > Windows Settings > Security Settings > Software Restriction Policies.

    If no policies are defined, right-click on Software Restriction Policies and select New Software Restriction Policies.

    5.Create a New Hash Rule:

    Right-click on Additional Rules and select New Hash Rule.

    Browse to the location of the Solitaire executable file (usually C:\Program Files\Microsoft Games\Solitaire\Solitaire.exe or C:\Program Files\WindowsApps\Microsoft.MicrosoftSolitaireCollection_*\Solitaire.exe).

    Select the file and click Open.

    Set the Security Level to Disallowed and click OK.

    6.Apply the GPO:

    Close the Group Policy Management Editor.

    Ensure the GPO is linked to the correct OU or domain.

    Using Path Rules

    Alternatively, you can use Path Rules to block the application:

    1.Follow steps 1-4 above to create and edit a GPO.

    2.Create a New Path Rule:

    Right-click on Additional Rules and select New Path Rule.

    Enter the path to the Solitaire executable file (e.g., C:\Program Files\Microsoft Games\Solitaire\Solitaire.exe or C:\Program Files\WindowsApps\Microsoft.MicrosoftSolitaireCollection_*\Solitaire.exe).

    Set the Security Level to Disallowed and click OK.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.