- Thread Author
- #1
Documentation states that Registry reflection has been removed in Windows 7 and that registry keys are now shared.
I have an 32-bit application that tries to do auto-logon. In 64-bit Windows 7 I run into a problem without reflection. All the keys that i write to get created under HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Winlogon instead of HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon and when the machine restarts it gets stuck on the logon page.
How can I write to this HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon from my 32-bit appln?
Thx
Gita
I have an 32-bit application that tries to do auto-logon. In 64-bit Windows 7 I run into a problem without reflection. All the keys that i write to get created under HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Winlogon instead of HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon and when the machine restarts it gets stuck on the logon page.
How can I write to this HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon from my 32-bit appln?
Thx
Gita