Quantcast
Channel: Windows PowerShell forum
Viewing all articles
Browse latest Browse all 21975

Remove all Windows 10 Store Apps

$
0
0

Hi,
Not familiar with Power Shell at all.
However, I use this script after a clean Windows 10 setup to remove all Windows apps except Store.
Please advise how can I add "App Installer" "Microsoft.DesktopAppInstaller" to this exception?
So it will remove all apps except "Store" and "App Installer"?

Get-AppxPackage -AllUsers | Where-Object {$_.name –notlike “*store*”} | Remove-AppxPackage

Thanks.


Viewing all articles
Browse latest Browse all 21975

Trending Articles



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