source/ShellLauncherConfigs/Launch-AVDClient_AutoLogon.xml (22 lines of code) (raw):
<?xml version="1.0" encoding="utf-8"?>
<ShellLauncherConfiguration xmlns="http://schemas.microsoft.com/ShellLauncher/2018/Configuration"
xmlns:v2="http://schemas.microsoft.com/ShellLauncher/2019/Configuration">
<Profiles>
<DefaultProfile>
<Shell Shell="%systemroot%\explorer.exe">
<DefaultAction Action="RestartShell" />
</Shell>
</DefaultProfile>
<Profile Id="{814B6409-8C51-4EE2-95F8-DB39B70F5F90}">
<Shell Shell="wscript.exe "%SYSTEMDRIVE%\KioskSettings\Launch-AVDClient.vbs"">
<DefaultAction Action="DoNothing" />
</Shell>
</Profile>
</Profiles>
<Configs>
<Config>
<AutoLogonAccount />
<Profile Id="{814B6409-8C51-4EE2-95F8-DB39B70F5F90}" />
</Config>
</Configs>
</ShellLauncherConfiguration>