Disable USB storage device write (make them read-only)

Posted on March 23rd, 2007 by Jason

In the corporate world, a lot of time is spent on locking down computers to minimize the risk of confidential information leaving the company. With the popularity of USB storage devices in recent years the problem for large corporations has exploded. Almost all users want to use USB storage devices to move data around. With the size of USB storage devices increasing so much in recent years, the risk is increasing as more and more data could possibly be stolen or lost accidentally. In companies, USB storage devices have been banned completely and disabled from use on company computers.

In Windows Vista there is an alternative that will allow your corporate users to be able to read from USB storage devices but not write any data to them. Effectively turning on USB storage devices for all users but making them read-only. This way users can still read information off of USB storage devices that a third-party vendor may provide data on while preventing the employee from writing any data back to the storage device.

To setup read only USB storage device operation, follow these steps below:

1. Click on the Start Button and type in Regedit and hit Enter.
2. Navigate through HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control.
3. Right click on Control and select New and then Key. Call the new key StorageDevicePolicies.
4. Right click on StorageDevicePolicies and select New and then Dword. Call the new dword WriteProtect.
5. Right click on WriteProtect and select Properties. Set the value to 1 and hit OK.
The computer is now configured to disable writing to USB storage devices.

Tags: , ,

Related posts

3 Responses to “Disable USB storage device write (make them read-only)”

  1. XtraSalafy on 24 Mar 2007 at 4:01 pm #

    Disable USB storage device write (make them read-only)Vista Discounts- With Strings, Of Course Living an Outlook Free Life with Windows Vista Inside the Windows Vista Kernel: Part 3 MS Vista Licensing, A Work In Progress

  2. Prithwijit De on 23 Mar 2007 at 2:04 pm #

    Thkzz for the Tip Boss,,.,,,, The same trick can be applied on Windows 2000 and XP both in Prof and Home basis…….

    Never the less…. Thkz boss

  3. Rehan Akhter on 23 May 2007 at 4:28 am #

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies WriteProtect is not working for Windows 2000.

    can i have some idea what registry setting is required for 2000.

    Thanks in advance
    R e h a n

Leave a Reply