Created
September 20, 2022 08:39
-
-
Save avipars/bdd57d2f722823e4296403cd86cae664 to your computer and use it in GitHub Desktop.
Enable gpedit on windows 10 and 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
Run CMD with admin!