Skip to content

Instantly share code, notes, and snippets.

@ridomin
Created May 16, 2018 15:12
Show Gist options
  • Save ridomin/32b1e223e4e235abb57571a9e857a877 to your computer and use it in GitHub Desktop.
Save ridomin/32b1e223e4e235abb57571a9e857a877 to your computer and use it in GitHub Desktop.
Remove_Dev_Packages
Get-AppxPackage | ? {$_.IsDevelopmentMode -eq "True"} | Remove-AppxPackage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment