Advertisement
shakhawatt

cleaner 5.02

Jun 23rd, 2020
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.48 KB | None | 0 0
  1. *********START CODE************
  2.  
  3. @ECHO OFF
  4.  
  5. del C:\Users\%username%\AppData\Roaming\Microsoft\Windows\Recent Items*.* /Q pause
  6.  
  7. del /s /f /q C:\Windows\Prefetch\*.*
  8.  
  9. del /s /f /q C:\Windows\Temp\*.*
  10.  
  11. del /s /f /q %USERPROFILE%\appdata\local\temp\*.*
  12.  
  13.  
  14. /Below command to Show the folder after deleted files
  15.  
  16. Explorer %userprofile%\Recent
  17.  
  18. Explorer C:\Windows\Prefetch
  19.  
  20. Explorer C:\Windows\Temp
  21.  
  22. Explorer %USERPROFILE%\appdata\local\temp
  23.  
  24.  
  25. *********END CODE************
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement