Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- :: (c) cu-32 2011 - http://gratisprogramas.org
- :: Eliminar temporales
- @echo off
- TASKKILL /F /IM explorer.exe
- CD C:\Windows\Temp\
- DEL *.* /S /F /Q /A R H S A
- CD %USERPROFILE%\AppData\Local\Temp
- DEL *.* /S /F /Q /A R H S A
- start explorer.exe
- Start RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 255
- msg * Hecho estas limpio.
Advertisement
Add Comment
Please, Sign In to add comment