views:

727

answers:

9

Here's an interesting problem. On a recently installed Server 2008 64bit I opened IE and through the Tools -> Options I changed the homepage to iGoogle.com. Clicked okay and then clicked the homepage button. IE crashes.

Now you'd think that I could just remove iGoogle as the homepage but when I open IE it immediately goes to that page and crashes on open.

Obviously I'd prefer to find a solution to why IE is crashing on the iGoogle page but just to get IE running again I need to remove iGoogle as the homepage. Is there anyway to do this without opening IE?

+4  A: 

Control Panel -> Internet Options

Unkwntech
Beat me by 15 seconds ;)
Joel Coehoorn
LOL I guess thats how it goes.
Unkwntech
A: 

In Vista and XP the same screen can be accessed via Control Panel -> Internet Options... does Server 2008 64bit have the same menu?

+4  A: 

Looking at the registry, the start page seems to be stored in

HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\Start Page

Groky
This seems to be the most complicated way to go about it.
Unkwntech
This is the best answer because you can modified by programming... if it's not a programming way than this should be close ;)
Daok
+3  A: 

You could do it through the control panel, but you could also supply a url as a parameter to iexplore.exe.

start » run » iexplore about:blank
Sietse
A: 

Not sure about IE7 on Windows Server 2008, but for IE6 the start page is stored in a registry key "Start Page" in HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main.

fencliff
+1  A: 

Two ways:

  1. Control Panel->Internet Options
  2. Start->Run... "%windir%\system32\inetcpl.cpl"
comshak
A: 

The answer is posted, but here's how you can discover the answer without having to ask
1: Set the homepage to something random ie FindMeKeyForURL.com
2: Search the registry for it
3: Extract it out and modify it, now you can deploy the .reg file

Achille
A: 

you could always go offline and change it :P

DrG
A: 

HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\Start Page This was very good tip, even I usually go to Regedit only if something is really bothering but in this IE homepage setup I didn't think that I need to go Regedit but never say never

Thanks again,

Br, C

haidasun