There are mainly 2 methods for removing the write protection:
- The Diskpart CMD Method.
- The Regedit Method.
Diskpart command Method:
1. Open administrative Command Prompt.
2. Enter these commands & hit Enter key after each -
- diskpart
- list disk
- select disk # (# select the disk which is write protected)
- attributes disk clear read-only
3. Close the Command Prompt and …