How do you do....it? Thread, Self Restarting Kiosk in Technical; I'm thinking of putting an old pc into one of our main ict suites to facilitate password resets using SSPR ...
-
8th February 2007, 10:10 AM #1 Self Restarting Kiosk
I'm thinking of putting an old pc into one of our main ict suites to facilitate password resets using SSPR with the idea being it will just cut down the need for pupils to log themselves on as the reset user.
As it's just connecting to a webpage then I suppose the kiosk could be windows or nix based and for either system I want it to be constantly checking that the browser window is open and if it's not reopen the url to SSPR.
Anyone have any ideas for me?
Ben
-
-
IDG Tech News
-
8th February 2007, 10:13 AM #2 Re: Self Restarting Kiosk
Assuming you have it locked down so it can only get on the SSPR pages. Just create a script to check if the Iexplore process is running and if not open it. Then loop to infinity and beyond!
-
-
8th February 2007, 10:16 AM #3 Re: Self Restarting Kiosk
Once logged on as the reset user their shell is iexplore and they can't go anywhere else.
Just need to prevent people logging off then logging back on as themselves.
Auto logon as the resetpasword user and an automatic reboot in the event of anyone else logging on would do it.
Ben
-
-
8th February 2007, 10:28 AM #4 Re: Self Restarting Kiosk
You can fix the computer so that only the right account can logon in the local policy.
-
-
8th February 2007, 10:30 AM #5 Re: Self Restarting Kiosk
put this in a cron job to run every 5 minutes:
Code:
#!/bin/bash
if [ ! "$(pidof firefox-bin)" ]
then
/usr/local/bin/firefox
Or maybe use Opera which has a kiosk mode
-
-
8th February 2007, 10:31 AM #6
- Rep Power
- 14
Re: Self Restarting Kiosk
You could also do a local secuirty policy to prevent student and staff groups from logging on.This would be probably more reliable than scripting a reboot.
-
SHARE:
Similar Threads
-
By tosca925 in forum General Chat
Replies: 0
Last Post: 4th February 2007, 03:08 PM
-
By PiqueABoo in forum *nix
Replies: 8
Last Post: 16th February 2006, 11:45 PM
-
By adamyoung in forum Windows
Replies: 12
Last Post: 10th January 2006, 08:21 PM
-
By krb548 in forum Hardware
Replies: 4
Last Post: 7th December 2005, 05:50 PM
-
By tarquel in forum Windows
Replies: 15
Last Post: 24th June 2005, 09:38 AM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules