修复EXE文件关联 REG
程序员文章站
2022-06-25 17:07:39
这篇文章主要介绍了修复EXE文件关联 REG,需要的朋友可以参考下... 16-02-09...
复制代码
代码如下:windows registry editor version 5.00
[hkey_classes_root\exefile]
@="应用程序"
"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\runas]
[hkey_classes_root\exefile\shell\runas\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]
@="应用程序"
"editflags"=hex:38,07,00,00
"tileinfo"="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\runas]
[hkey_local_machine\software\classes\exefile\shell\runas\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}]
@=""
; “篮球梦音乐心”编写。《电脑公司特别版》作者借用。
ps:由于编辑器的原因,大家在保存为reg文件的时候,在windows registry editor version 5.00下面加个空行。
为方便大家使用,小编特为大家准备好了,