C
C#6mo ago
Kavika

Deploy Kiosk App to Windows 10

Hi guys, i've make a desktop application with C# WPF, now i need to deploy this application into a Windows 10 tablet. First I tried to change the following registry key: HKCU\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\Shell The problem with this method is that the Windows 10 native virtual keyboard is no longer available. So I went looking for another method, and in the Windows settings I came across the function for configuring an account as a Kiosk. I tested with a Windows application (Contact) and that's exactly what I'm looking for. The problem now is that even when I deploy my application via ClickOnce with a certificate, my application doesn't show up in the list of configurable applications in kiosk mode. So I wanted to know if you had any ideas as to why my application doesn't appear in the list ? or another way to deploy app in kiosk mode Thanks
1 Reply