Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- title usb
- color 1E
- @echo ----------------------------------------------
- @echo ---- REPARACION DE ARCHIVOS EN USB ----
- @echo ----------------------------------------------
- @echo Cambiando Atributo de Carpetas
- Attrib /d /s -r -h -s *.*
- @echo ----------------------------------------------
- @echo Eliminado Accesos Directos
- if exist *.lnk del *.lnk
- @echo ----------------------------------------------
- @echo Eliminado Autorun
- if exist autorun.inf del autorun.inf
- @echo ----------------------------------------------
- @echo Operacion OK...
- pause
Advertisement
Add Comment
Please, Sign In to add comment