Tesiny, Ed
EdTesiny at oasas.state.ny.us
Mon Apr 26 20:06:11 CDT 2004
Bryan, What looked like a simple solution didn't work. Marty, Isn't there a way with out messing with the registry to something to fix this? -----Original Message----- From: MartyConnelly [mailto:martyconnelly at shaw.ca] Sent: Mon 4/26/2004 5:48 PM To: Discussion of Hardware and Software issues Cc: Subject: Re: [dba-Tech] IE Default Home Page Course if you want to do it from code all IE settings are kept in the Registry. Look up the following keys: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer and HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer Here's a script that should change IE's starting page. With all the caveats about changing registry and backup and differing OS etc. This can also be handy for those little gremlins that snaffle your home page by overwriting your registry. Dim Shell as object Set Shell = CreateObject("Wscript.Shell") HomePage = "Insert A Web Address Here" Shell.RegWrite "HKCU\Software\Microsoft\Internet Explorer\Main\Start Page",HomePage Bryan Carbonnell wrote: >You're welcome. > >We've ALL been there!!! > >Bryan Carbonnell >bryan_carbonnell at cbc.ca > > > >>>>EdTesiny at oasas.state.ny.us 26-Apr-04 3:39:04 PM >>> >>>> >>>> >Thanks Bryan...Man, do I feel stupid! > >Ed Tesiny >EdTesiny at oasas.state.ny.us > > >_______________________________________________ >dba-Tech mailing list >dba-Tech at databaseadvisors.com >http://databaseadvisors.com/mailman/listinfo/dba-tech >Website: http://www.databaseadvisors.com > > > -- Marty Connelly Victoria, B.C. Canada _______________________________________________ dba-Tech mailing list dba-Tech at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-tech Website: http://www.databaseadvisors.com