Introduction
In this article, we will discuss how to configure Auto Admin Logon in Windows 10 IoT Core. This feature is useful when you want to automatically log in an administrator account during the boot process.
Prerequisites
Before we begin, ensure that the following requirements are met:
- Windows 10 IoT Core installed on your device
- An administrator account created
Configuring Auto Admin Logon via Registry Editor
To enable Auto Admin Logon in Windows 10 IoT Core, follow these steps:
- Press
Win + Rto open the Run dialog box. - Type
regeditand press Enter to open the Registry Editor. - Navigate to the following key:
- Right-click in the right pane and select
New>String Value. Name itAutoAdminLogon. - Double-click on the newly created
AutoAdminLogonvalue and set its value to1. - Create another new String Value named
DefaultUserNameand set its value to the administrator account name. - Create a new String Value named
DefaultPasswordand set its value to the administrator account password. - Restart the device for the changes to take effect.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
Verifying the Configuration
To verify that Auto Admin Logon is enabled, follow these steps:
- Press
Win + Rto open the Run dialog box. - Type
cmdand press Enter to open the Command Prompt. - Type
net userand press Enter. The list of user accounts should be displayed. - Type
net userand press Enter. The message "The command completed successfully" should be displayed.
Disabling Auto Admin Logon
To disable Auto Admin Logon, follow these steps:
- Press
Win + Rto open the Run dialog box. - Type
regeditand press Enter to open the Registry Editor. - Navigate to the following key:
- Delete the
AutoAdminLogon,DefaultUserName, andDefaultPasswordvalues. - Restart the device for the changes to take effect.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
In this article, we discussed how to configure Auto Admin Logon in Windows 10 IoT Core using the Registry Editor. This feature can be useful in certain scenarios where you want to automatically log in an administrator account during the boot process.
--References--