服务器之家:专注于服务器技术及软件下载分享
分类导航

Linux|Centos|Ubuntu|系统进程|Fedora|注册表|Bios|Solaris|Windows7|Windows10|Windows11|windows server|

服务器之家 - 服务器系统 - 注册表 - 修复EXE文件关联 REG

修复EXE文件关联 REG

2019-10-16 15:24脚本之家 注册表

这篇文章主要介绍了修复EXE文件关联 REG,需要的朋友可以参考下

代码如下:


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下面加个空行。

延伸 · 阅读

精彩推荐