'WriteProtect'에 해당되는 글 2건
- 2014.08.27 Disable Write Access to USB Hard Disk and Flash Key Drives (1)
- 2011.06.02 윈도우 환경 USB 저장매체 제어
Disable Write Access to USB Hard Disk and Flash Key Drives

트윗하기 | |||
To disable writing access to USB drives and make all USB drives has only read-only access, follow these steps:
- Run Registry Editor (regedit).
- Navigate to the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
- Create a New Key named as StorageDevicePolicies.
- Highlight StorageDevicePolicies, and then create a New DWORD (32-bit) Value named as WriteProtect.
- Double click on WriteProtect, and set its value data to 1.
Once set, all users on the computer is now blocked and prevented from copying, transferring or writing any files, documents and data to the USB disk drives, without the need to restart or reboot computer. Any attempt to download or copy files to USB drive will return the following error message:
The disk is write protected.
The media is write-protected.
Remove the write protection or use another disk.
To revert and remove the blocked write access to USB drivers, just delete the StorageDevicePolicies registry key, or delete the WriteProtect registry entry, or change the value data for WriteProtect to 0.
The trick works in Windows XP SP2 and SP3, Windows Vista, Windows Server 2003 and 2008.
출처 : mydigitallife.info

트윗하기 | |||
[설정방법]
값 : start
데이터 : 3 (기본값) , 4
값 : WriteProtect
데이터 : 1
기본적으로 없는 값이며 추가로 만들어서 1을 넣어주면 됩니다.
그럼 USB는 읽기전용으로 되어 읽거나 하드로 내용을 복사할수는 있지만,
데이터 삭제라던지 USB로 복사는 할수 없게 됩니다.
다시 USB를 정상적으로 사용하시려면 값을 0으로 바꿔주시면 됩니다.
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
