信息来源:www.cnweblog.com
posts - 220, comments - 270, trackbacks - 0, articles - 0 :: 首页 :: :: 联系 :: 聚合 :: 管理
机器先前出现内存读写失败的错误提示,并且不能正常启动机器。
更换内存条后,可以启动机器,但会在刚启动完毕提示c:\windows\csc\csc1.tmp文件损坏不能正常读存且建议使用CHKDSK检查分区。
我向来不使用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目录下的文件是"启用脱机文件"后所需要的文件,当禁用脱机文件后系统在启动时就不会去读取此目录。禁用脱机文件的方法是在"文件夹选项"的"脱机文件"标签中设置。
现在系统已经正常,只是脱机文件功能不再使用,另外那个损坏的文件c:\windows\csc\csc1.tmp还是无法删除,正在处理中。