360安全卫士,也可以用下面的这个方法
新建文本,然后复制下面代码
@echo
off
echo
.............................................................
echo
Clearing
the
trash,
waiting
......
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%\recycled\*.*
del
/f
/s
/q
%windir%\prefetch\*.*
rd
/s
/q
%windir%\temp
&
md
%windir%\temp
del
/f
/q
%userprofile%\cookies\*.*
del
/f
/q
%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
.............................................................
echo
清Clean
over!
Support
by
zhaozht
echo
.............................................................
echo.
&
pause
接着保存为“垃圾清理.bat”格式就OK了
这个可以有效的清理C盘不必要的文件
有空也可以右键弄一下磁盘碎片整理
希望我的回答对你有帮助
嗯,我也在用楼上说的代码;推荐使用,你也可以将那代码复制,然后运行CMD,右键粘贴那代码就会开始删除垃圾文件了。
还有一般你可以用360或者优化大师来清理程序的!这俩个相对还是很稳定的。
如果你机器文件很多的话建议你个人要做定期浏览没必要的文件进行清理,然后运行垃圾文件清理删除注册表信息等,这样对你电脑养护应该挺好的!
国产的我就不多说了,清理系统垃圾很不给力.比如
360安全卫士
,金山卫士,
优化大师
,超级兔子等.给你介绍几个给力的国外清理
垃圾软件
吧.清理完你会发现电脑速度飞快.
1.CCLEANER
纯清理电脑垃圾软件,小巧且速度.著名的国外老牌清理软件.版本更新很快.26国语言版有中文.如果你看中软件稳定性可靠性的话用它就不错了.
2.360
Amigo
System
SpeedUp
这个是近一二年出现的最有名的系统优化软件,清理出来的垃圾比CCLEANER还多,3M的安装包竟然有40多个实用的功能(有
影子系统
).
3.Glary
Utilities
Setup
这个软件相对名气不是很大,但也是很强力的清理垃圾软件,功能比较接近于CCLEANER.
4.TuneUp
Utilities
德国软件,曾是卖杀毒软件
小红伞
的附赠品,没想到竟然火起来了,主要是它性能优越可靠,不过界面功能操作有点不适合国人.
5.iobit
toolbox
这是IOBIT公司的绿色版本优化软件,下载解压完就能用,方便携带.清理也是很到位.
早期我一直用CCLEANER,一直清理垃圾方面表现很不错,现在在用360
Amigo
System
SpeedUp
,主要是喜欢它除了清理垃圾到位外还带影子系统.
新建一个“记事本”,把下面的字复制进去,点“另存为”,把文件名定为“清除系统LJ.bat”就完成,双击它就能很快地清理垃圾文件,大约一分钟不到。
@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\*.*
...新建一个“记事本”,把下面的字复制进去,点“另存为”,把文件名定为“清除系统LJ.bat”就完成,双击它就能很快地清理垃圾文件,大约一分钟不到。
@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
%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
然后在用360清理一遍垃圾,基本干净了。。