EDN Admin
Well-known member
Im trying to duplicate the behavior of a registry setting in a reg file. The line is as follows:<br/><br/>[HKEY_LOCAL_MACHINESYSTEMControlSet001ServicesRpcLocator]<br/>"DependOnGroup"=hex(7):00,00<br/><br/>The "DependOnGroup" value is stored as a REG_MULTI_SZ in the registry. As far as I can tell, the line above should be setting the value to "00 00" in hex ...?<br/><br/>In my application Im attempting to duplicate it with very little success. When the above is executed it just sets the registry value to an empty value. Is that possible in C#? I know I could set it to an empty value using something other than RegistryValueKind.MultiString, but then it changes the value type in the registry.
View the full article
View the full article