Merge branch 'ChrisTitusTech:main' into styling

This commit is contained in:
MyDrift 2024-09-19 08:25:25 +02:00 committed by GitHub
commit f92088bc81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

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