Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

Hey all i am hoping someone knows how to set up Server 2012 with auto logon?

I already tried: winserver2012

But i am unable to find the checkbox that was in 2008 server that said "Users must enter a user name and password to use this computer."

Where else can i go/do in order to do this auto login?

share|improve this question

2 Answers

up vote 2 down vote accepted

Try to use the registry key technique.

You will need to have an account with a password for this to work.

  1. Run regedit.exe

  2. Navigate to

    HKLM\Software\Microsoft\Windows NT\CurrentVersion\winlogon
    
  3. Set or create the following keys

    AutoAdminLogon = "1"
    DefaultUserName = Your user name
    DefaultPassword = Your password
    
  4. Restart and let us know if it works!

share|improve this answer
1  
Would you mind elaborating on that? – Oliver Salzburg Nov 5 '12 at 0:44
@Oliver Salzburg give me a second :-) – Mikhail Nov 5 '12 at 0:45
Where are those registry keys located? Is a search really necessary? – Oliver Salzburg Nov 5 '12 at 0:47
@OliverSalzburg You should really wait a few seconds before the author has finished writing. – Mikhail Nov 5 '12 at 0:54
2  
Why don't you finish your answer before you post it? :D – Oliver Salzburg Nov 5 '12 at 0:55
show 2 more comments

Autologon from Sysinternals should do the trick. It’s really simple too.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.