IE9 will offer to restore your previously open tabs if the last session crashed, but at no other time. So to invoke a manual session management function in IE, we just need the browser to think it has crashed. We can do this with a simple batch file saved in your Favorites folder (C:\Users\[username]\Favorites). Copy the following line, put into a text file, rename to .bat, and run from your Favorites in IE when you want to save your open tabs session.
taskkill /F /IM iexp* /TSimple, albeit a bit crude, but it works!
how i can restore old session that save this folders:
ReplyDeleteC:\Users\username\AppData\Local\Microsoft\Internet Explorer\Recovery\Active
thanks