Active directory setting for auto-logon of a computer; Windows Server

-1

I remember there was a setting in Windows Server 2003 that made a user account on the domain auto-logon when the computer booted up. It was just one setting on the server, and not a registry edit on the local computer. Does anybody know what it was called and where to find it?

user278276

Posted 2013-12-01T07:09:53.857

Reputation: 1

Question was closed 2013-12-04T21:56:18.793

Answers

0

The source is poorly formatted, but is legible. Here is a direct copy:

To enable automatic Logon, you must first create AutoAdminLogon REG_Z value. Open regedt32 and goto the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon registry subkey. From the dit menu, select Add Value.Enter [I]AutoAdminLogon

in the Value Name field. Select REG_SZ for the data type.Double click and Enter 1 in the string field nad click OK. Next, add your logon information to the registry. For the DefaultDomainName value, enter your domain name. For the DefaultUserName value, enter your logon username. For the DefaultPassword value, enter your logon password. If the DefaultPassword value doesn't exist, select AddValue from the edit menu. In the Value Name field. enter Select REG_SZ for the data type. Finally enter your password in the field string and click OK. If you don't enter your password in the String field, Win Server 2003 changes the AutoAdminLogon registry value from 1 (true) to 0 (false), thus disabling the AutoAdminLogon feature. So in otherways make sure you enter your password.

Keltari

Posted 2013-12-01T07:09:53.857

Reputation: 57 019

0

If you do not wish to leave a plain-text password in your reg use Sysinternals Autologon. It's more secure and easier to use.

EliadTech

Posted 2013-12-01T07:09:53.857

Reputation: 2 076