How to enable gpedit.msc into windows 10 or 11

How to enable gpedit.msc into windows 10 or 11

The Group Policy Editor (gpedit.msc) is not included in Windows 10 or 11 Home by default, but you can still enable it using the following steps:

Example:(Windows 11 Home)

Solution:
  • Open Command Prompt with run as administration
Command Prompt (CMD)Command:
FOR %F IN ("%SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~*.mum") DO ( DISM /Online /NoRestart /Add-Package:"%F" )
FOR %F IN ("%SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~*.mum") DO ( DISM /Online /NoRestart /Add-Package:"%F" )
Enable GPedit.msc
  • Press key win + r
How to enable gpedit.msc into windows 10 or 11
  • Type gpedit.msc and press enter key
local Group Policy Editor in Windows 11 home

After completing these steps, the Group Policy Editor should be enabled on your Windows 10 Home or Windows 11 Home computer. You can access it by typing “gpedit.msc” in the Run dialog box or searching for it in the Start menu.

Leave a Comment