Win10 Home Edition LAN contribution file failed (local group policy editor cannot be opened)

Enter wins + r to open the command manager, enter gpedit.msc to display the solution that this folder does not exist:
1. Create a new txt file on the desktop
2. Open the txt file and copy the following code:

@echo off

pushd "%~dp0"

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

dir /b C:\Windows\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:"C:\Windows\servicing\Packages\%%i"

pause

3. Change the txt file to Insert picture description here
4. Run the file as an administrator: It
Insert picture description here
will be OK when it is displayed!
5. Enter cmd and re-enter the gpedit.msc command, then you can open the local group policy editor! Until this problem is solved !

Published 34 original articles · won praise 0 · Views 3634

Guess you like

Origin blog.csdn.net/qq_43469899/article/details/97376658