原因分析:
.exe关联出现问题
解决方案:
提示:修改注册表有风险,请提前备份注册表并在专业人士指导下慎重操作。
新建一个文本文档
输入以下内容:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\\.exe]
@="exefile"
"Content Type"="application/x-msdownload"
[HKEY_CLASSES_ROOT\\.exe\\PersistentHandler]
@="{098f2470-bae0-11cd-b579-08002b30bfeb}"
然后扩展名改为.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\\shellunas]
[HKEY_CLASSES_ROOT\\exefile\\shellunas\\command]
@="\\"%1\\" %*"
[HKEY_CLASSES_ROOT\\exefile\\shellex]
[HKEY_CLASSES_ROOT\\exefile\\shellex\\ContextMenuHandlers]
[HKEY_CLASSES_ROOT\\exefile\\shellex\\ContextMenuHandlers\\CmdLineExt]
@="{9869EFB4-18E9-11D3-A837-00104B9E30B5}"
[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}]
@=""
扩展名也改为.reg 双击运行。
在打开exe文件正常打开,问题解决。