我向来不使用CHKDSK的,因为不太信任它,我要解决的是找到c:\windows\csc目录些文件的作用功能,然后把此功能禁用即可,我是这么想的也是这么做的,结果让我很满意。
终于在BLOG.MSDN.COM中找到了答案,下面是原内容摘抄:
What are all these files in my C:\WINDOWS\CSC directory?
This is where Windows keeps the files that you have marked for being available offline. (CSC was the working name for the feature now called Offline Files. It stands for Client-Side Caching.)
To move these files, look for for information on cachemov.exe on the internet (I believe it's on the Windows CD). To disable this feature, you should be able to open My Computer, click on Tools > Folder Options... and then click on the Offline Files tab. You can then delete the files (Delete files...) and / or view the files (View files). To disable online files, deselect the option "Enable offline files" and click OK.
上面的意思是C:\WINDOWS\CSC目录下的文件是"启用脱机文件"后所需要的文件,当禁用脱机文件后系统在启动时就不会去读取此目录。禁用脱机文件的方法是在"文件夹选项"的"脱机文件"标签中设置。
现在系统已经正常,只是脱机文件功能不再使用。