Windows 10 Autologon not working for Win10 multi-app kiosk

  • Thread starter Thread starter Daniel Corkill
  • Start date Start date
D

Daniel Corkill

Guest
Hi,

Currently setting up a multi-app kiosk on Win10 1903 and can't get autologon to work, I have this in my XML:


<Configs>
<Config>
<AutoLogonAccount rs5:DisplayName="Test"/>
<DefaultProfile Id="{9A2A490F-10F6-4764-974A-43B19E722C23}"/>
</Config>
</Configs>
My understanding is this should create a local user called KioskUser0 with no password that auto logs on. However after applying the ppkg made from this xml, there is no user KioskUser0 or profile, but I can manually logon as the user with no password - after which the user exists and there's a profile, but it never auto logs on. Anything I'm doing wrong here?

More...
 
Back
Top