P
pete0085
I am trying to run a reg add command in a batch file but it does not execute.
The command runs fine in the command prompt.
REG ADD "HKLM\System\CurrentControlSet\Services\USBTOR" /v Start /t
REG_DWORD /d 4 /f
What am I missing here?
The command runs fine in the command prompt.
REG ADD "HKLM\System\CurrentControlSet\Services\USBTOR" /v Start /t
REG_DWORD /d 4 /f
What am I missing here?