K
Kanchana Kumari
If you can’t find gpedit.msc (gpedit.msc not found error) on Windows 10.You need to make a gpedit_enabler.bat file: 1 Create a new text file -> copy & paste the following content into it -> give it a name (like gpedit_enabler) and save it as a bat file.@echo offpushd "%~dp0" dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~3*.mum >List.txtdir /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
Continue reading...
Continue reading...