i have some SD cards that them write protection buttons are lost. each time i connecting these cards to my PC and want to copy some files to that, windows shows write protection message. I'm seeking for a software fix that permanently fix write protection problem. is there any way to remove write protection from my SD cards?
Asked
Active
Viewed 8,807 times
2 Answers
0
This should be fixable using the command-line diskpart partitioning tool.
- run an elevated command prompt
- run
diskpart - get a list of your volumes:
list volume, identify the sd card select volume #with # being the volume number of the sd card- try to remove the write protection using
attributes disk clear readonly
Patrick R.
- 1,301
- 1
- 11
- 24
0
that above is almost right, I tried instead:
- list disk
- select disk #
- attributes disk clear readonly
and it worked well, my SD-Card is now unproteced
To see what es is set try:
- list disk
- attributes disk
regards J.B.