This keeps the user from clicking the status bar options or any of the toolbars at the top of the screen.
Here is the article URL:http://support.microsoft.com/kb/154780
Basically, you create a batch file with the following command:
Code:
iexplore -k http://www.your_url.com/
You can also click START - RUN then type the command above.
then I added that batch file to the STARTUP folder so when the PC is rebooted, it automatically start the IE
I also added a batch file to the scheduled task that runs every 15 minutes to check to see if the IExplore service is started, if it wasn't, I ran the batch file to start IE in Kiosk mode.
Questions? Ask, I'll tell ya!
