Post date: Jul 25, 2014 7:14:48 PM
How to Enable / Disable Write Protection From a USB Flash Drive /Memory Chip / pen drive
Insert Your USB Flash drive or Memory Chip
Open Command Prompt ----( START>Type-RUN>Open-RUN>Type-CMD>OK)
Type- "diskpart"
>ENTER
Type- "list volume"
>ENTER
Type- "select volume #" ( # is your volume number which you want to enable/disable write protection)
Type- "attributes disk set readonly (for enable write protection)
Type- "attributes disk clear readonly (for disable write protection)
ENJOY....
NOTE: Watch this Video for better concept.