vote up 0 vote down star

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?

flag

73% accept rate
A downvoted because I don't see this as a software programmer question, but a general computer support issue. Of course, if others disagree with me, they'll vote it back up. Viva la democracy! – Jay Bazuzi Sep 15 '08 at 14:45

9 Answers

vote up 4 vote down check

Control Panel -> Internet Options

link|flag
Beat me by 15 seconds ;) – Joel Coehoorn Sep 15 '08 at 14:22
LOL I guess thats how it goes. – Unkwntech Sep 15 '08 at 14:24
vote up 0 vote down

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

link|flag
vote up 0 vote down

you could always go offline and change it :P

link|flag
vote up 0 vote down

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

link|flag
vote up 1 vote down

Two ways:

  1. Control Panel->Internet Options
  2. Start->Run... "%windir%\system32\inetcpl.cpl"
link|flag
vote up 0 vote down

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.

link|flag
vote up 3 vote down

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
link|flag
vote up 4 vote down

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

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

link|flag
This seems to be the most complicated way to go about it. – Unkwntech Sep 15 '08 at 14:24
This is the best answer because you can modified by programming... if it's not a programming way than this should be close ;) – Daok Nov 29 '08 at 15:28
vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.