Disabling auto-login via gpedit?
Solution 1:
Registry keys involved in auto logon in Windows are documented here:
https://docs.microsoft.com/en-us/troubleshoot/windows-server/user-profiles-and-logon/turn-on-automatic-logon
You can deploy a Group Policy Preference (in Computer Configuration) to delete these values: DefaultPassword
and AutoAdminLogon
.