Home > Common Problem > How to solve the problem that win10 local group policy editor cannot be found

How to solve the problem that win10 local group policy editor cannot be found

DDD
Release: 2023-06-15 10:18:45
Original
11892 people have browsed it

Win10 Local Group Policy Editor cannot find solution steps: 1. Create a new text document; 2. Open the document and enter the code "@echo off...pause"; 3. After entering the code, click "File" ", select the "Save as" option; 4. In the pop-up window, change the file suffix name to ".bat"; 5. Right-click the .bat file and click "Run as administrator"; 6. Press the keyboard Open "Win R" and run, enter "gpedit.msc" and click OK; 7. Successfully open the Local Group Policy Editor.

How to solve the problem that win10 local group policy editor cannot be found

#The operating environment of this tutorial: Windows 10 system, dell g3 computer.

win10 Local Group Policy Editor cannot be found. Solution steps:

1. First, right-click on a blank space on the desktop and click in the pop-up menu bar. According to the arrow in the figure below, click the [New - Text Document] option in sequence.

How to solve the problem that win10 local group policy editor cannot be found

2. The second step is to open the new text document and enter the following code as shown in the figure below: [

@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

How to solve the problem that win10 local group policy editor cannot be found

3. After completing the input in the third step, click the [File-Save As] option in sequence according to the arrow in the picture below.

How to solve the problem that win10 local group policy editor cannot be found

4. Step 4. In the pop-up window, according to the arrow in the figure below, first change the file suffix name to [.bat], and then click [Save] options.

How to solve the problem that win10 local group policy editor cannot be found

5. The fifth step is to return to the computer desktop, right-click the [.bat] file, and in the pop-up menu bar, click [With] Run as administrator] option.

How to solve the problem that win10 local group policy editor cannot be found

6. Step 6. Press the [Win R] shortcut key to open the [Run] window. As shown in the figure below, enter [gpedit.msc] in the box. And click the [OK] option.

How to solve the problem that win10 local group policy editor cannot be found

#7. Finally, as shown in the figure below, the [Local Group Policy Editor] window is successfully opened.

How to solve the problem that win10 local group policy editor cannot be found

The above is the detailed content of How to solve the problem that win10 local group policy editor cannot be found. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template