To remove write protection from usb drives
Just follow the simple steps-
1) Go to Start > Run > type "cmd".
2) diskpart
3)list disk
[Select your usb disk number].
4)select disk 2
[To remove write protection from usb drive].
5)attributes disk clear readonly
[This command will remove the write protection from your pendrive].
[To assign or set write protected in your usb drive].
6)attributes disk set readonly
7)exit
...............................................................................................