@echo off
color 0
@echo.
@echo ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
@echo ` 臭猪头清除系统垃圾 `
@echo ` `
@echo ` - - -By:臭猪头 QQ:332003231 `
@echo ` `
@echo ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
@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%\Application Data\Microsoft\Office\Recent\*.*"
del /f /s /q "%userprofile%\Recent\*.*"
@echo.
echo 删除不用的快捷方式。。。
@echo.
del /f /s /q "%systemdrive%\Documents and Settings\All Users\「开始」菜单\Windows Update.lnk"
del /f /s /q "%systemdrive%\Documents and Settings\All Users\「开始」菜单\设定程序访问和默认值.lnk"
del /f /s /q "%systemdrive%\Documents and Settings\All Users\「开始」菜单\Windows Catalog.lnk"
cls
@echo.
@echo ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
@echo ` 清除系统垃圾完成,多谢猪头! `
@echo ` `
@echo ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
@echo.
pause
color 0
@echo.
@echo ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
@echo ` 臭猪头清除系统垃圾 `
@echo ` `
@echo ` - - -By:臭猪头 QQ:332003231 `
@echo ` `
@echo ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
@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%\Application Data\Microsoft\Office\Recent\*.*"
del /f /s /q "%userprofile%\Recent\*.*"
@echo.
echo 删除不用的快捷方式。。。
@echo.
del /f /s /q "%systemdrive%\Documents and Settings\All Users\「开始」菜单\Windows Update.lnk"
del /f /s /q "%systemdrive%\Documents and Settings\All Users\「开始」菜单\设定程序访问和默认值.lnk"
del /f /s /q "%systemdrive%\Documents and Settings\All Users\「开始」菜单\Windows Catalog.lnk"
cls
@echo.
@echo ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
@echo ` 清除系统垃圾完成,多谢猪头! `
@echo ` `
@echo ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
@echo.
pause