Link to home
Start Free TrialLog in
Avatar of paulmac110
paulmac110Flag for United Kingdom of Great Britain and Northern Ireland

asked on

Windows 8 Metro Apps removal - Group Policy

I need to create a group policy or script which will enforce the removal of unwanted Windows 8 Metro Apps.

Please could anyone suggest the best approach to this.

Thanks
Avatar of Krzysztof Pytko
Krzysztof Pytko
Flag of Poland image

I'm not sure if this is available natively over GPO but you are able to use PowerShell cmd-let for that (Remove-Appx-Package). So, you are able to create a logon script and use it with GPO to uninstall required modern UI apps from those Windows 8 machines.

Just atke a look at this page where you can find an example
http://4sysops.com/archives/uninstall-windows-8-apps-with-powershell-and-group-policy/#remove-windows-8-apps-with-group-policy

Regards,
Krzysztof
ASKER CERTIFIED SOLUTION
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial