Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Internet Explorer Home Page

Status
Not open for further replies.
Nov 27, 2001
162
GB
Hi All,

I'm very new to VBScript, so please bear that in mind. I want to be able to force internet explorer to run as soon as users log into the domain, and I also want to be able to set a certain page as the home page each time they log into the domain.

any ideas?

Thanks

________________________________________

The Collective known as
The UK Alliance
________________________________________
 
Well it would depend on what system you have in place. If you have Active Directory, you can force the homepage via a Group Policy setting (which cannot be modified by the user). And to get Internet Explorer to run when a user logs in, you can simply add a line to your login script to run Internet Explorer - to force a certain homepage other than the default homepage, just simply issue the command similar to this:

IEXPLORE.EXE
You would have to put the above command into vbs form for it to work in your login script of course :)


--------------------------------------------------------------------------
"Who is General Failure and what is he doing on my computer?"
--------------------------------------------------------------------------
 
Thanks for the reply.

We have Active Directory in place, but the client is wanting to achieve this by using login scripts rather than GPO. I have already achieved this for them using GPO, but for the IT manager this was too complicated to show the rest of the staff.

________________________________________

The Collective known as
The UK Alliance
________________________________________
 
ok, sorry to bother you but how do you compile a VBS file and get it to execute on login? Is there anywhere on the DC that is has to be saved to?

________________________________________

The Collective known as
The UK Alliance
________________________________________
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top