gpedit.msc for Windows 10 Home

Discussion in 'Windows 10' started by KevinarCZ, Dec 15, 2016.

  1. KevinarCZ

    KevinarCZ MDL Novice

    Mar 20, 2013
    15
    1
    0
    Hi,
    I have installed Windows 10 Home (v1607.14393.576). Is there any way can I install gpedit for this version Windows?

    Thank you
     
  2. KevinarCZ

    KevinarCZ MDL Novice

    Mar 20, 2013
    15
    1
    0
    #3 KevinarCZ, Dec 15, 2016
    Last edited: Dec 15, 2016
    (OP)
    Thank you very much ... works fine :)
     
  3. orion2015

    orion2015 MDL Novice

    Apr 2, 2015
    7
    13
    0
    #4 orion2015, Dec 16, 2016
    Last edited by a moderator: Apr 20, 2017
    Create a .bat file and run as administrator:
    Code:
    @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
    Reboot PC.

    Tested on Windows SingleLanguage and Home 10 14393 versions :tasty: