Advertisement
Guest User

PS - Remove AppPackage

a guest
Aug 22nd, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. Get-appxprovisionedpackage –online | where-object {$_.name –notlike "*store*"} | remove-appxprovisionedpackage –online
  2. Get-AppxPackage -AllUsers | where-object {$_.name –notlike "*store*"} | Remove-AppxPackage
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement