b

Group Policy In Win 10 Home

Ganga Sagar | Fri, 15 Sep 2017 at 07:03 hours | Replies : 1 | Points : 25

Category : Windows 10


How to enable group policy in win 10 home without any 3rd party tool.


This Question is already solved Click To See The Answer


Hi Ganga Sagar,

 

Please follow the below steps.

 

1. Go to Start and Type CMD.

2. Right Click on CMD and Select "Run As Administrator".

3. Now Run below command.


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"