Advertisement
Guest User

Untitled

a guest
Jan 19th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. @echo off
  2. del /s /f /q c:\windows\temp\*.*
  3. rd /s /q c:\windows\temp
  4. md c:\windows\temp
  5. del /s /f /q C:\WINDOWS\Prefetch
  6. del /s /f /q %temp%\*.*
  7. rd /s /q %temp%
  8. md %temp%
  9. @rem Clear IE cache - (Deletes Temporary Internet Files Only)
  10. RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 8
  11. erase "%LOCALAPPDATA%\Microsoft\Windows\Tempor~1\*.*" /f /s /q
  12. for /D %%i in ("%LOCALAPPDATA%\Microsoft\Windows\Tempor~1\*") do RD /S /Q "%%i"
  13. del /S /Q C:\ProgramData\Microsoft\PlayReady\*
  14. cls
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement