windows logon screen

  • Thread starter Thread starter emilj
  • Start date Start date
E

emilj

I have an additional user account that I would like to use
when I first start the compuet. Currently the admin
account log-on appears.
I have looked into modifing the HKLM key as suggested in
the above post but it is all ready set at "0"
Any ideas how to set my user account to prompt before the
admin account ?
 
Are you referring to the Reg_Dword value of
"DontDisplayLastUserName" to 0
found at
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system

If so also check the Reg_Sz string
"AutoAdminLogon"="0"
HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
 
You are right agin! Modifing the Reg_Sz did the trick.
Thank you and good night...
-----Original Message-----
Are you referring to the Reg_Dword value of
"DontDisplayLastUserName" to 0
found at
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\sy stem

If so also check the Reg_Sz string
"AutoAdminLogon"="0"
HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon


--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft MVP [Windows NT/2000 Operating Systems]

I have an additional user account that I would like to use
when I first start the compuet. Currently the admin
account log-on appears.
I have looked into modifing the HKLM key as suggested in
the above post but it is all ready set at "0"
Any ideas how to set my user account to prompt before the
admin account ?


.
 
Back
Top