• How To?
  • Tips ‘n Tricks
  • WordPress
  • Snippets
  • Software
    • Browsers
    • Downloads
  • Web
  • Tools
    • Character Counter
    • chmod Calculator
    • Entities Encoder
    • Live HTML Editor
    • My IP
  • Contact
Twitter Facebook Google+ RSS
You are here: SumTips » How To? » Make USB Storage Read-Only: Registry, Group Policy, or Software

Make USB Storage Read-Only: Registry, Group Policy, or Software

Posted on July 19, 2012 by Renji | Short URL: http://sumtips.com/?p=7251

If you are reading this post then I guess you might be looking for a way to prevent unauthorized copying of files from your computer. Here I will show you three ways by which you can make USB storage devices such as flash drives, external hard disks, etc. connected to your computer read-only. After implementing any of theses, you remove the write access to USB ports but still you can read data from them as you normally do.

USB Read Only

Make USB Storage Read-Only Using Group Policy Editor

  1. Open Windows Run dialog by pressing Win + R keys together.
  2. Type in gpedit.msc and press Enter to open Group Policy Editor.
  3. Now navigate to User Configuration > Administrative Templates > System > Removable storage access and find “Removable Disks: Deny write access” in the list in right window.
  4. Double click on it and click on Enable.
  5. USB Read Only gpedit.msc

  6. Save changes by clicking on OK.
  7. Finally restart your computer to take effect.

Make USB Storage Read-Only Using Registry

  1. Open Windows Run dialog by pressing Win + R keys together.
  2. Type in regedit and press Enter to open Windows Registry Editor.
  3. Now navigate to the following Registry key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies.
  4. If StorageDevicePolicies key doesn’t exist, you will have to create (right click on ‘Control’ key > New > Key) it. After creating, select the key and right-click in the right window and select New > Dword (32-bit) Value from the context menu. Name the new entry WriteProtect.
  5. Double-click on WriteProtect and change its value from 0 to 1. 1 disables writing to all USB storage devices, and 0 enables writing.

USB Read Only Registry

Software to Make USB Storage Read-Only

If you want a quick and easy solution, here are some free software that can enable write protection on USB storage devices with the click of a button:

  • Wenovo USB Disks Access Manager
  • USB Write Protect
  • USB WriteProtect

While enabling write protection adds another layer of defence to your data, it should be noted that the system is not foolproof on its own as users can still email or upload to internet, or copy over a local network connection. However, it is handy if the computer is not connected to the internet or if you just want to protect your friends from copying any file from your computer.


Tweet

Related posts:

  • Disable USB Storage: Registry, Group Policy, or Software
  • How To Make A File Read-Only In Windows
  • Open Registry Keys Directly in Windows Registry Editor from Firefox
  • Make Mouse Scroll Wheel Button Perform Double-Click in Windows
  • Save Google Plus Posts to Read It Later for Later Reading
Categories: How To? | Tags: Registry, Software, USB, Windows
Disable USB Storage: Registry, Group Policy, or Software
Manually Add, Edit or Delete Contacts in Windows 8 People App

  • Get Updates via Email

  • Recent Posts

    • CMS2CMS: Migrate Site from Drupal or Joomla to WordPress
    • WordPress: Add Preview Button in Distraction Free Writing
    • How to Activate or Deactivate Individual Jetpack Modules
    • Windows 8: Auto Update Defender with Windows Update Disabled
    • Automatically Start and Close Programs at Specific Time
    • How to Copy Code from Notepad++ with Syntax Highlighting
  • Random Posts

    • 5 Ways to Create Dummy Files
    • Two Ways to Find Out Who Deleted/Removed You From Friends on Facebook
    • Add TinyMCE Rich Text Editor to WordPress Comments without Plugin
    • Customize WordPress HTML Editor With Custom Quicktag Buttons
    • Host Personal Web-Based Feed Reader on Your Server
    • Forget TinyURL, Now You Have DickensURL
  • Categories

    • Blogging
    • Games
    • Google
    • How To?
    • Linux
    • Microsoft
      • Windows
    • Miscellaneous
    • Phone
    • Snippets
      • AutoHotkey Snippets
      • CSS Snippets
      • htaccess Snippets
      • JavaScript Snippets
      • PowerShell Snippets
      • WordPress Snippets
    • Social
    • Software
      • Browsers
    • Tips 'n Tricks
    • Wallpapers
    • Web
© SumTips. Contact | Sitemap | Privacy Policy