Can't Open Group Policy Editor |work| Online

Although unsupported, Group Policy Editor can be added via a batch script:

@echo off dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~3*.mum >List.txt dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~3*.mum >>List.txt for /f %%i in ('findstr /i . List.txt 2^>nul') do dism /online /norestart /add-package:"%SystemRoot%\servicing\Packages\%%i" pause can't open group policy editor

When attempting to open gpedit.msc (via Run or Command Prompt), users may experience: Although unsupported, Group Policy Editor can be added

If you get an error saying Windows can't find the file, and you are on Pro/Enterprise, your system path variables might be messed up, or the file might be missing. 3. Run an SFC and DISM Scan and you are on Pro/Enterprise