I have a Steam Deck which I dual-booted to Windows. I'm trying to accomplish a facsimile to "game mode" on Steam OS.
I want to boot to big picture automatically/extremely quickly so it functions primarily as a game console first, but then be able to exit to desktop via the menu in Steam.
I know the shell can be switched from explorer.exe to Steam as the shell via changing the registry key from:
HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Shell
to
"C:\Program Files (x86)\Steam\Steam.exe" -bigpicture
I'm unsure if placing a shortcut to explorer.exe in the startup folder will allow me to exit back to the Windows desktop without any hijinks like creating a shortcut to explorer.exe in Steam which has to be launched first.
If this won't work, is there an alternative? I want the process to be as fluid as possible, so the exit to desktop menu item in Steam functions as expected.