Quantcast
Channel: TechNet Blogs
Viewing all articles
Browse latest Browse all 36188

How to Remove ALL Windows 8 Applications

$
0
0

I had a situation where the user wanted ALL Windows 8 Applications cleaned
from the machine after install.

These two Powershell commands took care of that rather quickly:

Get-AppXProvisionedPackage -online | Remove-AppxProvisionedPackage  –online

Get-AppXPackage | Remove-AppxPackage


Viewing all articles
Browse latest Browse all 36188

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>