Skip to main content

Tech-Recipes.com - How To Prevent Windows XP Users From Writi...

Popularity Report

Total Popularity Score: 0

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Rank

Bookmark History

Saved by 12 people (-7 private), first by anonymouse user on 2006-08-02


Public Comment

on 2006-08-08 by mcescobar1

How To Prevent Windows XP Users From Writing To USB Drives

Public Sticky notes

USB drives are extremely handy tools, but in some instances it might not be a good idea to allow users to write onto these devices from their PCs. This is especially true when working with highly confidential data or intellectual property at work. Users of Windows XP with service pack 2 installed can disable writing to USB devices.

To do this:

Open the Registry Editor click on the Start button on your taskbar, then click on Run and type "regedit" and click on OK to start the regedit utility.

Expand HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control.

From there right click and create a new key and name it "StorageDevicePolicies". In the window on the right then create a new DWORD value and label it WriteProtect, give it a value of "1" and users can no longer write to USB drives. To re-enable this option change the value to 0 and users are again allowed to write.


The modifications you made will be in effect after you reboot your PC.

Highlighted by agrajame

on 2006-08-02 by agrajame

Applicable only for Windows XP service pack2

on 2006-08-03 by dizzledorf

...which is what all Windows XP users should be running!

on 2006-08-03 by computerjoe

Exactly!