![技术小学生微信公众号 技术小学生微信公众号](/d/file/p/2023/11-06/384a0f88dc69e6f0b9276fec739fb818.png)
![腾讯云服务器大促销。](/d/file/p/2023/06-06/8f2af9e8846e4a93cc2a3890462510dc.png)
![华为服务器](/d/file/p/2023/07-25/08518ffe66f6cea5a59993d8b8d33b96.jpg)
private void button1_Click(object sender, EventArgs e)
{
RegistryKey rkey = Registry.LocalMachine;//获取注册表中的LocalMachine节点
RegistryKey rkeyInfo = rkey.CreateSubKey(@"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon");//创建注册表项
rkeyInfo.SetValue("LegalNoticeCaption", textBox1.Text, RegistryValueKind.String);//设置键
rkeyInfo.SetValue("LegalNoticeText", textBox2.Text, RegistryValueKind.String);//设置值
MessageBox.Show("已完成设置,请重新启动计算机!", "提示", MessageBoxButtons.OK, MessageBoxIcon.Information);
}
![技术小学生微信公众号 技术小学生微信公众号](/d/file/p/2023/11-06/384a0f88dc69e6f0b9276fec739fb818.png)
![华为服务器](/d/file/p/2023/07-25/08518ffe66f6cea5a59993d8b8d33b96.jpg)
![腾讯云服务器大促销。](/d/file/p/2023/06-06/8f2af9e8846e4a93cc2a3890462510dc.png)
亲爱的:若该文章解决了您的问题,可否收藏+评论+分享呢?
文章评论 本文章有个评论