Even though this is a question from last year, I thought I would share what I have learned for Windows 10
The best way to be able to use an app of your choice is to make a registry change. I copied some of the info below to create my own knowledge document.
How to edit the Registry to create a Kiosk:
http://searchenterprisedesktop.techt...te-workarounds
Click start and type regedit.
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon
A registry entry called "Shell" is configured to start Explorer.exe. This executable is the Windows desktop environment. The OS allows you to run your application in place of the Windows Explorer shell.
Once the app's EXE path is specified in the above registry key location and the next time a user logs on to the Windows PC, the OS runs the app rather than launching the Windows Explorer shell. Replacing Explorer.exe with a choice of application EXE to start when a user logs on to the computer is sometimes referred to as "kiosk mode."
• Since the kiosk mode is configured per machine, you don't have control over which users can access which applications. For example, the configuration approach described above also applies to local administrator accounts.
• Users with administrative rights can launch the Windows Registry Editor via Task Manager and modify the registry entry value to run any other application.
• Users can switch to the desktop by pressing the ALT+ESC key combination.
• Users can also close the application by pressing the ALT+F4 key combination.
• Users can kill the application using Task Manager and launch Explorer.exe via Task Manager > Run, which in turn allows users to access the desktop.
If you wanted to completely lock down a workstation -- making sure, for example, that users do not use the ALT+CTRL+DEL key combination to kill an application -- you could configure various Group Policy settings to disable Task Manager, etc. However, this will not help in a complete lockdown of a workstation. A smart user could always break this functionality by using a number of techniques.
This does leave a back door open for 'Smart Users' possibly.