mmc.exe 拒绝访问

Access denied with mmc.exe

我遇到了一个奇怪的错误。我收到 mmc.exe 错误(MMC 是 Microsoft 管理控制台)。当我打开 services.msc 它给了我这个错误,它说

Your administrator has blocked this service for security purpose". Source: "C:\Windows\System32\mmc.exe" "C:\Windows\System32\services.exe"

正确的解决方案是什么以及如何修复此错误? 提前致谢。

这为我修复了它:

使用 regedit.exe 导航到此注册表项:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System

您必须将“EnableLUA”的值设置为“0”(零)。需要重新启动。

Source/credits: https://social.technet.microsoft.com/Forums/en-US/1adf0029-1f06-4738-975a-4fd69b652168/uac-preventing-mmc-application-from-runnning

希望对你也有帮助!