+5 votes
25 views
GPEDIT.MSC Windows 11 is missing

in Windows11 by (551k points)
reopened | 25 views

1 Answer

+3 votes
Best answer

To stay up to date, remember to subscribe to our YouTube channel!
SUBSCRIBE ON YOUTUBE

 

Code:

 @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 

by (3.5m points)

Related questions

+3 votes
1 answer
+5 votes
1 answer
+5 votes
1 answer
+3 votes
1 answer
asked Nov 17, 2022 in Windows11 by backtothefuture (551k points) | 53 views
+5 votes
1 answer
asked Mar 13, 2020 in Windows 10 by backtothefuture (551k points) | 538 views
Sponsored articles cost $40 per post. You can contact us via Feedback
10,634 questions
10,766 answers
510 comments
3 users