When the computer clicks "Computer Management" on the right, the computer calls the compmgmtlauncher.exe program. A problem occurs: "Computer Management snapin launcher has stopped working ". As follows:
After searching on the Internet, many people have encountered similar problems and some people have provided solutions.
1. Create a new registry file, paste and save the following content, and run:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE \ SOFTWARE \ Classes \ CLSID \ {20d04fe0-3aea-1069-a2d8-08002b30309d} \ shell \ manage \ command]
@ = Hex (2): 6d, 00, 6d, 00, 2e, \, 74,, 65, 00, 6d, 00, 6f, 00, 6f, 25, 00, 5C, 00, \, 00, 00, 00, 4d, 00, 00, 5C, 00, 6f, 00, 6d, 00, 6d ,\
2. Modify the registered key value. Find hkey_classes_root \ CLSID \ {20d04fe0-3aea-1069-a2d8-08002b30309d} \ shell \ manage \ command in the registry. The original default key value is "% SystemRoot % \ system32 \ compmgmtlauncher.exe: "% SystemRoot % \ system32 \ MMC compmgmt. MSC "(do not use double quotation marks)
However, I did not find the option 2 on my computer, so I adopted the first method. Very useful. However, this does not fundamentally solve the problem. The above solution only avoids calling compmgmtlauncher.exe. If you do not believe this, run compmgmtlauncher.exe in the system directory.
Finally, I tried to find that the above two methods are not easy to use, especially changed to the second method, the event encountered a permission problem, and finally removed % SystemRoot % \ system32.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE \ SOFTWARE \ Classes \ CLSID \ {20d04fe0-3aea-1069-a2d8-08002b30309d} \ shell \ manage \ command]
@ = "MMC compmgmt. msc"