How To Enable Gpedit.msc In Windows 10 Home

!!!There are different methods on the internet, but this is the only method that offers a harmless solution to our system.

How To Enable Gpedit.msc In Windows 10 Home

Paste the following to the notepad using the copy-paste method, write something in the name of the notebook, write .bat at the end so that our file will come out of the notepad and be a bat file, then save it, run it as an administrator, and it will be fixed. 

@echo off
pushd "%~dp0"

dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~3*.mum >List.txt
dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~3*.mum >>List.txt

for /f %%i in ('findstr /i . List.txt 2^>nul') do dism /online /norestart /add-package:"%SystemRoot%\servicing\Packages\%%i"
pause

Leave a Comment