Thursday, April 2, 2015

USB flash drive clearing attributes

I was having a problem with my USB flash drive that it had become write protected. I used this drive on my friends PC. Maybe virus on his PC created this problem on my flash drive.
Now the main problem that I am facing is that I am trying to remove that attributes using cmd but it is not working because this can be done only on the same computer from which these (write-protection)attributes were added.
Now,


Can I remove write-protection(or any attributes) from a PC other than that from which these attributes were added?


If yes than please help me in this case and explain me the procedure!
Thanks

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...