We got Windows 8 tablets that are joined into the domain. To facilitate the fast user switching, we want to be able to directly show the user selection screen when someone locks their device or hits 'switch user'. By default you get following scenarios:
- Lock pc: lockscreen with current user logon under the lock screen. Hitting back to the user selection screen can easily take 5s+.
- Switch account: logon screen with "other user". Hitting back to the user selection screen is fluent.
I've tried running %SystemRoot%\System32\Tsdiscon.exe, which first shows you the lock screen, with the user selection screen under it (nearly there, but preferably without lock screen).
Is there a solution (can be specific to Windows 8) to directly go to the user selection screen? Preferably working for both locking and user switching, without a lock screen.