-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathRepUSB.bat
More file actions
20 lines (20 loc) · 780 Bytes
/
RepUSB.bat
File metadata and controls
20 lines (20 loc) · 780 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@echo off
title Memoria Flash
color 2E
@echo ----OPERARE Y REPARARE TU MEMORIA, Ok?----
@echo ----------------------------------------------
@echo Cambiare Los Atributos De Tus Carpetas....
Attrib /d /s -r -h -s *.*
@echo ----------------------------------------------
@echo Estoy Eliminando Los Accesos Directos...
if exist *.lnk del *.lnk
@echo ----------------------------------------------
@echo Tendre Que Eliminar Tu Autorun... Tu Tranquilo :)
if exist autorun.inf del autorun.inf
@echo ----------------------------------------------
@echo La Operacion Fue Un Exito!!!!
@echo ----------------------------------------------
@echo Suerte... Atte: INSTITUTO CESCA =)!
@echo ---------------------------------------------
@echo C O M P L E T A D O
pause