Skip to content

Instantly share code, notes, and snippets.

@hklcf
Created August 4, 2016 12:01
Show Gist options
  • Save hklcf/4130d7257c9f5f12e807ed7777869fd4 to your computer and use it in GitHub Desktop.
Save hklcf/4130d7257c9f5f12e807ed7777869fd4 to your computer and use it in GitHub Desktop.
@echo off
echo -----------------------------------------------------------
echo Copyright (c) 2007 HKLCF. All rights reserved.
echo -----------------------------------------------------------
echo Processing ... 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%\recycler\*.*"
del /f /s /q "%windir%\*.bak"
del /f /s /q "%windir%\prefetch\*.*"
del /f /s /q "%windir%\temp\*.*"
del /f /s /q "%temp%\*.*"
del /f /s /q "%userprofile%\Cookies\*.*"
del /f /s /q "%userprofile%\Recent\*.*"
del /f /s /q "%userprofile%\Templates\*.*"
del /f /s /q "%userprofile%\Local Settings\History\*.*"
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
cls
echo -----------------------------------------------------------
echo Copyright (c) 2007 HKLCF. All rights reserved.
echo -----------------------------------------------------------
echo System Clean Success! & echo Please Reboot Your Computer Later!
echo. & pause
@tinyoverflow
Copy link

Seems to be useful, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment