昨天帮别人修理机器,修理完成后发现一个奇怪的问题,无法执行cmd等命令,上网检查
发现许多是关于exe文件的关联问题,试了一下无法解决:
ftype exefile="%1" %*
assoc .exe=exefile
无法解决!!
在注册表检索rededit.exe发现
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\regedit.exe]
"Debugger"="setuprs1.PIF"
删除这个链接后,执行正常!注意开始要执行cmd.exe , regedit.exe , msconfig.exe这些文件,必须先修改后缀名为com.
google 检索如下链接Image File Execution Options发现如下链接,使用它可以调试程序:
http://blogs.msdn.com/junfeng/archive/2004/04/28/121871.aspx
http://hi.baidu.com/ifox/blog/item/fb73c9ea146df7d3d439c90e.html
时间: 2024-09-25 14:31:39