I\'m trying to write to the registry using my C# app.
I\'m using the answer given here: Writing values to the registry with C#
However for some reason the ke
Also check if your registry calls are getting virtualised. See here for more information.
It can happen if your application is not UAC aware and occurs for compatibility reasons.
Real path HKEY_LOCAL_MACHINE\Software\FooKey Virtual path HKEY_USERS\_Classes\VirtualStore\Machine\Software\FooKey