Skip to content

Commit

Permalink
Update Invoke-WinUtilMicroWin-Helper.ps1
Browse files Browse the repository at this point in the history
added directplay to not remove on MicroWin
  • Loading branch information
trenton4k authored Sep 27, 2024
1 parent 225e774 commit 9ab24ba
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 9ab24ba

Please sign in to comment.