write protected usb stick

jogold

Active Member
Reaction score
66
Location
Belgium
i have a usb stick with viruses but its write protected. i eve tried diskpart but it wont commit.
i also tried on gandals pe but still no dice.
any advice?
thx
jo
 
i want to format it

the regedit didnt help and
i tried easeus ani get the following error
"the operation did not complete because the media is write protected."
 
What all did you try with diskpart?
Try this:

Code:
diskpart
list disk
sel disk # (number of the of your flash drive)
attrib disk
Does it show:
Read-only State: Yes
If So:
Code:
attrib disk clear readonly

See if that works...
 
DISKPART> attrib disk clear readonly

Disk attributes cleared successfully.

DISKPART> attrib disk
Current Read-only State : Yes
Read-only : No
Boot Disk : No
Pagefile Disk : No
Hibernation File Disk : No
Crashdump Disk : No
Clustered Disk : No

as you can see the diskpart commands do not work
 
but thats no fun.
i already recovered all the data and sold the client a new stick.
now i want to solve this, it's become personal.
 
Just be pleased that it failed to a readable state - way too much flash storage is technically supposed to do that (e.g. SSDs at least in theory from what I've read) but instead fails to "brick" status. The components in USB flash drives are not likely to be the top of the line.
 
that's the thing it didnt fail it's been messed up from the virus, it has the kapef.exe kapef.scr
it got under my skin
 
Look for this key: HKLM\SYSTEM\CURRENTCONTROLSET\CONTROL\STORAGEDEVICEPOLICIES\WRITEPROTECT

Change the value from a 1 to a 0. If the key does not exist create it and see what happens.
 
Are you able to boot from something linux based (e.g. Parted Magic) and wipe the drive from there? I'm wondering if there's something still going on with it that's confusing Windows.
 
Just be pleased that it failed to a readable state - way too much flash storage is technically supposed to do that (e.g. SSDs at least in theory from what I've read) but instead fails to "brick" status. The components in USB flash drives are not likely to be the top of the line.

Samsung EVOs fail to brick...
Samsung PROs fail to read only...

Seriously, firmware features...
 
got it, i used
Formatter Silicon Power v.3.7.0.0 (thank you overclockers.forum) and then the HP formatter.
the billable time spent fixing this could have bought a box full but i hate unsolved mysteries.
 
Back
Top