注册表实现U盘写保护(开/关)

关闭:
------------------------------------------------------------------------------------------------------------------
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies]
"WriteProtect"=dword:00000000
---------------------------------------------------------------------------------------------------------------------
打开:
---------------------------------------------------------------------------------------------------------------------
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies]
"WriteProtect"=dword:00000001
---------------------------------------------------------------------------------------------------------------------

你可能感兴趣的:(实现,U盘,注册表,(开/关),写保护)