Using a personality file

You can use an XML file, called a personality file, to control the availability of certain UI features in Kiosk, and also for automatically logging on to Kiosk when it is started. The personality file is specified as part of the shortcut for Kiosk.

Note: Before using a personality file, you must create a shortcut to run NWare Kiosk. The shortcut created automatically during installation cannot be used. For more information, see Creating a new shortcut for NWare Kiosk.

To create the personality file

  1. Open a text editor and create a new file.
  2. Add a <kiosk> block to the file and specify tags within the block to control different Kiosk UI features.

    Here is an example showing all the tags you can use. You can base your file on this example and then customize it using information in the later sections.

    <kiosk>

        <name value="kiosk_test" />

        <username value="user1" />

        <hash value="" /> <!-- can use prehashed password if you don't want to store the password in plain text in this file -->

        <password value="mypass" />

        <hide_root_tab value="true" /> <!-- defaults to false -->

        <hide_cursors value="true" /> <!-- defaults to false -->

    </kiosk>

  3. Save the file with the extension .XML and make a note of its name and location.

To specify the personality file to use with Kiosk

  1. Open Windows Explorer and navigate to the folder containing the NWare Kiosk shortcut.
  2. Right-click the shortcut, and then click Properties.

    The Shortcut to NWare.exe Properties dialog box is displayed.

  3. Add the path and name of the personality XML file to the end of the entry in the Target box.

    If you are running the full version of NWare, the entry will look like this:

    "C:\Program Files\MediaMatrix\NWare 1.6.3\NWare.exe" /personality=nware_kiosk my_personality_file.xml

    If you are running the special Kiosk only version of NWare, the entry will look like this:

    "C:\Program Files\MediaMatrix\NWare 1.6.3\NWare.exe" my_personality_file.xml

In this section

Specifying the basic project settings

Hiding the password using hashing

Hiding the cursor

Starting Kiosk in full screen mode

See also

Using command line options

Using nware_kiosk.xml

Using kiosk_preferences.xml