发布网友
共3个回答
热心网友
C:\Documents
and
Settings\你的用户\Local
Settings\Temporary
Internet
Files
这里放的COOKIE比较多
C:\Documents
and
Settings\你的用户\Local
Settings\History这里放的你上网的历史
C:\Documents
and
Settings\你的用户\Local
Settings\Temp你使用的软件等的缓存
打开我的电脑把这几个文件夹下的文件删了就可以了
热心网友
具我所知,点一下回收站的右键,全部删除的记录不会被查到.
热心网友
把下面的代码复制到记事本
然后改后缀为
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
清理系统垃圾完成!
echo.
&
pause