How to Enable Group Policy Edit (gpedit) installed on Windows 10 home

Perris Calderon

dealer
Staff member
Political Access
Joined
24 Jan 2002
Messages
12,387
I didn't write this batch file, it's been published without author so I can't give credit.

Our board doesn't allow bat file uploads, American Zombie solved the problem, instead I uploaded a zip file, you can download that, unpack and unpack it.

Alternatively, you can make your own batch file instead;

Copy and paste the following into notepad, save it as ".bat installer"

Code:
@echo off
pushd "%~dp0"
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

You must right click and run as administrator

It won't run without elevated permission,

A command prompt opens and runs, depending on your system, might take a few minutes, when it pauses, hit enter again, you'd should have gpedit on your computer in moments.

here's what it will look like when it completes it's first task;

1545767618352.png


Hit enter, let it finish, when done you should be able to launch gpedit through run, use "gpedit.msc"

1545768494476.png
 

Attachments

Last edited:

Members online

No members online now.

Forum statistics

Threads
62,021
Messages
673,242
Members
5,640
Latest member
Kgkass
Back
Top