SOLVED

remove clock&alaram, groove music, xbox from joined domain PC

Copper Contributor

Please guide me on how to remove the below applications from joined PCs on windows server 2019

 

Is it recommended to put one policy for all or a separate policy for each application please?

 

casual games

alaram&clock
feedback hub
get help
groove music
xbox

@LeonPavesic 

1 Reply
best response confirmed by Samer Rustom (Copper Contributor)
Solution

Hi @Samer Rustom,

thanks for your question.

It is recommended to create a separate policy for each application you wish to remove. Here's a step-by-step guide:

  1. Log in to the domain controller with administrative privileges.

  2. Open the Group Policy Management console by pressing Win + R, then typing gpmc.msc, and pressing Enter.

  3. Create a new Group Policy Object (GPO) by right-clicking on the desired organizational unit (OU) or domain, then selecting "Create a GPO in this domain, and Link it here."

  4. Give the GPO a descriptive name like "Remove Groove Music."

  5. Right-click the newly created GPO and select "Edit" to open the Group Policy Management Editor.

  6. In the Group Policy Management Editor, navigate to "Computer Configuration" > "Policies" > "Windows Settings" > "Security Settings" > "Software Restriction Policies."

  7. Right-click "Software Restriction Policies" and select "New Software Restriction Policies."

  8. In the right-hand pane, right-click on "Additional Rules" and select "New Path Rule."

  9. Specify the path or file name of the application you want to remove. For example, for Groove Music, you would enter C:\Program Files\WindowsApps\Microsoft.ZuneMusic* (make sure to include the asterisk *).

  10. Choose the security level as "Disallowed" to prevent the application from running.

  11. Close the Group Policy Management Editor.

  12. Apply the GPO to the desired OU or domain by right-clicking on the OU or domain and selecting "Link an Existing GPO."

  13. Select the GPO you created, and click "OK."

  14. Wait for the Group Policy to propagate through the network or force a Group Policy update on the target machines using the command gpupdate /force in an elevated command prompt.

By following these steps, you can create separate policies for each application you want to remove, such as Groove Music, Xbox, Alarm & Clock, etc. Remember to adjust the file paths and names accordingly.

Kindest regards

1 best response

Accepted Solutions
best response confirmed by Samer Rustom (Copper Contributor)
Solution

Hi @Samer Rustom,

thanks for your question.

It is recommended to create a separate policy for each application you wish to remove. Here's a step-by-step guide:

  1. Log in to the domain controller with administrative privileges.

  2. Open the Group Policy Management console by pressing Win + R, then typing gpmc.msc, and pressing Enter.

  3. Create a new Group Policy Object (GPO) by right-clicking on the desired organizational unit (OU) or domain, then selecting "Create a GPO in this domain, and Link it here."

  4. Give the GPO a descriptive name like "Remove Groove Music."

  5. Right-click the newly created GPO and select "Edit" to open the Group Policy Management Editor.

  6. In the Group Policy Management Editor, navigate to "Computer Configuration" > "Policies" > "Windows Settings" > "Security Settings" > "Software Restriction Policies."

  7. Right-click "Software Restriction Policies" and select "New Software Restriction Policies."

  8. In the right-hand pane, right-click on "Additional Rules" and select "New Path Rule."

  9. Specify the path or file name of the application you want to remove. For example, for Groove Music, you would enter C:\Program Files\WindowsApps\Microsoft.ZuneMusic* (make sure to include the asterisk *).

  10. Choose the security level as "Disallowed" to prevent the application from running.

  11. Close the Group Policy Management Editor.

  12. Apply the GPO to the desired OU or domain by right-clicking on the OU or domain and selecting "Link an Existing GPO."

  13. Select the GPO you created, and click "OK."

  14. Wait for the Group Policy to propagate through the network or force a Group Policy update on the target machines using the command gpupdate /force in an elevated command prompt.

By following these steps, you can create separate policies for each application you want to remove, such as Groove Music, Xbox, Alarm & Clock, etc. Remember to adjust the file paths and names accordingly.

Kindest regards

View solution in original post