Update Invoke-WinUtilMicroWin-Helper.ps1

added directplay to not remove on MicroWin
This commit is contained in:
trenton4k 2024-09-27 10:19:58 +00:00 committed by GitHub
parent 225e774f1e
commit 9ab24ba162
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -145,6 +145,7 @@ function Remove-Packages {
$_ -NotLike "*ParentalControls*" -AND
$_ -NotLike "*Win32WebViewHost*" -AND
$_ -NotLike "*InputApp*" -AND
$_ -NotLike "*DirectPlay*" -AND
$_ -NotLike "*AccountsControl*" -AND
$_ -NotLike "*AsyncTextService*" -AND
$_ -NotLike "*CapturePicker*" -AND