I have a registry path of the following
HKEY_LOCAL_MACHINE\SOFTWARE\COMPANY\COMPFOLDER
inside COMPFOLDER
, I have a string value called "Deno" whose value is 0. I wish to change its value to 1 by code whenever I execute the code. Can anyone help me?
Microsoft.Win32.Registry
class to write it, so you should use the same class to modify it. What problems did you have when you tried to do this? – Holms