[MicroWin] Exclude Snip & Sketch from AppX removal (#2737)

This commit is contained in:
CodingWonders 2024-09-15 21:22:32 +02:00 committed by GitHub
parent 81aead7a68
commit a5a06c2a9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -165,7 +165,8 @@ function Remove-ProvisionedPackages() {
$_.PackageName -NotLike "*Paint*" -and
$_.PackageName -NotLike "*Gaming*" -and
$_.PackageName -NotLike "*Extension*" -and
$_.PackageName -NotLike "*SecHealthUI*"
$_.PackageName -NotLike "*SecHealthUI*" -and
$_.PackageName -NotLike "*ScreenSketch*"
}
$counter = 0