Help - Search - Members - Calendar
Full Version: User autologon - how to manually?
MSFN Forums > Member Contributed Projects > nLite

   
Google Internet Forums Unattended CD/DVD Guide
Octopuss
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
Here you go welcome.gif

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"
Octopuss
sweet! thanks a bunch
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.