Copyright Silhouette School 2016. Powered by Blogger.

FOR %F IN ("%SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~*.mum") DO DISM /Online /NoRestart /Add-Package:"%F"

Windows Home Edition is designed for standard users, so advanced management tools like the Local Group Policy Editor are hidden. If you try to run gpedit.msc on Home, you will see an error saying "Windows cannot find gpedit.msc". How to "Install" It Safely

The safest, recommended method is using the tool in an Admin Command Prompt to activate existing, hidden system packages. Run as Admin : Open Command Prompt as Administrator.

FOR %F IN ("%SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~*.mum") DO DISM /Online /NoRestart /Add-Package:"%F" : Once complete, restart your PC to finalize. Alternatives and Troubleshooting