111,129
社区成员
发帖
与我相关
我的任务
分享
RegistryKey rootkey = Registry.LocalMachine;
RegistryKey key = rootkey.OpenSubKey("System\\CurrentControlSet\\Control\\StorageDevicePolicies", true);
key.SetValue("WriteProtect", 0);
rootkey.Close();