(참고 www.tabmode.com/windows10/usb-read-only.html)
Windows PowerShell 을 실행하고자 윈도우 커맨드 창에서 diskpart를 실행한다. USB 메모리 하나를 전체로 이용할 것이거나 C드라이브가 포함된 디스크 이외의 하드 디스크에서 일부 파티션을 이용할 수 있다.
List disk로 USB 디스크 확인 / list volume 으로 volumne 확인
해당 디스크 번호를 select disk 4 등으로 입력 혹은 select volume 3 등으로..
attributes disk set readonly / attributes volume set readonyl
Exit
해제
Attributes disk clear readonly