07/07/2024
How to Enable/Disable USB Write Protection in Windows
To Enable Write Protection (save as in notepad in the write ".reg" for example save file name like "Enable/Disable write protection.reg":
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies] "WriteProtect"=dword:00000001
To Disable Write Protection:
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies] "WriteProtect"=dword:00000000