电脑C盘的Application Data问题

首先确保你的硬盘分区没有问题,硬盘没有坏道之类的

开始 => 运行 => cmd
=> cd c:\Documents and Settings\All Users\
=> dir /a "Application Data"
此时请检查是否存在你看不到的 thunder_vod_cache(迅雷缓存) 目录(或其他目录),如果存在,继续阅读;如果不存在,请恕本人无能为力
=> attrib "Application Data\thunder_vod_cache"
如果有H,S以及其他属性,请去除
=> attrib -H -S "Application Data\thunder_vod_cache"
此时你应该可以看到这个目录了,删除就可以了,也可以用下面的命令行
=> rmdir /s "Application Data\thunder_vod_cache"
恭喜,大功告成

另外还有firefox的缓存目录Mozilla\Firefox\Profiles也可以这样处理。其余还有一些软件有类似的缓存文件夹,请自行查看,确认后再行删除(如QQ的缓存文件夹)

你可能感兴趣的:(C++,c,cache,C#,firefox)