更新時間:2019-04-12 19:24:37 來源:雨林木風(fēng)官網(wǎng) 游覽量: 92 次
@echo off
echo 清除win7系統(tǒng)垃圾中,請稍后片刻......
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\*.old
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log
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\Temp\*.*"
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
del /f /s /q "%userprofile%\recent\*.*"
echo 系統(tǒng)垃圾清除完畢,按任意鍵退出。
echo. & pause
本文來自雨林木風(fēng)m.gohmusic.com 如需轉(zhuǎn)載請注明!