Forcing the application to read from the actual registry key instead of the virtual store
Im having a 32 bit C# application which is using a C++ dll function for reading a value from the registry. Some application has written a same value to the virtual store. So, my application is started reading the value from the virtual store instead of from the actual registry key.