How to install Local Group Policy Editor in Windows 11 Home
These steps will install the Local Group Policy Editor for both Windows 10 Home Edition and Windows 11 Home Edition.
In the Start menu search for Command Prompt – choose Run as administrator on the right hand side or right click the Command Prompt icon and choose Run as administrator
Enter the following command and wait for it to complete
FOR %F IN ("%SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~*.mum") DO (DISM /Online /NoRestart /Add-Package:"%F")
Next enter this command and wait for this to complete
FOR %F IN ("%SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~*.mum") DO (DISM /Online /NoRestart /Add-Package:"%F")
After these 2 commands are complete you should be able to run the Local Group Policy Editor by choosing Run from the Start Menu and type in gpedit.msc and click OK.
If it gives you an error that it cannot find that command, your computer may need to reboot before the command will work.