From 3a2d7be674183d9bc356e06887fea62e4680dcf0 Mon Sep 17 00:00:00 2001 From: freedbygrace Date: Fri, 6 Nov 2020 20:16:42 -0500 Subject: [PATCH] Add files via upload --- Remove-UWPs.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Remove-UWPs.ps1 b/Remove-UWPs.ps1 index bba0ff9..458d08c 100644 --- a/Remove-UWPs.ps1 +++ b/Remove-UWPs.ps1 @@ -39,7 +39,7 @@ [Parameter(Mandatory=$False)] [ValidateNotNullOrEmpty()] - [Regex]$PackagesToRemove = '.*Xbox.*|.*Alarms.*|.*Bing.*|.*Skype.*|.*Communi.*|.*Zune.*|.*Solit.*|.*Games.*|.*3D.*|.*Camera.*|.*Phone.*|.*Soundrec.*|.*Xboxapp.*|.*Feedback.*|.*Message.*|.*Messaging.*|.*Gethelp.*|.*Mobile.*|.*Mixed.*|.*Microsoft\.MicrosoftOfficeHub.*|.*OneNote.*|.*Microsoft\.People.*|.*Windows.*Defender.*|.*Movies.*|.*Microsoft\.ZuneMusic.*|.*Microsoft\.Windows\.HolographicFirstRun.*|.*Microsoft\.Oneconnect.*|.*Microsoft\.WindowsStore.*|.*Microsoft\.Getstarted.*|.*Microsoft\.MSPaint.*|.*Microsoft\.ZuneVideo.*|.*Microsoft\.PPIProjection.*|.*Microsoft\.WindowsMaps.*', + [Regex]$PackagesToRemove = '.*Xbox.*|.*Alarms.*|.*Bing.*|.*Skype.*|.*Communi.*|.*Zune.*|.*Solit.*|.*Games.*|.*3D.*|.*Phone.*|.*Soundrec.*|.*Xboxapp.*|.*Feedback.*|.*Message.*|.*Messaging.*|.*Gethelp.*|.*Mobile.*|.*Mixed.*|.*Microsoft\.MicrosoftOfficeHub.*|.*OneNote.*|.*Microsoft\.People.*|.*Windows.*Defender.*|.*Movies.*|.*Microsoft\.ZuneMusic.*|.*Microsoft\.Windows\.HolographicFirstRun.*|.*Microsoft\.Oneconnect.*|.*Microsoft\.WindowsStore.*|.*Microsoft\.Getstarted.*|.*Microsoft\.MSPaint.*|.*Microsoft\.ZuneVideo.*|.*Microsoft\.PPIProjection.*|.*Microsoft\.WindowsMaps.*', [Parameter(Mandatory=$False)] [ValidateNotNullOrEmpty()] @@ -228,6 +228,7 @@ ForEach ($ModuleGroup In $ModuleGroups) $WarningMessage = "There is no task sequence running.`r`n" Write-Warning -Message "$($WarningMessage)" -Verbose } + #Remove Metro Application(s) If ($ImagePath -ine $Null) {