Advertisement
Guest User

Untitled

a guest
Jan 18th, 2018
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. Get-AppxPackage -AllUsers | where-object {$_.name -notlike "*Store*" | where-object $_.name -notlike "*Calculator*" | where-object $_.name -notlike "*Windows.Photos*" | where-object $_.name -notlike "*MSPaint*"} | Remove-AppxPackage -erroraction silentlycontinue
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement