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.
Search The Journal
Subscribe to:
Posts (Atom)
-
This tutorial will guide you through the steps of converting your Raspberry Pi into a local WiFi Access Point for your network. Security...
-
This tutorial will cover setting up a shared file directory on CentOS 7 using NFS. The guide will be sharing the directory with a Windows...
-
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 aut...