Kiosk Software Development. Kiosk Applications



Similar documents
Windows 7 Embedded Standard. Setup Guide

Password Manager Windows Desktop Client

Use Remote Desktop capabilities to Access your Work PC from home over VPN

Xopero Backup Build your private cloud backup environment. Getting started

Introduction to Windows XP

Installation Notes for Outpost Network Security (ONS) version 3.2

ISL AlwaysOn 1.0 Manual

VPN Remote Access Installation and Configuration Guide Operating System: Windows (XP, Vista, 7 and 8)

Windows XP Exchange Client Installation Instructions

How do I Install and Use the Cisco VPN Any Connect Client for the Berkeley Campus?

SSL VPN Setup for Windows

TestElite - Troubleshooting

Microsoft XP Professional Remote Desktop Connection

Florida Atlantic University VPN Client Installation Guide

Load Bulletin ADP, Inc. Dealer Services 1950 Hassell Road Hoffman Estates, IL

How to Connect to Berkeley College Virtual Lab Using Windows

HOW TO INSTALL FS USB TRANSCRIPTION SOFTWARE (OFFICE ADMIN MEDICAL)

Before you may use any database in Limnor, you need to create a database connection for it. Select Project menu, select Databases:

Internet Remote Access FirePass SSL VPN

XyLoc Windows7 Client Release Notes

QUANTIFY INSTALLATION GUIDE

Global Image Management System For epad-vision. User Manual Version 1.10

Online Backup - Installation and Setup

IT Quick Reference Guides Using Windows 7

Using Remote Web Workplace Version 1.01

OneStop Reporting 3.7 Installation Guide. Updated:

How to monitor AD security with MOM

Linko Software Express Edition Typical Installation Guide

How To Upgrade Your Microsoft SQL Server for Accounting CS Version

Installation Guide. Research Computing Team V1.9 RESTRICTED

How to install and use the File Sharing Outlook Plugin

Disabling Microsoft SharePoint in order to install the OneDrive for Business Client

Ad Hoc Transfer Plug-in for Outlook Installation Guide

LifeCyclePlus Version 1

WHAT IS VIRTUAL DESKTOP? WHAT YOU NEED LOG IN TO VIRTUAL DESKTOP SET UP CITRIX RECEIVER REMOTE ACCESS GUIDE

Arkay Remote Data Backup Client Quick Start Guide

ADSelfService Plus: 3rd party Winlogon Client Software Support

Remote Desktop Web Access. Using Remote Desktop Web Access

Instructions for accessing the new TU wireless Network

Table of Contents. CHAPTER 1 About This Guide CHAPTER 2 Introduction CHAPTER 3 Database Backup and Restoration... 15

PRIME Installation Guide

VERALAB LDAP Configuration Guide

Getting Started with WebEx Access Anywhere

Fax and SMS Quickguide

Internet Address: cloud.ndcl.org

Magaya Software Installation Guide

Connecting to the Remote Desktop Service

How To Set Up Dataprotect

Getting Started with Vision 6

ATX Document Manager. User Guide

How to Use Remote Access Using Internet Explorer

Remote Desktop Instructions for the Remote PC Running Windows Vista

Configuring VPN Using Windows XP

Remote Desktop Access

HELP DOCUMENTATION E-SSOM INSTALLATION GUIDE

SmartLock Pro Plus Audit View OPERATOR GUIDE

HELP DOCUMENTATION E-SSOM CONFIGURATION GUIDE

Bosch ReadykeyPRO Unlimited Installation Guide, product version 6.5. This guide is item number DOC , revision 2.029, May 2012.

Livezilla How to Install on Shared Hosting By: Jon Manning

How to remotely access your Virtual Desktop from outside the college using VMware View Client. How to guide

Last modified on for application version 4.4.4

SSL VPN Service. Once you have installed the AnyConnect Secure Mobility Client, this document is available by clicking on the Help icon on the client.

Outlook 2010 Setup Guide (POP3)

How To Create An Easybelle History Database On A Microsoft Powerbook (Windows)

Connecting to Remote Desktop Windows Users

GETTING STARTED WITH SQL SERVER

The ECU Wireless system uses a captive portal authentication system. There are three steps to configure your computer for wireless access:

Upgrading from MSDE to SQL Server 2005 Express Edition with Advanced Services SP2

This document also includes steps on how to login into HUDMobile with a grid card and launch published applications.

ArcGIS Business Analyst Premium* ~ Help Guide ~ Revised October 3, 2012

STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER

Portions of this product were created using LEADTOOLS LEAD Technologies, Inc. ALL RIGHTS RESERVED.

Installation of Medcin Student Edition Version 2 Software

Important Notes for WinConnect Server ES Software Installation:

Remote Access: Internet Explorer

