Skip to content

Fix: Windows cannot find ‘gpedit.msc’ on Windows 11

  • by

In this article, I will show you how to fix Windows cannot find ‘gpedit.msc’ on Windows 11

First you have to open Search and search for Notepad

After you opened Notepad you have to put in this command

@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

Click on File and Save

Name the file how you want but in the end you have to type .bat

After that Right-click on the File from where you saved id and Run as administrator

Wait for the process to be finalized and after that your problem will be gone

I am hoping that after reading this article you managed to fix Windows cannot find ‘gpedit.msc’ on Windows 11

For a more in-depth explanation, you can watch the video below from the youtube channel.

Leave a Reply

Your email address will not be published. Required fields are marked *