I need to setup publicly available computer to perform automatic log on using domain credentials when powering on. When it was not a domain member this option was available on control userpasswords2 panel, but after domain join this setting have gone.

Is there any way to accomplish this?

link|improve this question

feedback

3 Answers

up vote 5 down vote accepted

You can run a SysInternals tool from live.sysinternals.com\Tools called Autologon.exe to do the registry change a bit more easily.

link|improve this answer
feedback

Set the following settings in the registry, and it should work:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Winlogon

AutoAdminLogon = 1
ForceAutoLogon = 1
DefaultUserName = username
DefaultPassword = password
link|improve this answer
The bat thing about this is that you saved the password in plain text. Using Sysinternals Autologon tool you saved it encrypted. – Ricardo Polo Oct 17 '11 at 20:19
Which is a good thing to point out, however that's true for all of these fixes. Not to mention if the PC is automatically logged into the domain, any random public user already has access to the domain under those particular credentials. – gharper Oct 18 '11 at 15:34
feedback

Full instructions here:

http://support.microsoft.com/kb/315231

You need to edit the registry direct.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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