In my office we have multiple TV's controlled by computers that display a slideshow of what is going on with the company. We also have music played on them and it is changed everyday by the receptionist remoting into each one. She closes out the slideshow, changes the pandora station, and will sometimes forget to open the slideshow again. Does anyone know a way that the receptionist can change the music on these machines without interfering with what the local account is doing?
All these machines are dell thin clients with windows 7 home premium, I'm thinking about installing enterprise on them all.
I see two options here:
Sadly, making these easier for administrators is something where Microsoft really missed the boat. As an administrator, I would love to be able to initiate an assistance session from my end without needing to walk a user through the procedure. They already have all the pieces in place: the rdp protocol, including session sharing in remote assistance, and the security framework in active directory (just require membership in a group like "Domain Admins" to be able to initiate an uninvited connection). The current "offer remote assistance" process is way more cumbersome than it needs to be.
As I see it, the problem is not getting access to the machine.
The real problem is making sure the slideshow (Powerpoint ?) is re-activated after she disconnects.
That's easy: Just write a small script (in AutoIt, power-shell, whatever floats your boat) that acts as a watchdog and restarts the slideshow as needed.
Something like:
Have the script run automatically from the Startup group or the Run registry key and call it a day.