Do you want gpedit in windows 10 Home ? read on

For everything that's not in any way related to PureBasic. General chat etc...
User avatar
Zebuddi123
Enthusiast
Enthusiast
Posts: 794
Joined: Wed Feb 01, 2012 3:30 pm
Location: Nottinghamshire UK
Contact:

Do you want gpedit in windows 10 Home ? read on

Post by Zebuddi123 »

Hi to All 1 thing I wanted in window 10 Home was the group policy editor. Now I have so for those thats interested here`s the link and yes it does work, If you get to the run x64/86 batch after install read down the replies to running the bat file from an admin cmd.

Zebuddi. :)

https://www.itechtics.com/enable-gpedit ... s-10-home/
malleo, caput, bang. Ego, comprehendunt in tempore
User avatar
RSBasic
Moderator
Moderator
Posts: 1218
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

Re: Do you want gpedit in windows 10 Home ? read on

Post by RSBasic »

Thanks for sharing. Image
Image
Image
Dude
Addict
Addict
Posts: 1907
Joined: Mon Feb 16, 2015 2:49 pm

Re: Do you want gpedit in windows 10 Home ? read on

Post by Dude »

Be careful with that download. One comment said it has a PUP included (WebToolbar.Win32.RK!O), and another said they had PC issues after using it (see Ashutosh Sharma's comment dated Feb 28, 2018). Actually, read all the comments, as a few people say this doesn't work and AVG identifies it as malware.
User avatar
RSBasic
Moderator
Moderator
Posts: 1218
Joined: Thu Dec 31, 2009 11:05 pm
Location: Gernsbach (Germany)
Contact:

Re: Do you want gpedit in windows 10 Home ? read on

Post by RSBasic »

You don't need setup.exe. This batch file works without setup.exe: https://www.itechtics.com/?ddownload=26357

gpedit-enabler.bat:

Code: Select all

@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
Image
Image
Post Reply