TUT-009
USB Blocked Windows Batch File
USB Blocked Windows Batch File
| PublishedAug 10, 2026 | Read time3 min | Views1 | Category Hardware | Tags — |
Please open notepad and paste below code and save as filename.bat.

@echo off echo Blocking USB Pendrive…
REM Disable USB Storage Driver reg add “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR” /v Start /t REG_DWORD /d 4 /f
echo USB Pendrive Blocked Successfully! pause

// Comments (0)