Removal Of Pendrive Write Protection & Make Pendrive Files ReadOnly To ReadWrite | Format Unsupported USB Drive
commands:
1. diskpart
2. list disk
3. select disk # (# - enter disk number which you want to format or remove write protect)
4. clean
5. format fs = ntfs quick -- (Run this command to format)
5. attribute disk clear readonly -- (Run this command to remove write protection)