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,365
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

  • gpedit-installer.zip
    348 bytes · Views: 302
Last edited:

Members online

No members online now.

Latest profile posts

Electronic Punk wrote on Sazar's profile.
Rest in peace my friend, been trying to find you and finally did in the worst way imaginable.
Terrahertz wrote on Electronic Punk's profile.
Yo fellas!
Electronic Punk wrote on Sazar's profile.
Where are you buddy?
Perris Calderon wrote on Electronic Punk's profile.
Hey EP! All good with me, applying for Microsoft MVP right now, should have done this a while ago.

Notifications don't work, I only found your response by coming back to hunt up some threads, if you want, give me your email address so we can keep in touch easier!
Perris Calderon wrote on Electronic Punk's profile.
EP, glad to see you come back and tidy up...did want to ask a one day favor, I want to enhance my resume , was hoping you could make me administrator for a day, if so, take me right off since I won't be here to do anything, and don't know the slightest about the board, but it would be nice putting "served administrator osnn", if can do, THANKS

Been running around Quora lately, luv it there!

Forum statistics

Threads
61,993
Messages
673,359
Members
5,586
Latest member
David Milller
Back