How to remove windows 8.1 metro apps
Here i will show you, how to remove the pre-installed windows apps with powershell.
1. Open powershell in administrative mode (as administrator)
2. Write:
Note: Some of the apps will reappear when a now account is created. A workaround to this, is the following command:
1. Open powershell in administrative mode (as administrator)
2. Write:
Get-AppXProvisionedPackage -online | Remove-AppxProvisionedPackage –online
Note: Some of the apps will reappear when a now account is created. A workaround to this, is the following command:
Get-AppXProvisionedPackage -online | Remove-AppxProvisionedPackage –online