to disable
USB storage devices
REG ADD
"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR" /v
Start /t REG_DWORD /d 4 /f
to enable
USB storage devices
REG ADD
"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR" /v
Start /t REG_DWORD /d 3 /f
No comments:
Post a Comment