mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-07-05 12:43:50 -05:00
Revert commit b5dffd671f
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
Get-ChildItem @(
|
||||
"$env:SystemRoot\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package*.mum",
|
||||
"$env:SystemRoot\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package*.mum"
|
||||
) | ForEach-Object { dism.exe /online /norestart /add-package:"$_" }
|
||||
) | ForEach-Object { dism.exe /online /norestart /add-package:"$_" }
|
Reference in New Issue
Block a user