Skip to content

Commit

Permalink
Update Invoke-WinUtilMicroWin-Helper.ps1 (#2835)
Browse files Browse the repository at this point in the history
added directplay to not remove on MicroWin
  • Loading branch information
trenton4k authored Oct 1, 2024
1 parent 64ed00c commit c6fcf21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functions/private/Invoke-WinUtilMicroWin-Helper.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c6fcf21

Please sign in to comment.