Octopuss
May 25 2008, 04:18 AM
So I created this nLited installation for a friend of mine and forgot to set it to log administrator in automatically. Now after each boot she has to click on the stupid login screen. How do I change that manually, please?
dll32
May 25 2008, 04:32 AM
Here you go
CODE
Windows Registry Editor Version 5.00
; Automatic logon for Windows.
; Replace InsertName value with the Username you want to autologin with.
; Replace InsertPassword value with the password corresponding to the Username specified.
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"DefaultUserName"="InsertName"
"DefaultPassword"="InsertPassword"
"AutoAdminLogon"="1"