Just thought I'd pass on this slightly dirty fix for no session manager in IE9
I'm using Win 7 x64
IE9 only offers to restore your session automatically at startup only if IE crashed.
Here's a 1 line batch file that kills the IE process so that when you start it again it offers to restore your last session. I put the shortcut to the batch file in my quicklaunch toolbar and just needed to get in the habit of closing IE via the shortcut.
Here' the contents of the batch file...
taskkill /F /IM iexp* /T
Don't know if anyone would use it but it is a working solution for a session manager until MS adds this option.
I'm using Win 7 x64
IE9 only offers to restore your session automatically at startup only if IE crashed.
Here's a 1 line batch file that kills the IE process so that when you start it again it offers to restore your last session. I put the shortcut to the batch file in my quicklaunch toolbar and just needed to get in the habit of closing IE via the shortcut.
Here' the contents of the batch file...
taskkill /F /IM iexp* /T
Don't know if anyone would use it but it is a working solution for a session manager until MS adds this option.
Last edited:
My Computer
At a glance
win 7 x64
- OS
- win 7 x64