应该就是这么简单。这段代码看起来不错。它不会崩溃。那么为什么它不按它说的去做呢?我不能像这样更改注册表中的任何内容,但所有谷歌搜索都说这是应该的。任何帮助是极大的赞赏。
private void button2_Click(object sender, EventArgs e)
{
RegistryKey myKey = Registry.LocalMachine.OpenSubKey(@"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\",true);
myKey.SetValue("AutoAdminLogon", "1");
}