IE9 Kiosk Mode scheduled task opens behind taskbar

Posted by greg27 on Super User See other posts from Super User or by greg27
Published on 2012-09-16T02:40:23Z Indexed on 2012/09/16 3:41 UTC
Read the original article Hit count: 488

I've set up a scheduled task in Windows 7 Pro to open up Internet Explorer 9 (x86 version) in kiosk mode. The scheduled task executes when a certain user logs in, and this user is logged in automatically when Windows starts.

This is the command I'm using to start IE:

"C:\Program Files (x86)\Internet Explorer\iexplore.exe" -k http://example.com

So far so good - the computer boots up, the user gets logged in, and IE opens up in kiosk mode. The problem is that IE seems to open behind the taskbar - so the taskbar (start menu, pinned programs, etc.) appears at the bottom of the window, and the bottom of the IE window is visible through the taskbar (since the taskbar is translucent).

Is there anything I can do, preferably without installing any third party programs (although I will go for that option if none other is available), to ensure that the IE9 kiosk window always opens in front of the taskbar?

© Super User or respective owner

Related posts about windows-7

Related posts about internet-explorer-9