To set last logged in User ID as default login in windows, couple of windows registry key values must be updated.
Copy the below content and store it with extension .reg and double click it to execute it.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"dontdisplaylockeduserid"=dword:00000001
"DontDisplayLastUserName"=dword:00000000
Once this is set, when you lock the computer or reboot the computer, the logon id would be populated with the last logged in user id.
Copy the below content and store it with extension .reg and double click it to execute it.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"dontdisplaylockeduserid"=dword:00000001
"DontDisplayLastUserName"=dword:00000000
Once this is set, when you lock the computer or reboot the computer, the logon id would be populated with the last logged in user id.
No comments:
Post a Comment