Fix typo in Remove-Packages

This commit is contained in:
leonardo-dgs 2024-10-03 20:36:39 +02:00
parent 225e774f1e
commit 58e2134961
No known key found for this signature in database

View File

@ -121,7 +121,7 @@ function Remove-Packages {
$pkglist = $pkglist | Where-Object {
$_ -NotLike "*ApplicationModel*" -AND
$_ -NotLike "*indows-Client-LanguagePack*" -AND
$_ -NotLike "*Windows-Client-LanguagePack*" -AND
$_ -NotLike "*LanguageFeatures-Basic*" -AND
$_ -NotLike "*Package_for_ServicingStack*" -AND
$_ -NotLike "*.NET*" -AND