Windows10 Home Group Policy is disabled how to turn

operating system

As we all know, Windows system comes with group policy is very important as it can set a variety of software, computer and user policies. Some users find the computer after the upgrade win10 Home Edition does not set policy, many operations no way to continue, how is it? In fact, the family is also a version of the Group Policy features, but at the factory by Microsoft to disabled, as long as a simple set, or can be successfully opened. Take a look at open Win10 Home Edition system with the Group Policy feature below.

Pictures .png

1. First we open notepad (desktop New - text document can be), open a new text document, copy the code below into it (note the space):

@echo off

pushd "%~dp0"

dir /b C:\Windows\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~3*.mum >List.txt

dir /b C:\Windows\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:"C:\Windows\servicing\Packages\%%i"

pause 

2. Next, select [File] - [Save as], [[file type] Select all files], random name, with the extension "Enable Win10 Group Policy .cmd", or "Enable Win10 Group Policy .bat", the it preserved;

Pictures .png

3, right next run as administrator "Enable Win10 Group Policy .bat":

Pictures .png

4, type "gpedit.msc" in the operation check,
Pictures .png

5, you can successfully open the Group Policy in win10 Home Edition system

Pictures .png

Published 38 original articles · won praise 41 · views 8862

Guess you like

Origin blog.csdn.net/goldentec/article/details/104795392