Server 2012 core (no GUI) Auto Logon

windows-server-2012windows-server-core

I am trying to enable automatic logon in Windows Server 2012 Core (no GUI). I followed the instructions that i have been following for years, detailed in this Microsoft Support KB, but auto login is not working.

It works fine for Server 2012, with GUI, but not on Core.

For curious minds: I enable auto login it saves me time it's my lab, and isolated, so I don't have to worry about security.

Best Answer

You can always play with command line and add the following registry keys:

HKLM\Software\Microsoft\Windows NT\CurrentVersion\winlogon

Create following keys:

AutoAdminLogon = 1
DefaultUsername = currentUserName
DefaultPassword = currentPassword