russia的个人资料
- 省份: 广东
- 地区: 广州
管理 给我的留言
-
cibe01@126.com 留言于2007-01-10 08:45:34
- 你好,我把你的程序改了一下,但有点错误,清理后OFFICE程序有问题。要求重新安装,修复之后可以了
@echo.程序已经待命,准备清理ing,按任意键开始清理... & pause
@echo 正在玩命的查找并清除系统的淘汰文件,请稍等...
pushd %systemdrive%\
del /f /q /s *.old *.bak *.gid *.tmp*._mp*.log*.chk
popd
pushd %windir%\
del /f /q /s *.old *.bak *.gid *.tmp*._mp*.log*.chk
popd
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\prefetch\*.*
del /f /s /q %windir%\system32\wbem\Logs\*.log
del /f /s /q %windir%\system32\wbem\Logs\*.lo_
del /f /s /q %windir%\*log.txt
del /f /s /q %windir%\Debug\*.log
del /f /s /q %windir%\Debug\UserMode\*.log
del /f /s /q %windir%\Debug\UserMode\*.bak
del /f /s /q %windir%\SchedLgU.txt
del /f /s /q %windir%\security\logs\*.log
del /f /s /q %windir%\security\logs\*.old
del /f /s /q %windir%\system32\LogFiles\*.*\RECURSE
del /f /s /q %allusersprofile%\Application Data\Microsoft\Dr Watson\*.log
del /f /s /q %allusersprofile%\Application Data\Microsoft\Dr Watson\*.dmp
rd /s /q %windir%\temp & md %windir%\temp
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\*.*"
del /f /s /q "%userprofile%\local settings\history\*.*"
@echo HOHO...这下世界清静了!
@echo.垃圾文件清理任务完成,按任意键退出程序... & pause
-
russia 留言于2006-12-14 22:41:31
- 可以 就是这样呵呵
@echo.程序已经待命,准备清理ing,按任意键开始清理... & pause
@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 HOHO...这下世界清静了!
@echo.垃圾文件清理任务完成,按任意键退出程序... & pause 可以 就是这样呵呵
@echo.程序已经待命,准备清理ing,按任意键开始清理... & pause
@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 HOHO...这下世界清静了!
@echo.垃圾文件清理任务完成,按任意键退出程序... & pause
-
russia 留言于2006-12-14 22:39:36
- http://www.cn3wnet.com/5366
