1

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?

3
  • Have you tried turning auto-hide on for the taskbar? Have you tried a Startup script GPO instead?
    – imtheman
    Commented Sep 16, 2012 at 5:21
  • Setting the taskbar to auto-hide will do nicely - I didn't even think of that!
    – greg27
    Commented Sep 17, 2012 at 5:21
  • Ok great, I'll post it as an answer.
    – imtheman
    Commented Sep 17, 2012 at 16:05

1 Answer 1

1

Set the taskbar to Auto-hide and that will prevent it from showing above your full screen application.

1
  • You're very welcome.
    – imtheman
    Commented Sep 18, 2012 at 0:23

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .