Skip to main content

Trick to Remove Write Protection Error in USB Pen Drive

 

             If while  transferring data using your pendrive you get an error like Disk is Write Protected then neither  you can send data into it nor copy any data from the pen drive to your PC. By using this  trick  you can easily remove this error from your Pen Drive.Perform it carefully as it requires editing of registry code.



Trick to Remove Write Protection Error in USB Pen Drive:-
  • Open Run Dialog box by Pressing Window+R.
  • Type Regedit and Press Enter.
  • Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrrentControlSet\Control and look for StorageDevicePolicies.

  • If you cannot find StorageDevicePolicies there then do create this file first.(Look at the end of this article for instructions )
  • Now you will see WriteProtect in your right window pane, double click on it.
  • In the Value Data field  change the value to 0(zero).
  • Now restart your system and then use your pen drive.
There is an alternative method to do this just download this zip file that contains both files i.e. Enable/Disable Write Protection: click here.
Method to Create StorageDevicePolicies File:-
  • Click Start, type regedit.exe and hit ENTER.
  • Navigate to the following location:
  • HKEY_LOCAL_MACHINE\SYSTEM\CurrrentControlSet\Control
  • Right-click Control and select New and Key.
  • Name it as StorageDevicePolicies and Right click on it
  • Select New > DWORD and name it as WriteProtect.

  • Double click on it and set its value to 0 (zero).
  • Restart your system and this would Disable write protect on USB.

Comments

Popular posts from this blog

Facts to Consider when purchasing a Hardware Firewall

  When buying a hardware firewall, there are several factors you should consider. Here is a checklist of important things to consider: Performance: Determine the required throughput and session capacity to meet the needs of your network. Security features: Look for features such as intrusion detection and prevention, VPN support, content filtering, anti-virus, anti-spam, and application control. Ease of use: Make sure the firewall has a user-friendly interface for easy configuration and management. Scalability: Consider the ability to add or upgrade hardware components to accommodate future growth. Integration: Determine how well the firewall integrates with your existing network and security infrastructure. Support: Look for a vendor with a good reputation for providing timely and effective support. Price: Evaluate the total cost of ownership, including hardware, licensing, and ongoing maintenance and support costs. Compliance: Check if the firewall meets any regulatory or complia...

How To Remove “Error Deleting File or Folder”

It is a very common and annoying message that the file or folder you are trying to deleted cannot be deleted or thependrive cannot be removed as it is used by the system.In this tutorial I will show how to remove your pendrive or delete the files and folders if you get such an error.This error has various flavours and it can be of any of the following types:

Murach's Oracle SQL and PL/SQL

Murach's Oracle SQL and PL/SQL by Joel Murach 18 chapters,627 pages, 271illustrations ISBN: 978-1-890774-50-9   If you're developing applications that access Oracle databases, why not let SQL do more of the work for you? With the new, free, Express Edition of Oracle Database and Oracle SQL Developer (also free), you can set up the database environment you need and train yourself right on your own computer. This new book shows you how! Get started fast with Oracle SQL Developer In chapter 1, you'll quickly master the database concepts you have to know to handle Oracle databases effectively. Then, chapter 2 gets you started using Oracle SQL Developer. This graphical tool makes it far easier to work with an Oracle database than it is with command-line tools like SQL*Plus,...