Hello Luis,
Thank you for posting question on Microsoft Windows Forum.
Based on your query of the auto login breaks upon reboot soon after installing 24H2 update. This might probably stem from Microsoft's introduction of "new security enforcement for auto-logon" in 24H2 update. You can try the following potential troubleshooting steps to see if it could resolve the issue.
On a testing machine that has been updated to 24H2 and exhibits the problem,
1.Manually verify the auto-logon registry keys.
- HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
- AutoAdminLogon should be "1"
-
**DefaultUserName
,DefaultPassword
,DefaultDomainName**
should be set appropriately. - If they are missing, the GPO might not be applying. If they are present, try setting them manually and rebooting.
2.Network Connectivity at Boot
- Since the device uses WiFi, it might not have network connectivity by the time auto-login is attempted. This can cause domain authentication to fail. To test:
- Temporarily connect the device via Ethernet to see if auto-login works.
3.Test with a Local Account
- Try setting auto-login to a local account (create one if needed) to see if the issue is domain-related. If local account auto-login works, then it might point to an Active Directory authentication issue specifically with 24H2 or with domain authentication.
4.Check Event Logs
- Look in Event Viewer for event IDs related to logon failures (like 4625) or other authentication events.
5.Disable Fast Startup
- While you mentioned testing this, it's worth re-confirming that "Fast Startup" (also known as Hybrid Shutdown) is disabled on these panels. This feature can cause issues with auto-login and network connectivity on boot. It can be configured via GPO by using gpedit.msc and navigate to this path Computer Configuration > Policies > Administrative Templates > System > Shutdown > Require use of fast startup.
6**.**Try adding the ForceAutoLogon
registry key (if not already present)
- Key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
- Value:
ForceAutoLogon
(REG_DWORD) = 1 - Please note: making sure to back up your registry before making any change to it by following the instruction of this article. In case, something go wrong. You can swiftly reverse it.
- https://support.microsoft.com/en-us/topic/how-to-back-up-and-restore-the-registry-in-windows-855140ad-e318-2a13-2829-d428a2ab0692
Hope the above information is helpful!