Remove Even More Trailing Whitespace Characters

This commit is contained in:
Mr.k
2024-06-29 00:46:16 +03:00
parent 6b4c9302f4
commit 8ab2cb9859
11 changed files with 13 additions and 13 deletions

View File

@ -165,7 +165,7 @@ function Remove-ProvisionedPackages([switch] $keepSecurity = $false)
catch {
Write-Host "Application $($appx.PackageName) could not be removed"
continue
}
}
}
Write-Progress -Activity "Removing Provisioned Apps" -Status "Ready" -Completed
}