Disable Writing to Block Storage Devices on USB Buses

July 10th, 2007
1 Star2 Stars3 Stars4 Stars5 Stars (6 votes, average: 5 out of 5)
Loading ... Loading ...

A USB block storage device is an external (and generally portable) storage device that connects to your computer via a Universal Serial Bus port. They are becoming quite commonplace as of late. These devices include typical USB storage devices such as thumb drives, JumpDrives, and flash hard drives and some not-so-common ones such as iPods and digital cameras.

While these devices are great for transferring and transporting data easily, it is for that reason that they pose a huge security risk for corporations and organizations who are concerned with protecting valuable data. Because these devices are so easy to carry and use, they are being used more and more often in data theft cases.

For this reason, many corporations are now looking to restrict their use on computer systems and you may wish to do the same. Service Pack 2 for Windows XP addressed this issue directly with the addition of a registry value that will disable all write operations to block storage devices via USB adapters. To add this simply add or edit the following registry value.

Key Location Setting Name Default Value Possible Values
HKEY_LOCAL_MACHINE\System\
CurrentControlSet\Control\
StorageDevicePolicies
WriteProtect DWORD=0 0 - Disabled
1 - Enabled

If you are not comfortable making these changes manually, you can use one of the script files provided below.

DisableUSBWrite.vbs
DisableUSBWrite.reg
DisableUSBWrite.inf

Please use the trackback link when linking to this post.

Related Posts:

Add to Technorati Favorites

One Response to “Disable Writing to Block Storage Devices on USB Buses”

  1. bball4ever39 Says:

    Just what I needed. Nice and easy as well.

Leave a Reply