Home> Common Problem> body text

Fix: Group Policy Editor missing in Windows 11 or 10

PHPz
Release: 2023-04-17 11:31:02
forward
4060 people have browsed it

Group Policy Editor is one of the features unique to Windows Professional and Business editions that helps everyone from network administrators to ordinary users. However, in rare cases, users see this error message "Windows cannot findgpedit.msc. Make sure you enter the name correctly." while trying to Open the Local Group Policy Editor. Don't worry. Sometimes, existing system files may get corrupted due to some reasons. You can fix it easily.

Fix 1 – Which Windows version are you using

As we mentioned, the Group Policy Editor is not available in Windows Home Edition. Check which version of Windows you are using.

1. First, press theWindows key and Ikey at the same time. This will open the settings screen.

2. Simply click on "System" in the left pane.

3. Next, in the right pane, scroll down and click "About".

Fix: Group Policy Editor missing in Windows 11 or 10

#4. Here you can easily notice the current version of Windows you are using from the left pane.

Fix: Group Policy Editor missing in Windows 11 or 10

#If you are using Windows Home edition, you can easily upgrade to Professional or Business edition.

Alternatively, if you want to use the Group Policy Editor tool in Home Edition, jump toFix 3.

Fix 2 – Copy Files and Folders

Copying the missing files from the sysWOW64 folder to the main System32 folder might actually work.

1. Press theWindows key and the Ekey at the same time.

2. After opening File Explorer, navigate to this directory -

C:\Windows\SysWOW64
Copy after login

3. Once you are there, find these folders and the snap-in console file -

组策略组策略用户gpedit.msc
Copy after login

4.Selectthese files and click theCopy iconon the menu bar to copy the files immediately.

Fix: Group Policy Editor missing in Windows 11 or 10

5. Then, go to this place -

C:\Windows\System32
Copy after login

6. Just paste the copied contentinto this directory That’s it.

Fix: Group Policy Editor missing in Windows 11 or 10

After completing this operation, close File Explorer and restart the system.

After the system starts, try to access the local Group Policy Editor.

Fix 3 – Install gpedit.msc from a batch file

You can download and install gpedit.msc manually from a batch file very easily.

1. First, you must download the enable_gpedit file.

2. After downloading, extract it to a location on your system.

Fix: Group Policy Editor missing in Windows 11 or 10

3. After unzipping the zip file,

double-click"setup.exe".

Fix: Group Policy Editor missing in Windows 11 or 10

4. In the Setup-gpedit.msc screen, click

Nextonce to continue.

Fix: Group Policy Editor missing in Windows 11 or 10

5. After that, just click "

Install" once to install gpedit.msc on your computer.

Just wait for it to be installed on your system.

Fix: Group Policy Editor missing in Windows 11 or 10

6. After completion, click "

Complete" to complete the installation process.

Fix: Group Policy Editor missing in Windows 11 or 10

When finished, return to the extraction directory again.

7. Here, just right-click on the "

gpedit-enabler" batch file and click on "Run as administrator".

Fix: Group Policy Editor missing in Windows 11 or 10

The batch file will now run with administrative privileges.

8. Batch files add certain Group Policy features to your system.

9. Wait a moment and you will see the message "

The operation completed successfully. Press any key to continue..." on the terminal.

10. Just

press one keyto complete.

Fix: Group Policy Editor missing in Windows 11 or 10

Now all you have to do is close everything else and

restartthe window once.

After restarting the system, try opening the Group Policy Editor again.

It should be OK this time.

Fix 4 – Create a Batch File and Run

If you don’t want to download and run a batch file, you can easily create one and then run it to achieve the same results.

1. You must enter "

Notepad" in the search box.

2. After that, click "

Notepad".

Fix: Group Policy Editor missing in Windows 11 or 10

2. In a blank notepad page, just

copy-pastethese lines.

@echo 关闭推送“%~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.txtfor /f %%i in ('findstr /i . List.txt 2^>nul') do dism /online /norestart /add-package:"%SystemRoot%\servicing\Packages\%%i"暂停
Copy after login
rrree

Fix: Group Policy Editor missing in Windows 11 or 10

4. After that, set the file type to "All files".

5. Now, you have to name this batch file ".bat". You can name it "gpedit_enabler_batch.bat".

6. Navigate to the desktop to save the file. After that, click "Save" to save the file.

Fix: Group Policy Editor missing in Windows 11 or 10

After saving the file, go to the location where you saved the file.

7. Just right-click on the "gpedit_enabler_batch" batch file and click "Run as administrator" to run the batch file.

Fix: Group Policy Editor missing in Windows 11 or 10

Wait a moment while this executes the batch file and re-enables the gpedit.msc snap-in console on your system.

The above is the detailed content of Fix: Group Policy Editor missing in Windows 11 or 10. For more information, please follow other related articles on the PHP Chinese website!

source:yundongfang.com
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
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!