Search code examples
wpfpowershellwindows-10kiosk-mode

Exit kiosk mode with local account in windows 10


I tried to set up kiosk mode for my laptop to run WPF single app. Firstly, I turn on Shell Launcher in Turn Windows features on or off and run script in powershell with admin right to open my WPF app then restart device.

After restart and login local account (only this account in my laptop), my laptop always displayed a black screen and I can't do anything. What is the problem and how to exit kiosk mode. Now, only pressing Ctrl + Alt + DEl key is working but still can not exist kiosk mode. Please help me!


Solution

  • You can exit Kiosk mode in your case by pressing CTRL+ALT+DEL;then, select "Task Manager" → "File" → "Run" and enter "explorer.exe".

    This will run the normal Windows Explorer shell.