XP system to manually make EXE file associated with the repair device method
Create a new text document computer knowledge
XP system to make EXE file association Repair method:
1, the right mouse button on the desktop, pop-up shortcut menu point to "New", in the next Level menu to select "Text Document";
2. Open the new text document and copy the following code:
Windows Registry Editor Version 5.00
[Hkey_classes_rootexefile]
@= "Application"
"EditFlags" =hex:38,07,00,00
"Tileinfo" = "prop:filedescription"; Company; FileVersion "
"InfoTip" = "prop:filedescription"; Company; FileVersion; Create; Size "
[Hkey_classes_rootexefiledefaulticon]
@= '%1 '
[Hkey_classes_rootexefileshell]
[Hkey_classes_rootexefileshellopen]
"EditFlags" =hex:00,00,00,00,
[Hkey_classes_rootexefileshellopencommand]
@= ""%1 "%*"
[Hkey_classes_rootexefileshellrunas]
[Hkey_classes_rootexefileshellrunascommand]
@= ""%1 "%*"
[Hkey_classes_rootexefileshellex]
[Hkey_classes_rootexefileshellexdrophandler]
@= "{86c86720-42a0-1069-a2e8-08002b30309d}"
[Hkey_classes_rootexefileshellexpropertysheethandlers]
[Hkey_classes_rootexefileshellexpropertysheethandlerspifprops]
@= "{86f19a00-42a0-1069-a2e9-08002b30309d}"
[Hkey_classes_rootexefileshellexpropertysheethandlersshimlayer Property Page]
@= "{513d916f-2a8e-4f51-aeab-0cbc76fb1af8}"
[Hkey_classes_rootexefileshellexpropertysheethandlers{b41db860-8ee4-11d2-9906-e49fadc173ca}]
@= ""
[Hkey_local_machinesoftwareclasses.exe]
@= "Exefile"
"Content Type" = "Application/x-msdownload"
[Hkey_local_machinesoftwareclasses.exepersistenthandler]
@= "{098f2470-bae0-11cd-b579-08002b30bfeb}"
[Hkey_local_machinesoftwareclassesexefile]
@= "Application"
"EditFlags" =hex:38,07,00,00
"Tileinfo" = "prop:filedescription"; Company; FileVersion "
"InfoTip" = "prop:filedescription"; Company; FileVersion; Create; Size "
[Hkey_local_machinesoftwareclassesexefiledefaulticon]
@= '%1 '
[Hkey_local_machinesoftwareclassesexefileshell]
[Hkey_local_machinesoftwareclassesexefileshellopen]
"EditFlags" =hex:00,00,00,00
[Hkey_local_machinesoftwareclassesexefileshellopencommand]
@= ""%1 "%*"
[Hkey_local_machinesoftwareclassesexefileshellrunas]
[Hkey_local_machinesoftwareclassesexefileshellrunascommand]
@= ""%1 "%*"
[Hkey_local_machinesoftwareclassesexefileshellex]
[Hkey_local_machinesoftwareclassesexefileshellexdrophandler]
@= "{86c86720-42a0-1069-a2e8-08002b30309d}"
[Hkey_local_machinesoftwareclassesexefileshellexpropertysheethandlers]
[Hkey_local_machinesoftwareclassesexefileshellexpropertysheethandlerspifprops]
@= "{86f19a00-42a0-1069-a2e9-08002b30309d}"
[Hkey_local_machinesoftwareclassesexefileshellexpropertysheethandlersshimlayer Property Page]
@= "{513d916f-2a8e-4f51-aeab-0cbc76fb1af8}"
[Hkey_local_machinesoftwareclassesexefileshellexpropertysheethandlers{b41db860-8ee4-11d2-9906-e49fadc173ca}]
@= ""
New text Document
3, then in the upper left corner click the "File" button, pop-up shortcut menu click "Save as" command;
4, pop-up "Save as" dialog box, choose a good place to save, and then in the File name box to enter any name extension reg, click the "Save" button;
REG file
5, the last double-click to open the production of a good registry file, import relevant information;
EXE file Association hotfix
The above is through the production of repair EXE file associated with the batch to solve this problem, if the user feel that the above operation is too troublesome, then you can download the "EXE file association" to a key repair, remove you from the hands of the operation.