Showing posts with label remove write protection on Drive. Show all posts
Showing posts with label remove write protection on Drive. Show all posts

Wednesday, January 2, 2013

Make Write Protection USB/SDCARD


Write Protection USB or SDCARD

C:\diskpart

DISKPART> list disk

/* Displays the list of disk available */

DISKPART> select disk 1 

/* Select your desired Drive */

DISKPART> attributes disk set readonly

/* Set Read only permission, Disk is write protected */

DISKPART> attributes disk clear readonly
                    
                       /* Clear Read only permission, Disk can be write */