registrykey
Run Program At Windows StartUp
I was wandering if someone could explain to me how I could make my Program run on startup? My program is a C# WCF with a small WPF UI that has to run on a server, and I need to make sure that the prog[详细]
2023-04-05 19:59 分类:问答I added a registry key, but I cannot find it programmatically
So I used RegEdit to add the following to the registry on my workstation: HKLM\\Software\\Foo\\Bar Bar has a k/v pair of \"wtf\"/\"idk\".I verified that these changes \"took\" by closing regedit and[详细]
2023-04-04 07:26 分类:问答How do I know what registry keys should be removed?
I am writing a Java Desktop Application and one of it\'s functions is going to remove old un-needed, useless Registry entries. How do I determine what entries/keys/values can be removed.[详细]
2023-03-24 23:53 分类:问答Remove a 'Deny' rule (permission) from the 'UserChoice' key in the Registry via C#
I am working on File Associations. I have identified that there is a key called UserChoice in: HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\FileExts\\[ext].[详细]
2023-03-08 04:14 分类:问答Getting a value (on the right pane) from the registry
I\'m trying to get a value from the registry in Windows, which sits under several branches: HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\...[详细]
2023-02-23 01:52 分类:问答Using RegistryKey, RegistrySecurity and RegistryAccessRule to repair bad registry settings on Windows XP
I have a C# appl开发者_运维问答ication that I am writing that will go repair broken registry keys across the organization.I am trying to use the three classes of RegistryKey, RegistrySecurity and Regi[详细]
2023-01-28 12:54 分类:问答How to refresh registry value
I am uninstalling some application and reading the software installation enumeration value from registry.[详细]
2023-01-27 09:50 分类:问答UAC on Win Server 2008 causing me a headache!
My installer deploys a configuration exe which is used to do some basic configuration on a windows service which is also installed. The exe also needs to create and write some registry keys. On a Wind[详细]
2023-01-02 00:57 分类:问答.NET RegistrySecurity API handling of non-canonical ACLs: Handling approach
I\'m attempting to add in an access rule to a RegistryKey like so: using ( RegistryKey registry = OpenOrCreateMyKey() )[详细]
2022-12-20 05:20 分类:问答