Created
July 28, 2025 12:35
-
-
Save JasonKleban/e1698b01f2c8f4e3b648667fb54689a1 to your computer and use it in GitHub Desktop.
gpedit.msc on Windows 11 Home
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FOR %F IN ("%SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~*.mum") DO (DISM /Online /NoRestart /Add-Package:"%F") | |
FOR %F IN ("%SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~*.mum") DO (DISM /Online /NoRestart /Add-Package:"%F") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It sticks for a long time, maybe hours on certain step(s) and there are some errors, but it seems to have worked for me.