Home >System Tutorial >Windows Series >gpedit.msc file cannot be found win10 home version solution

gpedit.msc file cannot be found win10 home version solution

王林
王林forward
2024-01-07 21:21:251408browse

Some home version win10 users want to open the Group Policy Editor, but after entering the command, a prompt that the gpedit.msc file cannot be found pops up. This does not actually mean that the home version cannot use Group Policy. It can be solved. of.

gpedit.msc file cannot be found win10 home version solution

gpedit.msc cannot find the file win10 Home Edition:

1. First, right-click a blank space on the desktop and select "New"

gpedit.msc file cannot be found win10 home version solution

2. Then create a new "text document"

gpedit.msc file cannot be found win10 home version solution

3. After opening Notepad, enter the following content: (note the line breaks and Space)

@echo off

pushd "%~dp0"

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

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

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

pause

gpedit.msc file cannot be found win10 home version solution

4. After the input is completed, click "File" to save it as a file with the ".bat" suffix.

gpedit.msc file cannot be found win10 home version solution

5. After saving, right-click the file and select "Run as administrator"

gpedit.msc file cannot be found win10 home version solution

6. Wait for the automatic run to complete , you can open gpedit.msc normally.

gpedit.msc file cannot be found win10 home version solution

The above is the detailed content of gpedit.msc file cannot be found win10 home version solution. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:somode.com. If there is any infringement, please contact admin@php.cn delete
Previous article:clear usage history win8Next article:clear usage history win8