Internet Explorer has several command line options you can use to start Internet Explorer in different modes.
To use any of these methods, open up a command prompt or simply type the following in the Run command dialog box (Click Start, then Run or press the Windows key + R)
Start Internet Explorer with a specific web page loaded:
iexplore.exe www.yoursite.com
Start Internet Explorer with no toolbars or add-ons:
iexplore.exe -extoff
Start Internet Explorer in kiosk mode:
iexplore.exe -k
Start Internet Explorer without loading the homepage:
iexplore.exe -nohome
