Enable gpedit.msc using Command Prompt
If you are running Windows 10/11 Home Edition, you can easily enable the group policy editor using the following commands:
Open Command Prompt in administrative mode and run the following commands:
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")
These commands will install gpedit.msc console on your computer. After the commands are successfully executed, go to
Run –> gpedit.msc. This will open the group policy editor in your Windows Home edition.
Getting an error GPEDIT.MSC not found? Or the group policy editor is missing from your version of Windows 10? Check out our quick solutions to this problem... 3 effective methods to guide you to install and configure Group Policy Editor (GPEdit.msc) in Windows 10 Home edition (Windows 7, 8.1)
www.itechtics.com
scroll down the page, there is an installer too