Windows 7 computer management prompts that the file does not have a program associated with it to perform the operation solution

  
                                    

Right-click Computer-Management today and actually prompt " the file does not have a program associated with it to perform the operation. Please install a program, or, if you have installed the program, please create an association in the "Default Program" control panel. " suspected that it was the last time you used the removal shortcut. Here are two solutions, I use The method 2 is done. The code is as follows: <p>Windows Registry Editor Version 5.00</p><p>[HKEY_CLASSES_ROOTCLSID{20D04FE0-3AEA-1069-A2D8-08002B30309D}shellManage]</p> ;<p>@=hex(2): 40,00,25,00,73,00,79,00,73,00,74,00,65,00,6d,00,72,00,6f, 00,6f,00,74,</p><p>00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00 , 33,00,32,00,5c,00,6d,00,</p><p>79,00,63,00,6f,00,6d,00,70,00,75,00, 74,00,2e,00,64,00,6c,00,6c,00,2c,00,2d,</p><p>00,34,00,30,00,30,00,00 ,00</p><p>"MUIVerb"=hex(2): 40,00,25,00,73,00,79,00,73,00,74,00,65,00,6d, 00,72,00,6f,00,</p><p>6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00 , 65,00,6d,00,33,00,32,00,5c,</p><p>00,6d,00,79,00,63,00,6f,00,6d,00, 70,00,75,00,74,00,2e,00,64 , 00, 6c, 00, 6c, 00, </p><p>2c,00,2d,00,34,00,30,00,30,00,00,00</p><p> ;"SuppressionPolicy"=dword:4000003c</p><p>"HasLUAShield"=""</p><p>[HKEY_CLASSES_ROOTCLSID{20D04FE0-3AEA-1069-A2D8-08002B30309D}shellManagecommand] </p><p>@=hex(2): 25,00,77,00,69,00,6e,00,64,00,69,00,72,00,25,00,5c, 00,73,00,79,00,73,</p><p>00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00 ,6d,00,63,00,2e,00,65,00,78,00,</p><p>65,00,20,00,2f,00,73,00,20,00, 25,00,77,00,69,00,6e,00,64,00,69,00,72,00,25,</p><p>00,5c,00,73,00,79 ,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,63,00,6f,00,</p><p>6d, 00,70,00,6d,00,67,00,6d,00,74,00,2e,00,6d,00,73,00,63,00,00,00</p>

Import to The registry is fine. If this method does not solve your problem, please see Method 2.

Method 2:

Open the registry and find:

HKEY_CLASSES_ROOT/CLSID /{20D04FE0-3AEA-1069-A2D8-08002B30309D} The value of /shell/Manage/command is: The code is as follows: %SystemRoot%/system32/CompMgmtLauncher.exe

Modified as:

The code is as follows: %windir%/system32/mmc.exe /s %windir%/system32/compmgmt.msc

Copyright © Windows knowledge All Rights Reserved