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 rs5isplayName="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...
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 rs5isplayName="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...