![]() |
Login script help.
I don't know if this is possible or not, but here it goes.
Is there a Login script I can write so that when a user logs in, it will bring up Internet Explorer with a specific website for the home page. If I can not do this, could someone recommend an easy way to roll out our company intranet. I need to be able to make the default homepage in Internet Explorer to be our intranet site. But I don't want to go to each PC and login as the user and set their default home page in Internet Explorer. Any help will be appreciated. |
it'd be helpful if you told us which OS you were using.
you want to track down the registry key that IE uses for the home page setting, then make it a reg file with it in it, then add in the login script Code:
regedit -s "full pathname of the registry script" read access, then you an alter the reg file for everyone at once. so you'd add to the login script Code:
regedit -s "\\ourserver\scripts\homepage.reg" then the reg file would have something like Code:
Windows Registry Editor Version 5.00 Of course i hope i don't have to remind you that login scripts are open to some serious abuse, so you'd want to make sure that they are not editable, or otherwise compromisable, otherwise you might get some pee'd off users ;) |
If you're using a Windows domain login script (just a DOS batch file), you can insert standard commands like this:
If it's Win2000 or XP you might be able to just to it with the URL alone: Code:
http://www.microsoft.com More details on your setup would help. |
Aside from what rubicon said, you could also use group polocies to specify the home page and cause IE to run at log in.
|
Thanks for the responses.
I had to go to a funeral, so I'm really sorry for the delay in my thanks. As for OS's they are all windows 2000, and a few XP's. I am using a Windows domain login script. I will try the batch file and see if that works. Thanks again. |
well...
Amge,
hrdwareguy has a point, you could just set it in a group policy. I've worked with KiXtart for a while now. It's a pretty powerful tool for scripting. But if you've already got a domain running active directory, just do it from group policy. I subscribe to K.I.S.S. So if it's easily done in a group policy object (GPO), that's what we use. If it's easier to do from the logon script via KiX, we'll update the KiXtart logon script.... HTH |
Here's another vote for group policy. The more familiar you get with the MMC, the easier your life will become.
|
Your job will be easier since your clients are 2000 and XP. Group Policy is very powerful for 2000/XP but useless for 9x.
|
Quote:
|
All times are GMT -8. The time now is 02:55 PM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project