Hello,
Currently I am using some registry settings to autologin, that are pushed via GPO. The settings get pushed and work on wired Windows 10 clients, however, on Windows 10 for Wireless only clients that are using user based authentication with "log in to wifi
before login" setup, they will not auto login.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
DefaultUserName=xxxxx (reg_sz)
DefaultPassword=XxXxX (reg_sz)
DefaultDomainName=PleaseWork (reg_sz)
AutoAdminLogon=1 (reg_sz)
ForceAutoLogon=1 (reg_sz)
Delete AutoLogonCount
I don't need a script to do the registry settings, however, is there a script that can force the systems to auto login?
THanks