Created
December 15, 2021 03:38
-
-
Save rifayetuxbd/182d802d985968b7e0c5bb1546b13f2d to your computer and use it in GitHub Desktop.
Add gpedit in windows 10 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
| ## Run the flowing command in powershell (run as adminstrator) | |
| Get-ChildItem @( | |
| "C:\Windows\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package*.mum", | |
| "C:\Windows\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package*.mum" | |
| ) | ForEach-Object { dism.exe /online /norestart /add-package:"$_" } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment