To make write protection on a USB drive, you need some editing using diskpart program in terminal.
- First, press windows logo and write command or find command line shortcut and click on it.
- When the window opens, write diskpart in it (picture 1 below).
- If you did not start command line with administrator privileges, diskpart asks you when it starts.
- Then write "list disk" command (picture 2 below).
- See and determine the USB drive that you want to make write-protection. In my case, it is "Disk 1"...
- Use "select disk 1" command (picture 3 below).
- Use "attributes disk set readonly" command (picture 4 below).
- That's all...
- When you want to copy or delete some files in it, do steps from 1 to 5 and then use "attributes disk clear readonly" command...
Comments
Post a Comment