Advertisement
gn4711

Delete Recent's

Jun 25th, 2012
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.21 KB | None | 0 0
  1. c:
  2.  
  3. cd\
  4. cd %USERPROFILE%\Recent\
  5. del *.lnk
  6.  
  7. cd\
  8. cd %USERPROFILE%\AppData\Roaming\Microsoft\Windows\Recent
  9. del *.lnk
  10.  
  11. cd\
  12. cd %APPDATA%\Microsoft\Windows\Recent\AutomaticDestinations
  13. del * /q
  14.  
  15. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement