Advertisement
talama

Windows 7 Temp File Cleanup Batch File

May 7th, 2017
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.20 KB | None | 0 0
  1. cd C:\Users\%username%\AppData\Local
  2.  rmdir /S /Q Temp
  3.  
  4. del C:\Windows\Prefetch\*.* /Q
  5.  
  6. del C:\Windows\Temp\*.* /Q
  7.  
  8. del C:\Users\%username%\AppData\Roaming\Microsoft\Windows\Recent Items*.* /Q
  9. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement