I cannot Access HKEY_LOCAL_MACH INE\SOFTWARE\Mi crosoft\Windows
NT\CurrentVersi on (64-bit)
because of registry virutalization in x64...
How can I access this using Vb.NET?
My.Computer.Reg istry.SetValue( "HKEY_LOCAL_MAC HINE\SOFTWARE\M icrosoft\Window s
NT\CurrentVersi on", "RegisteredOwne r", TxtOwner.Text)
It will be redirected to Wow6432... Any ideas? Please post the code...
Thanks in Advance
NT\CurrentVersi on (64-bit)
because of registry virutalization in x64...
How can I access this using Vb.NET?
My.Computer.Reg istry.SetValue( "HKEY_LOCAL_MAC HINE\SOFTWARE\M icrosoft\Window s
NT\CurrentVersi on", "RegisteredOwne r", TxtOwner.Text)
It will be redirected to Wow6432... Any ideas? Please post the code...
Thanks in Advance
Comment