Search The Journal

Wednesday, November 6, 2019

Windows 10 autologon for local accounts on domain connected PC's

This is going to be a quick one. Had to dig way too much online to get a solid answer to this.
The registry change below will configure automatic logon on Windows 10 computers, specifically local accounts on computers connected to a domain.

1. Open regedit and navigate to:
 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon

2. Modify the keys below, if you cannot find them create them: Right Click > New > String Value

AutoAdminLogon=1

DefaultDomain=your.domain.name

DefaultUserName=UserName

DeafaultPassword=Password

 3. Done!


- Monkey out.

No comments:

Post a Comment