Solve the administrator has blocked you from running this application mmc.exe

When using win10 to open the console, the system will automatically prompt: "The administrator has blocked mmc.exe"

Solution: Copy this code to Notepad, change the extension to .reg (for example: mmc.reg) after saving, and import it into the registry after running.

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"FilterAdministratorToken"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"EnableLUA"=dword:00000000

After restarting the computer, it is solved!

Guess you like

Origin blog.csdn.net/lantian6/article/details/108003313