Jump to content

User autologon - how to manually?


Octopuss

Recommended Posts

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?

Link to comment
Share on other sites


Here you go :hello:


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"

Edited by dll32
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...