hi.. my Sandisk 16GB pendrive is not able to be formated as it is write protected. how to remove the write protection or chang

Solution
Open command prompt window and execute these commands in this order:
1. diskpart
2. list disk
3. select disk # (# is the number assigned to the flsah drive)
4. clean
5. create partition primary
6. select partition 1
7. active
8. format fs=ntfs quick

Exit after it's done, remove the stick from usb and plug it again.
Open command prompt window and execute these commands in this order:
1. diskpart
2. list disk
3. select disk # (# is the number assigned to the flsah drive)
4. clean
5. create partition primary
6. select partition 1
7. active
8. format fs=ntfs quick

Exit after it's done, remove the stick from usb and plug it again.
 
Solution