TAMUS Terminal Server Setup BPP SQL/Alva

Remote Access in Windows XP

Installation and Configuration of VPN Software

User Guide. CTERA Agent. August 2011 Version 3.0

Computer Science and Engineering Windows Cisco VPN Client Installation and Setup Guide

Inteset Secure Lockdown ver. 2.0 Internet Explorer Edition (8-11)

TeamViewer 7 Manual Remote Control

QBalance.com. We make QuickBooks work for you. Call Toll-Free: (800) Congratulations! You are using the best accounting software available!

LRDC Computing Services

Global VPN Client Getting Started Guide

Installing Novell Client Software (Windows 95/98)

Sage Peachtree Installation Instructions

User Guide Microsoft Exchange Remote Test Instructions

SOS Suite Installation Guide

Citrix Shared Desktop

Virtual Desktop on any computer (incl. Desktop Bar Guide)

How To - Implement Single Sign On Authentication with Active Directory

Acronis Backup & Recovery 11

Global VPN Client Getting Started Guide

INSTALLATION INSTRUCTIONS FOR UKSSOGATEWAY

MITA VPN Client Software Installation Guide

WhatsUp Gold v16.1 Installation and Configuration Guide

Remote Control 5.4 Setup Guide

CRYPTOLogon Agent. for Windows Domain Logon Authentication. Deployment Guide. Copyright , CRYPTOCard Corporation, All Rights Reserved.

Transcription:

Kiosk Applications Contents Introduction... 1 Kiosk Project... 2 Create Kiosk Project... 2 Kiosk Project Components... 3 Kiosk background... 3 Kiosk Application... 4 Start form... 6 Test Kiosk Application... 6 Disable Computer Locking... 6 Hide Desktop Cover... 8 Kiosk Computer Setup... 10 Auto Logon... 11 Windows 7 Disable Ctrl-Alt-Del... 11 KioskMode.exe... 11 Configure the computer to steady state... 11 Automatic reboot... 12 Feedback... 12 Introduction A kiosk computer makes a computer into a specific terminal device. The functionality of a kiosk computer is provided by kiosk software installed on the computer. A computer becomes a specific terminal device once kiosk software runs. Limnor Studio makes it extremely easy to develop kiosk software. This document uses a sample kiosk project to show it. Longflow Enterprises Ltd. Page 1

Kiosk Project Create Kiosk Project We need to create a Kiosk project to start developing kiosk software. Select Kiosk Application, choose project folder and click OK: A kiosk project is created. The project files are created in the folder specified: Longflow Enterprises Ltd. Page 2

Kiosk Project Components When a kiosk project is created it creates some kiosk specific components. Kiosk background When a kiosk application runs, it uses a background form to cover the desktop so that the user cannot see desktop icons and only the kiosk application is available. KioskBackground component provides this functionality. You may change properties of KioskBackground. For example, change its BackColor property: Longflow Enterprises Ltd. Page 3

Kiosk Application Kiosk1 represents the kiosk application. We may open it into designer: The kiosk application object has following properties. ExitHotKey - It represents a hot key. By default it is F2. At runtime when this key is pressed the kiosk application asks the user for ExitCode. If the user gives correct ExitCode then the kiosk application shuts down. Longflow Enterprises Ltd. Page 4

ExitCode It is a password for shutting down the kiosk application. When the user presses the key represented by ExitHotKey property, the kiosk application asks the user for ExitCode. OneInstanceOnly It indicates whether only one instance of the application should be running. Usually you should keep it to True for a kiosk application. StartForm It indicates the start form of the kiosk application. A form named Form1 is created and used as the start form. UseDefaultDesktopLocking When a kiosk application is running, the Windows desktop should be locked so that no other applications can be accessed. If UseDefaultDesktopLocking is True then Limnor Studio will compile desktop locking software into your kiosk application. When your kiosk application runs it automatically locks the desktop; when your kiosk application exits it automatically unlocks the desktop. If UseDefaultDesktopLocking is False then no desktop locking is performed by your kiosk application. Locking desktop is to perform following tasks: o The Explorer, Taskbar, and the Desktop will be removed. Thus, the user cannot access toolbar and the desktop; no other programs may show taskbar. Some popular programs, i.e., PDF reader, activate taskbar and show some notices. By removing the Taskbar, your kiosk computer may not be out of control. o Disable Task Manager. If Ctrl-Alt-Del is not disabled then it still will not bring up the Task Manager. It also monitors the computer registry to watch for registry changes by other programs and prevent other programs to re-enable the Task Manager. o Disable Log-off, Shut-down and Switch User o Disable Alt-Tab o Disable CTRL+ESC o Disable ALT+ESC o Disable Windows Key o For Windows XP, disable screensaver o Disable Lock Workstation o Disable Change Password o Hide Fast User Switching Longflow Enterprises Ltd. Page 5

