Update Invoke-WinUtilMicroWin-Helper.ps1 (#2835)

added directplay to not remove on MicroWin
This commit is contained in:
trenton4k 2024-10-02 06:43:10 +10:00 committed by GitHub
parent 64ed00c2db
commit c6fcf21dce
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