Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/windows/15.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/xamarin/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Windows 不可删除的0字节文件_Windows_File - Fatal编程技术网

Windows 不可删除的0字节文件

Windows 不可删除的0字节文件,windows,file,Windows,File,我在Wnidows/System32中有一个大小为0字节的文件。 它显示在浏览器和命令提示符中,但我不能删除或覆盖它。系统声称该文件将不存在,但即使在重新启动后它仍会保留在那里 该问题导致应用程序安装失败,因为安装也无法覆盖该文件 我试图通过控制台删除, 我尝试了checkdisk、filehicker、unlocker等,但都未能删除该文件 如果有人能帮忙,我会很高兴的 该系统是一个虚拟Windows 2008 R2服务器 c:\Windows\System32>dir /x msvcp

我在Wnidows/System32中有一个大小为0字节的文件。 它显示在浏览器和命令提示符中,但我不能删除或覆盖它。系统声称该文件将不存在,但即使在重新启动后它仍会保留在那里

该问题导致应用程序安装失败,因为安装也无法覆盖该文件

我试图通过控制台删除, 我尝试了checkdisk、filehicker、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.

你试过运行checkdisk吗?你试过安全模式吗你试过运行checkdisk吗?是的,我做了,但是因为我只能通过远程桌面访问服务器,而且它是一个虚拟服务器,所以我不能完全确定这是否如预期的那样工作。我只能安排重新启动扫描。你知道如何确保它运行checkdisk吗?你能看到文件的权限吗?是否设置了任何同步?