Posted On April 3, 2019

How to turn on automatic logon in Windows XP that is joined to a domain

kimconnect 0 comments
blog.KimConnect.com >> Windows >> How to turn on automatic logon in Windows XP that is joined to a domain

Start – Run – regedit – [enter]

Locate the following registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Winlogon

Double-click DefaultUserName, type in your user name, click OK

Double-click DefaultPassword, type in your password, click OK

If there is no DefaultPassword value, create the value with the associated password.

Note that if no DefaultPassword string is specified, Windows XP automatically changes the value of the AutoAdminLogon registry key from 1 (true) to 0 (false) to turn off the AutoAdminLogon feature.

If there is no AutoAdminLogon entry, create the entry and set its value to 1

To bypass the automatic logon and log on as a different user, hold down the SHIFT key while logging off or during Windows Starting. To enforce this setting for future logoffs, set the following registry key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Winlogon

Value:ForceAutoLogon

Type: REG_SZ

Data: 1

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

How to Calculate Logging Storage

The Simple Formula: Storage in Gigabytes = Number of Events x (Average Bytes per Event…

Kubernetes Ingress Error 502 Upon NextCloud Upgrades

Issue: Just the other day, I've attempted to run a 'helm upgrade…' command on my…

Moving a Domain Controller to a Different Geographical Location

Changing IP of a Domain Controller - If dcpromo has been done before the move…