Start form Form1 is the start form. You may open it into designers to design it: You may develop it as a normal form. For example, add a button to the form: You may develop kiosk application as a normal Windows Forms application. See http://www.limnor.com/support/usedefaultforminstance.pdf. Test Kiosk Application Disable Computer Locking When you start testing your kiosk application, it will lock the Windows desktop if UseDefaultDesktopLocking is True. It could be inconvenient when the desktop is locked. For test running your kiosk application you may not want to lock the desktop. You may change UseDefaultDesktopLocking to False before testing: Longflow Enterprises Ltd. Page 6

Set UseDefaultDesktopLocking to True only when you finish developing your kiosk application. Click the Run button to start test your kiosk application: The kiosk application runs: Longflow Enterprises Ltd. Page 7

To exit the kiosk application, press the hot key indicated by the ExitHotKey property; by default it is F2. A dialogue box appears to ask the Exit Code. Enter the code indicated by the ExitCode property: If you enter correct Exit Code then the kiosk application closes. Hide Desktop Cover While you are testing your kiosk application, you may not want your desktop be covered. You may uncover the desktop by hiding the kiosk background form by doing following programming. 1. Open the background form; expand Events inherited node: Longflow Enterprises Ltd. Page 8

2. Right-click Load event; choose Assign action : 3. Expand Methods inherited : 4. Select Hide method; click Next: 5. Click OK: Longflow Enterprises Ltd. Page 9

A new Hide action is created and assigned to the Load event of the background form: Now, run the kiosk project, the desktop will not be covered. Once you finish testing and you are ready to release your kiosk application, you need to restore desktop cover. You may right-click the Load event and chose Remove event handler : Kiosk Computer Setup A computer s registry needs to be adjusted for using it as a kiosk. A zip file containing registry samples can be downloaded from http://www.limnor.com/studio/kiosksetup.zip. Longflow Enterprises Ltd. Page 10

The sample registry contains following settings. Auto Logon When a kiosk computer is turned on, usually we want it to automatically log on to a certain user. You can do it by setting registry: [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\WinLogon] "AutoAdminLogon" = 1 "DefaultUserName" = USERNAME "DefaultPassword" = PASSWORD "DefaultDomainName" = PCNAME "IgnoreShiftOverride" = 1 "ForceAutoLogon" = 1 "DisableCAD" = 1 The above registry setting can be found at http://www.limnor.com/studio/kiosksetup.zip Windows 7 Disable Ctrl-Alt-Del The desktop locking function included in the Limnor Studio Kiosk Applications cannot disable ctrl-alt-del. You may do it by setting registry and then reboot the computer: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout] "Scancode Map"=hex:00,00,00,00,00,00,00,00,09,00,00,00,00,00,5b,e0,00,00,5c,e0,00,00,5d,e0,00,00, 44,00,00,00,1d,00,00,00,38,00,00,00,1d,e0,00,00,38,e0,00,00,00,00 For details, see http://www.northcode.com/blog.php/2007/07/25/securing-windows-for-use-as-a- Kiosk The above registry setting can be found at http://www.limnor.com/studio/kiosksetup.zip KioskMode.exe Limnor Studio provides a computer locking utility for your kiosk program: KioskMode.exe. The syntax of this utility is as following. To lock the computer: KioskMode start To unlock the computer: KioskMode stop To use the utility, the logged on user must be an Administrator or run KioskMode.exe as Admin. Configure the computer to steady state Microsoft provides a way of locking computers. Microsoft provides documentations on how to set group policy for the computer to be in steady state. See Longflow Enterprises Ltd. Page 11

http://www.microsoft.com/en-us/download/details.aspx?id=24373 Automatic reboot Suppose your kiosk program is running on a computer logged on by an Administrator, and maintenance personal needs to exit the kiosk program to do some work on the computer. You may not want the maintenance personal to assume the Administrator privileges as the kiosk program does. You want the maintenance personal to re-log on using correct credential. You may set a particular registry value to instruct the kiosk program to reboot on exit. If the reboot instruction is set then at the time the kiosk program is shutting down the kiosk program will request a reboot but keep the computer locked. By the time the kiosk application shuts down the computer reboots and forces the maintenance personal to do his/her log on. If your kiosk program is compiled to target 32-bit Windows then the registry key is HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Longflow\LimnorStudio\Kiosk If you kiosk program is not targeting 32-bit Windows then the registry key is HKEY_LOCAL_MACHINE\SOFTWARE\Longflow\LimnorStudio\Kiosk The value name is RebootOnExit. The value type is DWORD. To enable reboot, set the value to 1 To disable reboot, remove the value or set the value to 0 Feedback You may send your feedback to support@limnor.com. Longflow Enterprises Ltd. Page 12