Read 64bit registry from 32bit app, in VB.NET
问题 Hy guys. I have a serious problem. I'm working on a project and i need to finish it tomorrow. The problem is that i need to get a registry value, like this: (32 bit) HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\TeamSpeak 3 Client (64 bit) HKEY_LOCAL_MACHINE\SOFTWARE\TeamSpeak 3 Client I read tons of forum topics, blogs, tutorials, and i can't find the answer. The idea is that i need to get the install path for TeamSpeak3 from registry, and for the 32bit app its stored in SOFTWARE\Wow6432Node