Remove all currently installed Metro Apps:
Get-AppxPackage -AllUsers | Remove-AppxPackage
If you wish to stop them from getting re-installed for the next new user:
Get-AppXProvisionedPackage -online | Remove-AppxProvisionedPackage –online
Get-AppxPackage -AllUsers | Remove-AppxPackage
If you wish to stop them from getting re-installed for the next new user:
Get-AppXProvisionedPackage -online | Remove-AppxProvisionedPackage –online
No comments:
Post a Comment