yosoysupercholo

Borrar Archivos Temporales

Jun 2nd, 2012
366
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.33 KB | None | 0 0
  1. :: (c) cu-32 2011 - http://gratisprogramas.org
  2. :: Eliminar temporales
  3. @echo off
  4. TASKKILL /F /IM explorer.exe
  5. CD C:\Windows\Temp\
  6. DEL *.* /S /F /Q /A R H S A
  7. CD %USERPROFILE%\AppData\Local\Temp
  8. DEL *.* /S /F /Q /A R H S A
  9.  
  10. start explorer.exe
  11. Start RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 255
  12.  
  13. msg * Hecho estas limpio.
Advertisement
Add Comment
Please, Sign In to add comment