一段烂木头 - 2008-8-4 23:12:00
我的系统才装不长时间!C盘留有10G的空间. 可现在老出现C盘空间太小叫我清理!我点C盘看只有几十M可用空间了!!!我也没装什么东西!!!我点WIN文件夹看.那个文件夹就占了8G的空间!!原来从没出现过这个事情! 这是怎么回事啊! 那为好心的大侠给我说说!!!! 谢谢!!!
用户系统信息:Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; QQDownload 1.7)
天仁 - 2008-8-4 23:18:00
@echo off
color a5
echo.
echo ___________________________________________________________
echo.
echo 垃圾清理,从我做起,Please waiting......
echo ___________________________________________________________
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.
echo 整个世界都清净了!
@pause
以上保存为清理系统.bat,然后双击运行
一段烂木头 - 2008-8-4 23:25:00
怎么清理! 教教我! 我是个新手!!! 谢谢!!!!
fillix - 2008-8-4 23:45:00
© 2000 - 2026 Rising Corp. Ltd.