PDA

View Full Version : IE command line switches (All)



james3mg
07-08-2002, 11:24 PM
Is there any way of starting IE from a command prompt, with no toolbars or status bars? By default, I want all my toolbars to exist, but with one page I don't want them visible. I'd like to set up a shortcut that referances the page, with switches to hide the toolbars. Do these switches exist?

Mosaic1
07-09-2002, 12:34 AM
Yes. You can open any site that way. Press alt +f4 to close the window.

Create a new Shortcut and enter this as the command line to open msn.com in Kiosk Mode.

"C:\Program Files\Internet Explorer\IEXPLORE.EXE" -k www.msn.com

james3mg
07-09-2002, 06:02 AM
Perfect...thanks

Wasn't familiar with the term "Kiosk" :-)

james3mg
07-09-2002, 04:13 PM
Any way to have a button that will take it off of kiosk mode then, to minimize it?

Mosaic1
07-09-2002, 05:17 PM
If you use Windows+D keyboard command that will minimize all Windows.
Here's a page you might like to see.
<a target="_blank" href=http://support.microsoft.com/default.aspx?scid=kb;EN-US;q154780>http://support.microsoft.com/default.aspx?scid=kb;EN-US;q154780</a>