Merge branch 'ChrisTitusTech:main' into styling

This commit is contained in:
MyDrift
2024-09-19 08:25:25 +02:00
committed by GitHub
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 "*Paint*" -and
$_.PackageName -NotLike "*Gaming*" -and $_.PackageName -NotLike "*Gaming*" -and
$_.PackageName -NotLike "*Extension*" -and $_.PackageName -NotLike "*Extension*" -and
$_.PackageName -NotLike "*SecHealthUI*" $_.PackageName -NotLike "*SecHealthUI*" -and
$_.PackageName -NotLike "*ScreenSketch*"
} }
$counter = 0 $counter = 0