Windows Thread, Starting Internet explorer as soon as XP starts in Technical; Hi
Is there a way to force a machine to log on as soon as it starts on a guest ...
-
4th November 2009, 02:09 PM #1
- Rep Power
- 13
Starting Internet explorer as soon as XP starts
Hi
Is there a way to force a machine to log on as soon as it starts on a guest account and open up internet explorer to run a copy of our website.
Basically we are trying to put a basic machine in our reception area so that parents can access policies that are on our website.
I want the machine to be locked down so that it only opens Internet explorer and user not to be able to do anything else.
Thanks
-
-
IDG Tech News
-
4th November 2009, 02:27 PM #2 Just set it up with one account, no password. Put a shortcut in the startup folder which will execute
iexplore -k www.ourwebsite.com
Edit: that wouldn't be very locked down though, maybe easier to use a linux distribution like thinstation and do something simlilar with firefox.
Last edited by morganw; 4th November 2009 at 02:30 PM.
-
-
4th November 2009, 02:29 PM #3
- Rep Power
- 10
You can make a pretty good lock down policy with Microsoft's SteadyState. Create a local use with that tool and you can limit what programs they can run, what they have access to, and probably including which web sites.
-
-
4th November 2009, 02:34 PM #4 I've done something similar to this with a testing website for the students You need to set up a log on script with gpedit.msc and some machine system settings. Your best bet is to create a standard user account and remove the computer from the domain. Then you can set the account to log in without requiring a password.
Firstly on the computer bit of the local machine group policy go to system\scripts and set maximum wait time for logon scripts to 0. This means the logon scripts will run until terminated or they finish.
In the logon script put the following
Code:
"C:\Program Files\Internet Explorer\iexplore.exe" -k http://yourwebsite
logoff
This runs IE in Kiosk mode so no toolbars are visable. You can exit this with the usual Alt-F4 command but then the second line of the script kicks in and logs you off.
If you want you can put the script into the startup folder in the start menu for the user. That way if you need to do any maintenance you can just log off your user and log in as admin with no script
-
2 Thanks to cromertech:
el_coolius (6th November 2009), _Bat_ (10th April 2010)
-
4th November 2009, 02:43 PM #5 You could also just leave it on the network and provide an internet account which is locked down to only allow internet access. Just put IE in the startup folder and leave the home address as your website?
Remember to put up an AUP incase they browse things they shouldn't
-
-
4th November 2009, 03:44 PM #6 There is also a registry key that *runs* the start menu explorer.exe on log on which you could change to run IE which means it will log off too potentially.
-
-
4th November 2009, 05:38 PM #7 I would recommend locking the homepage using a GPO, then place a shortcut to IE within the Startup folder (as mentioned above). This is the easiest option.
-
-
5th November 2009, 12:05 PM #8 We have done this before numerous times. I would suggest a few parts from all the suggestions above:
1. Install SteadyState and severely lock down all the settings possible. I can provide my student steadystate file if need be.
2. Have the PC connected to the network, but not the domain. In the registry, setup the machine to autologon as soon as the PC turns on.
Follow instructions here: Code:
http://support.microsoft.com/kb/315231
3. Place iexplore.exe in the startup folder of the said user. Set the said users homepage to whichever website you wish. (Do this in step one inside steadystate, and also lock down all the IE settings in steadystate).
4. Also in steadystate you can specify allowed web addresses. Set it to only allow the one you wish and viola.
5. You now have a machine which auto logs on (even when you log off unless you hold shift), opens up IE and only allows you on the one page you wish with every other program or facility locked down.
Hope this guide helps some.
-
SHARE: 
Similar Threads
-
By tomscaper in forum Windows
Replies: 6
Last Post: 2nd June 2009, 09:34 PM
-
By tech_guy in forum Windows
Replies: 6
Last Post: 27th January 2009, 11:31 AM
-
By Mauri in forum Windows
Replies: 10
Last Post: 10th December 2008, 11:45 PM
-
Replies: 2
Last Post: 25th February 2008, 09:14 AM
-
By thegrassisgreener in forum Windows
Replies: 1
Last Post: 16th July 2007, 01:48 PM
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