Friday, May 3, 2019

Setting last logged in User ID as default login id in windows

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.


No comments:

Post a Comment

Featured Post

REXX Skeleton: Submitting jobs through Rexx

Submitting jobs through REXX and reading the spool through REXX gives us immense potential to automate many manual activities in mainframes....