如何在c#中创建注册表项

时间:2016-12-09 17:51:12

标签: c# permissions registry

我正在尝试创建注册表,但不能。我更改了权限并手动创建了它,但我想用C#创建它。

这是我的代码:

 RegistryKey key = Registry.ClassesRoot.CreateSubKey(@"CLSID\\{2559a1f2-21d7-11d4-bdaf-00c04f60b9f0}\\Shell\\Unlock\\command");
            key.SetValue("", Application.ExecutablePath, RegistryValueKind.String);

我可以通过更改权限手动添加它,但它在C#

中不起作用

1

1 个答案:

答案 0 :(得分:0)

<group key="0">
   <a>t1</a>
   <b>t3</b>
   <c>t6</c>
</group>
<group key="1">
   <a>t2</a>
   <b>t4</b>
</group>
<group key="2">
   <b>t5</b>
</group>