Skip to content

Instantly share code, notes, and snippets.

@rifayetuxbd
Created December 15, 2021 03:38
Show Gist options
  • Select an option

  • Save rifayetuxbd/182d802d985968b7e0c5bb1546b13f2d to your computer and use it in GitHub Desktop.

Select an option

Save rifayetuxbd/182d802d985968b7e0c5bb1546b13f2d to your computer and use it in GitHub Desktop.
Add gpedit in windows 10 home
## 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