solegrin :
NanaJo-55 :
You could remove the write protection like this:
http://www.itrelated.info/remove-write-protection-from-a-drive-memory-card/
hello Sir, I already tried this process.. but sadly I dont have a folder called "Storage Device Policies".
Its weird because I've been using my external HD for a long time, and then suddenly it becomes unreadable.
Any other options I can do? I have super important files related to work thats why I need to recover my files
🙁
Tom's Hardware deserves a better answer than this.
The link Nanajo provided is correct, albeit the directions are a bit screwy and missing a critical step.
Try this (for anyone out there at present who stumbles on this):
1. Go to your registry. Click “Start” on the taskbar to open “Run” and type in “regedit”.
3. Drill down to Storage Device Policies"
HKEY_LOCAL_MACHINE > SYSTEM > CurrentControlSet > Control > StorageDevicePolicies
4. Highlight "StorageDevicePolicies" and in the right hand view window you will see a "WriteProtect" DWORD key.
5. Double click on WriteProtect and in the dialog box that pops up replace the Value Data 1 with a 0 (zero)
6. Close out of the registry: File > Exit
7. Reboot your computer. This is the critical step. When you change the registry, most times you need to either reboot, logout and login or do nothing. Considering you want to edit an external drive that is write protected, a reboot is necessary.
Good luck to all.
If the key named “Storage Device Policies” is missing, right click in an empty area of the right hand panel and click "New" > DWORD Value
Name or double click on New Value #1 and name it WriteProtect" and leave the assigned value at 0 (zero).
Exit the same way and reboot.
You should now be able to engage with your external device.
I would also check the properties > security > advanced >owner and make sure you are the owner of the device and not some crazy number like S-1-5-21-73586283-1767777339-839522115-500, which means you had this owned by another account but that account got deleted and this is Windows way of showing a dead SID. Replace that with your account id.
In the Advanced Security Settings for (You device ID) Highlight your account in the "Change Owner to" view window.
Select the "Replace owner on subcontainers and objects" and hit "Apply"
You may get an error window that says:
Security
---------------------------
You do not have permission to read the contents of directory \Device\HarddiskVolume3\RECYCLER\S-1-5-21-1202660629-1425521274-839522115-1003\Df17. Do you want to replace the directory permissions with permissions granting you Full Control?
All permissions will be replaced if you press Yes.
---------------------------
Yes No
Select Yes.
You now own the device.
NOTE: A nifty way to copy down the text of Windows pop up error messages etc is to click on the popup box (to select it from all other open windows) and hit Control + C
Then open up Notepad and in the text area click Control + V and the message will be displayed for copying and pasting as you desire.
Good luck