I have a registry value, and I want to add it to registry using C#. The value will look like....
Asked
Active
Viewed 12 times
0
-
https://docs.microsoft.com/en-us/dotnet/api/microsoft.win32.registry.setvalue?view=net-6.0#microsoft-win32-registry-setvalue(system-string-system-string-system-object-microsoft-win32-registryvaluekind) presumably with None as RegistryValueKind – Ralf Feb 28 '22 at 12:28