Skip to content

Commit

Permalink
[MicroWin] Exclude Snip & Sketch from AppX removal (#2737)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingWonders authored Sep 15, 2024
1 parent 81aead7 commit a5a06c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion functions/private/Invoke-WinUtilMicroWin-Helper.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a5a06c2

Please sign in to comment.