: Once the process finishes (it may take a few minutes), restart your computer. Method 2: Using a Third-Party Installer
@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 Use code with caution.
However, you can still enable or "download" the necessary components to get it working on your system. Below are the most effective methods to get gpedit.msc on Windows 8 and 8.1. Method 1: The Batch File Script (Recommended)