Skip to content

Instantly share code, notes, and snippets.

@JasonKleban
Created July 28, 2025 12:35
Show Gist options
  • Save JasonKleban/e1698b01f2c8f4e3b648667fb54689a1 to your computer and use it in GitHub Desktop.
Save JasonKleban/e1698b01f2c8f4e3b648667fb54689a1 to your computer and use it in GitHub Desktop.
gpedit.msc on Windows 11 Home
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")
@JasonKleban
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment