Solution for "Computer Management snapin launcher has stopped working"

Source: Internet
Author: User

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"

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.