I want to set IE to start with arguments every time launch it or he get invoked by an another process.
The argument is -nomerge
|
I want to set IE to start with arguments every time launch it or he get invoked by an another process. The argument is -nomerge |
|||||
|
|
Well-behaved programs will use |
|||
|
|
|
Browse to this path HKEY_CURRENT _USER\Software\Microsoft\Internet Explorer\Main and set SessionMerging to 0 |
|||
|
|
|
I can't think of a good solution for your question which doesn't involve monkeying with iexplore.exe. I haven't test the solution offered below (which frankly I find a bit extreme even if it might answer your post):
With this solution, "iexplore.orig.exe -nomerge" will run whenever Some notes:
|
|||||||||||
|
|
There is a new registry setting for IE8 that appears to do the same thing as
The default setting is Certainly you could replace |
|||||
|
|
Instead of fiddling with shareware, just use a compiled language and make a second binary. Name
I compiled a binary for you here. If you don't trust it, you can compile the above source yourself with any up to date Windows compatible C++ compiler. As noted previously, a Windows update for IE will probably mess this up. So keep a copy of this binary elsewhere. |
||||
|
|
Can you start it from a batch file?
|
|||
|
Wouldn't that be the same as turning on the option to open links in a new window? The setting can be found on Tools->Internet Options->General Tab->Tabs->Settings:
|
||||
|