Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTitusTech committed Aug 13, 2024
1 parent 35dfd84 commit bf51852
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion functions/private/Invoke-WinUtilMicroWin-Helper.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ function Remove-ProvisionedPackages() {
$_.PackageName -NotLike "*Foundation*"
}

if ($?) {
$appxProvisionedPackages = $appxProvisionedPackages | Where-Object { $_.PackageName -NotLike "*SecHealthUI*" }
$counter = 0
foreach ($appx in $appxProvisionedPackages) {
Expand Down

0 comments on commit bf51852

Please sign in to comment.