Skip to content

Instantly share code, notes, and snippets.

@whatisinternet
whatisinternet / metroRemove.ps1
Last active December 29, 2015 14:49
Remove Metro applications
#----------------------------
# Filename: MetroRemove.ps1
# Author: Josh Teeter
# Date: 2013-05-06
# Version: 1.0.0.5
# Purpose: This will remove metro apps based on a list of applications in a file called Crapps.txt
#----------------------------
$Diagnostics = 0
$DumpApps = 0