Is it possible to run from the command prompt an Internet Explorer window which does not contains tabs and menus (popup window)?
|
feedback
|
|
if you don't want the address line either, you can run it in kiosk mode: iexplore.exe -k This will remove all menus and tabs and run the app full screen with no outer frame. (This will require you to close the app via the Task Manager). Or if you just want to disable the toolbars and other addins, use: iexplore.exe -extoff However, this will not disable the tabs. | |||||||
feedback
|