Advertisement
Guest User

clean.bat

a guest
Jul 17th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.33 KB | None | 0 0
  1. @echo off
  2. del /s /f /q %windir%\temp\*.*
  3. rd /s /q %windir%\temp
  4. md %windir%\temp
  5. del /s /f /q %windir%\Prefetch\*.*
  6. rd /s /q %windir%\Prefetch
  7. md %windir%\Prefetch
  8. del /s /f /q %windir%\system32\dllcache\*.*
  9. rd /s /q %windir%\system32\dllcache
  10. md %windir%\system32\dllcache
  11. del /s /f /q %temp%\*.*
  12. rd /s /q %temp%
  13. md %temp%
  14. cls
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement