← Back to list

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…

Tharindu Yehan · 2024-09-20 09:49 · 0 claps · 2.3 min read
#local-group-policy-editor #gpedit #windows-11 #missing #group-policy-editor
Open on Medium ↗

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

  1. Open Notepad:
  • Press Windows + R, type notepad, and press Enter to open Notepad.
  1. 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
  1. 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 .bat file not as a .txtfile

If you’re unsure about it, feel free to refer to the article below.

👉🏻 How to enable file extensions: (show file types)

Step 2: Run the Batch File (EnableGPEDIT.bat )

  1. Run as Administrator:
  • Right-click the EnableGPEDIT.bat file 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, type gpedit.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

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