Daily Archives: 2019-08-26

Remove all those pesky (Metro) apps from Windows 10

If, like I, you are sure you won’t need those pesky apps, use the following PowerShell pipeline to get rid of the provisioned packages: Get-AppxProvisionedPackage -Online|Out-GridView -PassThru|Remove-AppxProvisionedPackage -ErrorAction Continue -Online … to also remove those apps that are marked removable, … Continue reading

Posted in Administration, EN | Leave a comment