Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
C# サービス ベースのアプリケーションにいくつかの登録キーを追加しようとしましたが、うまくいきません。
Microsoft.Win32.RegistryKey key; key = Microsoft.Win32.Registry.CurrentUser.CreateSubKey("Settings"); key.SetValue("version", "0.0.0.1"); key.Close();
このサービスはシステムとして実行されています。