vote up 1 vote down star

When I used CTRL-N to open a new window with Firefox, it gives me a blank window (because I've set my start page to be blank).

How do I do the same thing with IE8? Using CTRL-N there opens a new window but it loads up the same page that was in the original window, even though the start page is set to about:blank.

This causes havoc when I'm on certain sites since those sites detect that I'm logged in twice and kick me out of both sessions.

flag
it would be polite to keep the original question so others could make use of it. I suppose the question is 'what is the hotkey for starting a new session on ie8' ? – The Journeyman geek Jan 31 at 12:43

4 Answers

vote up 2 vote down

If you run Internet Explorer with the -nomerge switch, each new window won't share the session data from the previous window when launched from that shortcut.

Additionally, if you go to File->New Session this will open a new window with your default home page.

More Info

link|flag
"-merge" didn't seem to help, it still opened the same web page. And I was looking for a fast shortcut. Thanks anyway. – paxdiablo Nov 19 at 2:18
vote up 2 vote down

Hmm, seems as though IE 8's "New Session" feature does not have a hotkey. Well, we can fix that.

#IfWinActive ahk_class IEFrame
^n::Run, C:\Program Files\Internet Explorer\iexplore.exe,,max
#IfWinActive

depending on your Windows version you'll need to change the executable path around a bit.

link|flag
Awesome. That worked wonders. I removed the ",,max" but that's just a personal preference. Both the class and the path were still correct for IE8. Thanks. – paxdiablo Nov 19 at 2:16
Yeah I checked them before writing :) No problem. – John T Nov 19 at 3:52
vote up 1 vote down

Make a new shortcut of iexplore.exe on the desktop and edit its shortcut key proprieties to CTRL+ALT+N, now CTRL+ALT+N will open a new IE window.

link|flag
Strange. I couldn't actually change the shortcut in properties. Don't know if that's a corporate lock-down thing or something else. Thanks anyway. – paxdiablo Nov 19 at 2:19
just press "N" in that field – Revolter Nov 28 at 2:27
vote up 1 vote down

In Windows 7, move IE to the first app in the task bar (if not already), press Windows + Shift + 1.

link|flag

Your Answer

Get an OpenID
or
never shown

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