推荐榜 短消息 big5 繁体中文 找回方式 手机版 广 广告招商 主页 VIP 手机版 VIP 界面风格 ? 帮助 我的 搜索 申请VIP
客服
打印

[求助] 怎么才能知道C盘里哪些是垃圾文件

购买/设置 醒目高亮!点此感谢支持作者!本贴共获得感谢 X 3

怎么才能知道C盘里哪些是垃圾文件

C盘里很多文件,几个请朋友重新装好系统时,里面很干净,但是现在又出现N个大大小小的各种文件,可以删除掉这些吗,怎样删除不会有麻烦

点此感谢支持作者!本贴共获得感谢 X 3
TOP

通过扩展名就可以知道,如果闲麻烦的话,可以使用优化大师,他有清理垃圾文件的功能

TOP

这个很简单,不用自己去分辨它,那样太麻烦了,用360等等清除系统垃圾的软件,直接清理就行了。清理系统垃圾不会对电脑有影响。

TOP

Cookies记录(c:\Documents and Settings\用户名\Cookies\ );
window用户临时文件夹 (c:\Documents and Settings\用户名\Local Settings\Temp\);
浏览器缓存目录(c:\Documents and Settings\用户名\LocalSettings\TemporaryInternet Files\);
最近打开的历史文件记录(c:\Documents and Settings\用户名\Local Settings\History\下的所有文件);
最近打开的历史快捷方式记录(c:\Documents and Settings\用户名\Recent\下的所有文件);
window临时目录(c:\WINDOWS\Temp\下的所有文件);
window更新补丁目录(c:\WINDOWS\SoftwareDistribution\download下的所有文件);
还包括window预读文件,视频播放器缓存目录等等文件,不过如果不太懂的话最好是使用软件清理

TOP

用360的话好像比较简单吧,选择清理垃圾让他自己去选就好了

TOP

这个真的很不好说,推荐用自动的软件,比较保险,不会删错东西,一般垃圾后缀是比较特殊的可以在那些软件里面看一下比如.??的还有.tmp\.temp的等等 好多种呢,不一一列举了

TOP

建一个批处理文件,就OK了!

@echo off
  
  echo 正在清除系统垃圾文件,请稍等......
  
  del /f /s /q %systemdrive%\*.tmp
  
  del /f /s /q %systemdrive%\*._mp
  
  del /f /s /q %systemdrive%\*.log
  
  del /f /s /q %systemdrive%\*.gid
  
  del /f /s /q %systemdrive%\*.chk
  
  del /f /s /q %systemdrive%\*.old
  
  del /f /s /q %systemdrive%\recycled\*.*
  
  del /f /s /q %windir%\*.bak
  
  del /f /s /q %windir%\prefetch\*.*
  
  rd /s /q %windir%\temp & md %windir%\temp
  
  del /f /q %userprofile%\cookies\*.*
  
  del /f /q http://www.renti168.com%userprofile%\recent\*.*
  
  del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
  
  del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
  
  del /f /s /q "%userprofile%\recent\*.*"
  
  echo 清除系统LJ完成!
  
  echo. & pause

TOP



当前时区 GMT+8, 现在时间是 2025-6-21 07:15