在我的外部usb硬盘中,当我只点击文件夹名称"MISC“时,我得到了错误信息
Microsoft Visual C++ Runtime Library
Program: C:\Windows\Explorer.EXE
This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information.
我可以使用windows资源管理器打开/展开文件夹和子文件夹在left.If上我打开文件夹的根目录MISC我得到error.Tried sfc /scannow,avg病毒扫描的驱动器,spybot s&d扫描的system.All clean.No新程序被安装了recently.Please指南做什么!
发布于 2011-12-11 04:20:06
此应用程序请求运行时以一种不寻常的方式终止它。
当某些代码链接到MS C运行时calls the C abort
function时,就会发生这种情况。因为资源管理器不依赖于MS C运行时,所以最合理的结论是您有一个行为不端的shell扩展。Shell扩展被加载到Explorer进程中,并且很容易造成这样的破坏。我会在不同的机器上尝试这个磁盘来测试这个理论。或者找到一个禁用shell扩展的工具。
https://stackoverflow.com/questions/8459534
复制相似问题