Sherlock USB Write Blocker modifies a single Windows registry value to enforce read-only access on all USB storage devices. The tool targets the registry path HKLM\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies\WriteProtect. When this value is set to 1, Windows mounts every newly inserted USB mass storage device in read-only mode. No data can be written to the device, no files can be modified and no metadata can be altered.
The protection takes effect on the next USB device insertion. This means you must enable write protection before plugging in the suspect device. Once protection is active, Windows blocks all write operations at the operating system level. The device remains fully readable for forensic imaging and file browsing.
To disable protection, click the toggle again. The tool sets WriteProtect back to 0 and USB devices inserted afterward mount with normal read-write access. The interface displays the current protection state at all times so you always know whether writes are blocked.
Technical Details
- Registry Path
HKLM\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies- Registry Value
WriteProtect(DWORD). Value of 1 enables read-only mode. Value of 0 restores normal read-write access.- Scope
- Applies to all USB mass storage class devices including flash drives, external hard drives and USB-connected memory card readers.
- Activation
- Takes effect on the next USB device insertion. Already-mounted devices are not affected until ejected and reinserted.
- Admin Privileges
- Required. Modifying HKLM registry keys requires administrator elevation. The tool prompts for UAC consent on launch.
- SHA256 Verification
- Published SHA256 hash for download integrity verification. Confirm the installer has not been tampered with before execution.