Remove read-only attributes from WD (Western Digital) disk
- Right-click START and choose “Command Prompt” (run as administrator)
- Type “diskpart” and press Enter.
- Type “list volume” and press Enter.
- Type “select volume #”, where # is the number of the drive that’s giving you the “write-protected” error. You might be able to identify the drive by its size – your internal drives such as C, etc, are usually listed first also.
- Type “attributes disk clear readonly” and press Enter.