How does the XP system make a batch associated with the repair EXE file?

  
                

When using the XP system computer, sometimes opening the EXE file can not be opened. After the query, it is found that the problem may be caused by the damage or loss of the registry key associated with the EXE file. How do we solve this problem? What? The following article will introduce you to a way to fix the EXE file association.

1. Right click on the blank space on the desktop, and the shortcut menu will pop up to “New”. In the next menu, select “Text Document”;

2. Open New For the text document, copy the following code:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\\exefile] @="Application" "EditFlags"=hex:38,07,00,00 " ;TileInfo"="prop:FileDescription;Company;FileVersion" "InfoTip"="prop:FileDescription;Company;FileVersion;Create;Size"
[HKEY_CLASSES_ROOT\\exefile\\DefaultIcon] @="%1"
[HKEY_CLASSES_ROOT\\exefile\\shell]
[HKEY_CLASSES_ROOT\\exefile\\shell\\open] "EditFlags"=hex:00,00,00,00,
[HKEY_CLASSES_ROOT\\exefile\\shell\\open\\command ] @="\\"%1\\" %*"
[HKEY_CLASSES_ROOT\\exefile\\shell\ unas]
[HKEY_CLASSES_ROOT\\exefile\\shell\ unas\\command] @="\\" %1\\" %*"
[HKEY _CLASSES_ROOT\\exefile\\shellex]
[HKEY_CLASSES_ROOT\\exefile\\shellex\\DropHandler] @="{86C86720-42A0-1069-A2E8-08002B30309D}"
[HKEY_CLASSES_ROOT\\exefile\\shellex\\PropertySheetHandlers]
[HKEY_CLASSES_ROOT\\exefile\\shellex\\PropertySheetHandlers\\PifProps] @="{86F19A00-42A0-1069-A2E9-08002B30309D}"
[HKEY_CLASSES_ROOT\\exefile\\shellex\\PropertySheetHandlers\\ShimLayer Property Page] @="{513D916F -2A8E-4F51-AEAB-0CBC76FB1AF8}"
[HKEY_CLASSES_ROOT\\exefile\\shellex\\PropertySheetHandlers\\{B41DB860-8EE4-11D2-9906-E49FADC173CA}] @=""
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes \\.exe] @="exefile" "Content Type"="application/x-msdownload"
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes\\.exe\\PersistentHandler] @="{098f2470-bae0-11cd- B579-08002b30bfeb}"
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes\\exefile] @="Application" "EditFlags"=hex:38,07,00,00 "T ileInfo"="prop:FileDescription;Company;FileVersion" "InfoTip"="prop:FileDescription;Company;FileVersion;Create;Size"
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes\\exefile\\DefaultIcon] @=" %1"
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes\\exefile\\shell]
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes\\exefile\\shell\\open] "EditFlags"=hex:00,00,00,00
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes\\exefile\\shell\\open\\command] @="\\"%1\\" %*"
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes\\exefile\\shell\ unas]
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes\\exefile\\shell\ unas\\command] @="\\"%1\\" %*"
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes\\exefile\\shellex]
[HKEY_LOCAL_MACHINE \\SOFTWARE\\Classes\\exefile\\shellex\\DropHandler] @="{86C86720-42A0-1069-A2E8-08002B30309D}"
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes\\exefile\\shellex\\PropertySheetHandlers]
[HKEY_LOCAL_MACHINE\\ SOFTWARE \\Classes\\exefile\\shellex\\PropertySheetHandlers\\PifProps] @="{86F19A00-42A0-1069-A2E9-08002B30309D}"
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes\\exefile\\shellex\\PropertySheetHandlers\\ShimLayer Property Page] @= "{513D916F-2A8E-4F51-AEAB-0CBC76FB1AF8}"
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes\\exefile\\shellex\\PropertySheetHandlers\\{B41DB860-8EE4-11D2-9906-E49FADC173CA}] @=""< Br>

3, then click on the "File" button in the upper left corner, pop-up shortcut menu click “ Save as ” command;

4, pop-up "Save as" dialogue Box, select the save location, then enter any name with the extension reg in the file name box, click “Save & rdquo; button;

5, finally double-click to open the generated registry file, import Related information;

The above is to solve the problem by making a batch of repair EXE file associated with the problem, if the user feels that the above operation is too much trouble, then you can download & ldquo; EXE file association Repairer & rdquo; to a one-click repair, eliminating the need to do it.

Copyright © Windows knowledge All Rights Reserved