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

  

Today's right-click Computer-Manage, 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 Method 2 is done.
Copy the code
The code is as follows: Windows Registry Editor Version 5.00[HKEY_CLASSES_ROOTCLSID{20D04FE0-3AEA-1069-A2D8-08002B30309D}shellManage]@=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,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,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,00,34,00, 30,00,30,00,00,00"MUIVerb"=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,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,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,00,34,00,30,00,30,00,00,00"SuppressionPolicy"=dword:4000003c&quot ;HasLUAShield&quot ;=""[HKEY_CLASSES_ROOTCLSID{20D04FE0-3AEA-1069-A2D8-08002B30309D}shellManagecommand]@=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,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,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,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,6d,00,70,00,6d,00,67,00,6d,00,74, 00,2e,00,6d,00,73,00,63,00,00,00

Import it into the registry. 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 :
Copy the code
The code is as follows: %SystemRoot%\\system32\\CompMgmtLauncher.exe

Modify as:


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

Copyright © Windows knowledge All Rights Reserved