How to Enable Local Group Policy Editor in Windows 11
Windows 11 Home doesn’t include the Local Group Policy Editor (gpedit.msc) by default. However, you can enable it manually with a few…
How to Enable Local Group Policy Editor in Windows 11

Windows 11 Home doesn’t include the Local Group Policy Editor (gpedit.msc) by default. However, you can enable it manually with a few simple steps. Here's how to do it:
Step 1: Create a Batch File to Enable Group Policy Editor
- Open Notepad:
- Press
Windows + R, typenotepad, and press Enter to open Notepad.
- Copy and Paste the Following Script:
@echo off
pushd "%~dp0"
dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~3*.mum >Files.txt
dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~3*.mum >>Files.txt
for /f %%i in ('findstr /i . Files.txt 2^>nul') do dism /online /norestart /add-package:"%SystemRoot%\servicing\Packages\%%i"
pause
- Save the File:
- Click File > Save As, and set the file name to
EnableGPEDIT.bat. - Under Save as type, choose All files.
- Save the file to your desktop or another easily accessible location.

Make sure to save as a
.batfile not as a.txtfile
If you’re unsure about it, feel free to refer to the article below.

Step 2: Run the Batch File (EnableGPEDIT.bat )
- Run as Administrator:
- Right-click the
EnableGPEDIT.batfile and select Run as administrator. - The command prompt will open and execute the commands to install the Local Group Policy Editor.
2. Wait for the Process to Complete:
- The process will take a few minutes. When it’s done, press any key to close the command prompt window.

Step 3: Open Local Group Policy Editor
- Press
Windows + R, typegpedit.msc, and press Enter.

The Local Group Policy Editor should now open on your Windows 11 Home.



Additionally, the Local Security Policy also can be found now
Cheers!
Feel free to leave your thoughts and questions in the comments below. If you found this article helpful, don’t forget to clap and share!
Portfolio: https://tyehan.github.io/
Github: https://github.com/TYehan
메타데이터
- post_id
- 4c7f9d47e8c8
- slug
- how-to-enable-local-group-policy-editor-in-windows-11-4c7f9d47e8c8
- url
- https://medium.com/@TYehan/how-to-enable-local-group-policy-editor-in-windows-11-4c7f9d47e8c8
- canonical_url
- https://medium.com/@TYehan/how-to-enable-local-group-policy-editor-in-windows-11-4c7f9d47e8c8
- author_url
- https://medium.com/@TYehan
- status
- ok
- fetched_at
- 2026-06-12 07:40:50