Tesiny, Ed
EdTesiny at oasas.state.ny.us
Wed Apr 28 09:31:20 CDT 2004
Drew, Not a security issue, it's my personnel laptop. The link that Bryan sent me did the trick. Running AdAware cleared up the problem. Thanks. Ed Ed Tesiny EdTesiny at oasas.state.ny.us -----Original Message----- From: Drew Wutka [mailto:dbatech at wolfwares.com] Sent: Wednesday, April 28, 2004 12:05 AM To: Discussion of Hardware and Software issues Subject: RE: [dba-Tech] IE Default Home Page If it's a 'security' issue, where the network admins have disabled it, there is a way to 'goof' the system. What is the current home page? If it's something you don't want, you can create a host file to 'redirect' it to something else. If it's something you do want, you could add within the host file, a 'goof' name to direct you to the correct site. Drew -----Original Message----- From: dba-tech-bounces at databaseadvisors.com [mailto:dba-tech-bounces at databaseadvisors.com]On Behalf Of Tesiny, Ed Sent: Monday, April 26, 2004 8:06 PM To: Discussion of Hardware and Software issues Subject: RE: [dba-Tech] IE Default Home Page 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 _______________________________________________ dba-Tech mailing list dba-Tech at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-tech Website: http://www.databaseadvisors.com