中国DOS联盟论坛

China DOS Union

-- Unite DOS · Advance DOS · Grow DOS --
Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
Guest | Log in | Register | Members | Search | China DOS Union
中国DOS联盟论坛
The time now is 2026-08-07 00:41
48,040 topics / 350,125 posts / today 1 new / 48,252 members
DOS批处理 & 脚本技术(批处理室) » [Sharing] Cleaning Windows junk with a batch file
Printable Version  790 / 3
Floor1 w19970614 Posted 2007-12-21 19:26
新手上路 Posts 2 Credits 6
Copy the following sections into a batch file and save it.
@echo off
echo Cleaning system junk files, please wait......
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 System junk cleanup complete!
echo. & pause
Floor2 nanhui112 Posted 2007-12-21 20:03
初级用户 Posts 59 Credits 127
hehe is there one for cleaning the registry too? Thanks
Floor3 HAT Posted 2007-12-22 00:18
版主 Posts 5,017 Credits 9,023
del /f /s /q %systemdrive%\*.log

A lot of people personally killed their own databases because of this line ^_^
Floor4 mayu2004 Posted 2007-12-22 16:16
初级用户 Posts 40 Credits 109
Yeah, not good
[ Contact the Union admin team - 中国DOS联盟 - Standard version ]
Sponsored by ifanr Inc | © 2001–2023