返回列表 发帖

[原创文章] win7清理系统垃圾

@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
把它复制到一个文本文档里 保存为XXX.bat


    上面是XP系统下的操作码,请问一下高手大哥们win7的清理系统垃圾也是这个么?还有我装的win7怎么用不了IE8 啊????

windows7也是它,temp就是临时文件

TOP

谢谢谢谢~ 哈哈 

TOP

楼主的那个好像是所有微软的系统都适用的

TOP

oooooooooooooo

TOP

好像是所有微软的系统都适用的

TOP

试一下看看,很有用么,请问?
永远不要说永远

TOP

都是一样的
这文件不错
XXXG-00W0  W-Gundam Zero Custom

TOP

忘说了,win7下要管理员模式
XXXG-00W0  W-Gundam Zero Custom

TOP

好像有点看不懂 !!!!!!!

TOP

返回列表