Jump to content

Whenever i try to delete , copy or format anything on my 16gb sandisk usb, it shows an error saying the media is write protected. How can i fix this? ive already tried most solutions such as diskpart. Any help is appreciated.

 

Ryzen 5 1600 - GTX 980 Ti - Broke.

Link to comment
https://linustechtips.com/topic/482655-this-media-is-write-protected-help/
Share on other sites

Link to post
Share on other sites

If death has no cost, life has no worth

The dead are gone, the living are hungry

Life is not about finding yourself, it's about creating yourself.

Link to post
Share on other sites

Linux boot disk?

Intel Core i7-6700k | 2 X Gigabyte 4GB GTX 970 Overclocked Edition | 16GB (4X4GB) DDR4 2133MHz Corsair Dominator Platinum | MasterCase Pro 5

ASUS Z170 Deluxe Motherboard | 256GB Samsung 840 Pro + Seagate 2TB Storage | Corsair Hydro H80i GT | Windows 10 Pro 64bit | Corsair HX850i

Link to post
Share on other sites

Open Regedit 

 

Navigate to the following key

Computer\HKEY_LOCAL_MACHINE\SYSTEM\

CurrentControlSet\Control

Select control and rick click > Create new Key and name it StorageDevicePolicies 

Then in that new key right click and create new dword name it WriteProtect and set the value to 0 

it doesn't matter if the vaule is hex or decimal as 0 is 0 either way. See the article @Shiwoon mentioned earlier it is mentioned in there as well. 

Follow me at http://www.twitter.com/tekularity

Check out my blog at http://tekularity.com

A.A.S. in Information Technology, A+, Network+, CCNA

Link to post
Share on other sites

Alternatively you could 

 

copy and paste the below text into a word document and save it as a .reg file and run the reg file as admin to automatically do it for you. 

 

Windows Registry Editor Version 5.00
 
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies]
"WriteProtect"=dword:00000000

Follow me at http://www.twitter.com/tekularity

Check out my blog at http://tekularity.com

A.A.S. in Information Technology, A+, Network+, CCNA

Link to post
Share on other sites

How do i save microsoft word files as .reg? and do i do it with or without the Windows Registry Editor Version 5.00? @Abreed05

Just do it in notepad, save as, all files, whatever.reg

You didn't read the whole article I gave you... this is the last time I'll answer to you, kthnx, bye.

If death has no cost, life has no worth

The dead are gone, the living are hungry

Life is not about finding yourself, it's about creating yourself.

Link to post
Share on other sites

@refinedskillz save the whole string of text including the registry version 5.0 into not pad and saves as .reg instead of .txt. make sure you select all files from the drop down.

Follow me at http://www.twitter.com/tekularity

Check out my blog at http://tekularity.com

A.A.S. in Information Technology, A+, Network+, CCNA

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×