I'm trying to add registry key :
My.Computer.Registry.LocalMachine.CreateSubKey("SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\TESTKEY")
but key is created under :
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\TESTKEY
same thing happens when I try to merge .reg
file using process.start()
.