gpt4 book ai didi

c# - 如何: Create a Key In the Registry (Visual C#)?

转载 作者:可可西里 更新时间:2023-11-01 14:43:01 26 4
gpt4 key购买 nike

我正在使用 C# 在 .NET 框架中开发 Windows 应用程序。在安装应用程序时,我想将某个值写入注册表。

最佳答案

Microsoft.Win32.RegistryKey key;
key = Microsoft.Win32.Registry.CurrentUser.CreateSubKey("Names");
key.SetValue("Name", "Isabella");
key.Close();

http://msdn.microsoft.com/en-us/library/microsoft.win32.registry.aspx

关于c# - 如何: Create a Key In the Registry (Visual C#)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9653112/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com