Jun 28 2023 01:36 PM
I need your kind support to remove windows store + mail application from all joined domain pc on windows server 2019
Please guide me with the steps.
Jun 29 2023 01:49 AM
SolutionHello @Samer Rustom,
To remove the Windows Store and Mail application from joined domain PCs on Windows Server 2019, you can utilize Group Policy to disable these applications. Here's a step-by-step guide:
Log in to the domain controller with administrative privileges.
Open the Group Policy Management console by pressing Win + R, then typing gpmc.msc, and pressing Enter.
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."
Give the GPO a descriptive name like "Disable Windows Store and Mail."
Right-click the newly created GPO and select "Edit" to open the Group Policy Management Editor.
In the Group Policy Management Editor, navigate to "User Configuration" > "Policies" > "Administrative Templates" > "Windows Components" > "Store."
Double-click on the policy named "Turn off Store application."
Set the policy to "Enabled."
Close the Group Policy Management Editor.
Apply the GPO to the desired OU or domain by right-clicking on the OU or domain and selecting "Link an Existing GPO."
Select the GPO you created, and click "OK."
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 disable the Windows Store application on joined domain PCs. This will prevent users from accessing and installing apps from the Windows Store.
*To disable the Mail application specifically, you can follow a similar process but navigate to "User Configuration" > "Policies" > "Administrative Templates" > "Windows Components" > "Mail" instead. Look for policies related to the Mail application and disable them as needed.
Hope it helps.
Kindest regards
Jun 29 2023 01:49 AM
SolutionHello @Samer Rustom,
To remove the Windows Store and Mail application from joined domain PCs on Windows Server 2019, you can utilize Group Policy to disable these applications. Here's a step-by-step guide:
Log in to the domain controller with administrative privileges.
Open the Group Policy Management console by pressing Win + R, then typing gpmc.msc, and pressing Enter.
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."
Give the GPO a descriptive name like "Disable Windows Store and Mail."
Right-click the newly created GPO and select "Edit" to open the Group Policy Management Editor.
In the Group Policy Management Editor, navigate to "User Configuration" > "Policies" > "Administrative Templates" > "Windows Components" > "Store."
Double-click on the policy named "Turn off Store application."
Set the policy to "Enabled."
Close the Group Policy Management Editor.
Apply the GPO to the desired OU or domain by right-clicking on the OU or domain and selecting "Link an Existing GPO."
Select the GPO you created, and click "OK."
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 disable the Windows Store application on joined domain PCs. This will prevent users from accessing and installing apps from the Windows Store.
*To disable the Mail application specifically, you can follow a similar process but navigate to "User Configuration" > "Policies" > "Administrative Templates" > "Windows Components" > "Mail" instead. Look for policies related to the Mail application and disable them as needed.
Hope it helps.
Kindest regards