Support
10-10-2002, 11:06 AM
<HTML><HEAD><TITLE>INFO: Launching Internet Explorer in Kiosk Mode</TITLE></HEAD><BODY><h3>INFO: Launching Internet Explorer in Kiosk Mode</h3><b>Document ID: IR04021</b><hr>The information in this article applies to:<ul><li>AutoPlay Media Studio 4.0</li><li>AutoPlay Menu Studio 3.0</li><li>Setup Factory 6.0</li><li>Setup Factory 5.0</li><li>TrueUpdate 1.0</li><li>Visual Patch 1.0</li></ul><hr><h3>SUMMARY</h3><p>This article explains how to launch Internet Explorer in kiosk mode.</p><h3>DISCUSSION</h3><p>Kiosk mode is when Internet Explorer launches with no toolbars, menu bar, or address bar. In order to launch Internet Explorer in kiosk mode you have to launch Internet Explorer directly and pass it a command line argument that will force it into kiosk mode. </p>You can accomplish this by executing Internet Explorer in the following manner:<p><pre><code><b>File name:</b> iexplore.exe<br><b>Arguments:</b> -k %SrcDrv%\MyHtmlDocs\mydoc.html</code></pre><p>In the above example -k is the command line switch that starts Internet Explorer in kiosk mode, and "%SrcDrv%\MyHtmlDocs\mydoc.html" is the full path to the HTML document that will initially be loaded into Internet explorer. We also specified "iexplore.exe" as that file name instead of the full path; this is all that is needed to launch Internet Explorer. If you would like to specify the full path to "iexplore.exe" use: "%ProgramFiles%\Internet Explorer\iexplore.exe"</p><p>The example assumes that the user has Internet Explorer installed on their system. Although it is very likely that they will have it, there is a chance that they will not.</p><p>KEYWORDS: Internet Explorer, Kiosk, AutoPlay Media Studio 4.0, AutoPlay Menu Studio 3.0, Setup Factory 6.0, Setup Factory 5.0, TrueUpdate 1.0, Visual Patch 1.0</p><hr><FONT SIZE=1>Last reviewed: October 10, 2002<br>Copyright © 2002 <A HREF="http://www.indigorose.com" target="blank">Indigo Rose Corporation</a>. All rights reserved.<br></FONT></BODY></HTML>