Shell replacement for kiosk environment with desktop icons

Posted by tuesprem on Super User See other posts from Super User or by tuesprem
Published on 2012-10-15T22:14:49Z Indexed on 2012/10/15 23:09 UTC
Read the original article Hit count: 135

Filed under:
|
|
|

I have to deploy around 80 touch-screen terminals for my company.
We're going to run several Windows applications on those terminals and they'll be operated by touch input only. I basically want those machines to run in a kiosk mode, so employees won't be able to launch any programs than the ones they're supposed to (also, this will hide the task bar/start menu, which will give it a much nicer, corporate look).
There's usually one app that should automatically launch on startup and other apps that can be launched from the desktop.

I've tried to accomplish this (under Windows 7 Pro) with a custom shell replacement. This removes the task bar/start menu like I described earlier.
I used an AutoHotKey script for this, because it's easy to, for instance, define hotkeys so admins will still be able to launch stuff like Windows Explorer (okay, I know I could just launch it from the task manager [Ctrl+Shift+Esc] but I'm considering locking that as well).

So far so good.

Some problems though:

  • No desktop icons.
    Needed to launch apps from the desktop.
  • No wallpaper.
    Required for CI.

Is there any way around this? I wouldn't mind using another shell replacement, as long as it's reasonably lightweight. I'd love to get the wallpaper and desktop icons to show with something like AutoHotKey though.

Thanks!

© Super User or respective owner

Related posts about windows-7

Related posts about shell