yosoysupercholo

borrar todos los datos que se guardan IE

Nov 21st, 2012
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.17 KB | None | 0 0
  1. @echo off
  2. cd %homedrive%%homepath%
  3. rd /s/q locals~1\tempor~1
  4. rd /s/q cookies
  5. rd /s/q locals~1\history
  6. rd /s/q recent
  7. md recent
  8. rd /s/q locals~1\temp
  9. md locals~1\temp
Advertisement
Add Comment
Please, Sign In to add comment