How to run a C# program in kiosk mode? [closed]
I have a c# and WPF program which i want to install on a windows tablet, i want my program to be the only program running on the tablet, it should start running automatically right when the user will turn on the tablet. Any solution? Never use windows original kiosk mode - it useless. Use shell replacing. To configure Windows kiosk mode you need next steps: Create user for kiosk mode Set next registry key for this user as path to your application: Windows XP/7: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Winlogon] "Shell"="C:\\full\\path