Re: Logon automatically

From: Eduard Koller [MSFT] (eduardk_at_online.microsoft.com)
Date: 06/06/05


Date: Mon, 6 Jun 2005 10:08:32 -0700


  1.. Start regedit.exe (Start - Run - regedit)
  2.. Open the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\Current
Version\Winlogon
  3.. Double click the DefaultDomainName and fill in your domain name
  4.. Double click the DefaultUserName and fill in login name
  5.. From Edit menu select New String Value, and enter DefaultPassword as
name of value
  6.. Double click the DefaultPassword and enter in the password
  7.. From Edit menu select New String Value, and enter AutoAdminLogon as
name of value
  8.. Double click the AutoAdminLogon and set the value to the number 1
  9.. Close regedit
  10.. Logoff and you will be automatically logged in again
You should also make sure DontDisplayLastUserName (also under the WinLogon
key) is set to 0.

The instructions above should only be done by someone who is happy with
using the registry editor. Below is an example reg file that could be used:

REGEDIT4

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]

"DefaultUserName"="User"
"DefaultDomainName"="Domain"
"AutoAdminLogon"="1"
"DefaultPassword"="Password"

-- 
Eduard Koller[MS]
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at 
http://www.microsoft.com/info/cpyright.htm
"DMc2004" <DMc2004@discussions.microsoft.com> wrote in message 
news:17EDC689-7ACE-416C-BA70-0A3025129EFB@microsoft.com...
> What I would like to do is to logon as a certain account in Windows 2000
> automatically when the machine bootsup.
>
> How do i do this.
>
> D 


Relevant Pages

  • Re: Eliminating request for password at boot
    ... Yes add the Reg_Sz string value ... "DefaultPassword" ... "Dan" wrote: ... | "Password" at boot? ...
    (microsoft.public.win2000.setup)
  • Re: Client Log-on question:
    ... So, I hacked the registry with the below inoformation, works good now. ... How To Enable Automatic Logon in Windows 2000/XP Pro With a Domain System ... If the DefaultPassword value does not exist, ... the Data Type box, click REG_SZ.; Click OK; In the String Editor box, type ...
    (microsoft.public.windows.server.sbs)
  • Re: Client Log-on question:
    ... Sean Vreeland typed: ... How To Enable Automatic Logon in Windows 2000/XP Pro With a Domain System ... If the DefaultPassword value does not exist, ... the Data Type box, click REG_SZ.; Click OK; In the String Editor box, type ...
    (microsoft.public.windows.server.sbs)
  • Re: Logon automatically
    ... Start Shutdown. ... From Edit menu select New String Value, and enter DefaultPassword as ...
    (microsoft.public.win2000.security)
  • Re: Password Lockout due to Automatic Logon
    ... Further investigation indicates that Microsoft thinks this ... automatically reset to 0 if the DEFAULTPASSWORD is not ... DEFAULTPASSWORD is not present, but the AUTOADMINLOGON is ...
    (microsoft.public.win2000.security)