If your on the home version you need to install GPEDIT and you can do that by following the below information...
- Open Notepad and paste the following two commands:
Code
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")
Go to File > Save As, choose All Files (.)** for "Save as type", and name it gpedit-install.bat. Note any name.BAT is fine
- Run the Script:
- Locate the gpedit-install.bat file, right-click it, and select Run as administrator.
- A Command Prompt window will open and run the DISM commands to install the necessary packages.
- Press any key to close the window once it's done.
- Open Group Policy Editor:
- Press Windows key + R, type gpedit.msc, and press Enter.
- The Local Group Policy Editor should now open, allowing you to make changes.