Si a funcionado
Aunque me queda la duda porque no funciono en el bat directamente...
Sinceramente, a mi también xD
Venga, un último intento, prueba así directamente desde batch
REM Aderir claves de registro.
reg query "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\usbstor"
>nulIf %errorlevel% GEQ 1
(echo Este codigo no sirve, hay algun error
con tu registro... Seguro que tienes permisos de usuario?"
)
"c:\windows\system32\reg.exe" delete "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\usbstor" /v "Start" /F
"c:\windows\system32\reg.exe" delete "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\usbstor" /v "Start" /F
"c:\windows\system32\reg.exe" add "HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\usbstor" /v "Start" /t "reg_dword" /d "00000003" /F
"c:\windows\system32\reg.exe" add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\usbstor" /v "Start" /t "reg_dword" /d "00000003" /F
EDITO: ahhhhhh,, ahora que lo pienso, decias que la pantalla se quedaba en negro? claro, todo se hace de forma oculta en el code que te puse antes, Asegurate de que realmente no funcionó '¬¬