Page 1 of 1

Kiosk mode for Windows

Posted: Fri Apr 30, 2010 4:45 pm
by jwbuzz
Anyone know of an external that will give you kiosk behavior on Windows? no ctrl+alt+del or alt+tab, etc.

Re: Kiosk mode for Windows

Posted: Fri Apr 30, 2010 7:52 pm
by Mark
Dear jwbuzz,

You could create a revlet and start up IE in kiosk mode. You will need to enter the following in a console window or write a VBScript or other little executable file for it. I'm not sure what the path parameter should be like but it should look like this:

iexplore -k file:///C:\path\to\your\file.html

Best,

Mark