Wednesday, August 3, 2011

Enable / Disable USB Write

(Note: Run Regedit)

Để khoá hoặc mở khoá (Lock / Unlock) truy cấp thiết bị USB; hoặc ghi dữ liệu liên USB (Enable / Disable), tạo file *.reg bằng notepad như sau:

Enable USB Write:
===
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Storage\DevicePolicies]
"WriteProtect"=dword:00000000


===
Disable USB Write:
===
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Storage\DevicePolicies]
"WriteProtect"=dword:00000001


===
Unlock USB:
===
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR]
"Start"=dword:00000003


===
Lock USB:
===
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR]
"Start"=dword:00000004


===
Lưu ý: Thêm 2 dòng Enter trống và lưu lại.

No comments:

Post a Comment