How to solve the problem that win10 local group policy editor cannot be found
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.
#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.
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
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.
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.
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.
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.
#7. Finally, as shown in the figure below, the [Local Group Policy Editor] window is successfully opened.
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!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Linux new version
SublimeText3 Linux latest version

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),
