In Windows XP an application uses the following to read the username:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon
While in Windows 7 same is mapped to:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows NT\CurrentVersion\Winlogon
Is it possible for Windows 7 to update this registry setting entry based on the user that is logged in at that time? I have tried to enter the required user names but it does not pick it up.