我在Wnidows / System32中有一个大小为0字节的文件。 它在资源管理器和命令提示符中显示,我不能删除也不能覆盖它。系统声称该文件不存在,但即使重启后它也会保留在那里。
问题导致安装应用程序失败,因为安装也无法覆盖该文件。
我试图通过控制台删除, 我试过checkdisk,fileassassin,unlocker等都无法删除文件。
如果有人能提供帮助,我会很高兴吗?
系统是虚拟Windows 2008 R2服务器
c:\Windows\System32>dir /x msvcp*
Volume in drive C has no label.
Volume Serial Number is ECD7-BEFA
Directory of c:\Windows\System32
13.08.2014 15:17 0 msvcp100.dll
05.11.2012 23:26 661.456 msvcp110.dll
11.09.2013 19:39 614.000 MSVCP1~1.DLL msvcp110_clr0400.dll
14.07.2009 03:41 597.504 msvcp60.dll
4 File(s) 1.872.960 bytes
0 Dir(s) 93.173.768.192 bytes free
c:\Windows\System32>del /F msvcp100.dll
c:\Windows\System32\msvcp100.dll
The system cannot find the file specified.