Hi,
2.2 TabProcGrowth
If the above is not appropriate for your means, as an alternative you can configure Internet Explorer to not create multiple processes. This is done by changing a registry setting, specifically the registry key:
HKEY CURRENT USER\Software\Microsoft\Internet Explorer\Main
A DWORD value called TabProcGrowth should be set to one of the following values:
0 (Zero) – This disables protected mode for IE Security Zones and tells Internet Explorer to open tabs and frames within the same process.
1 (One) - This leaves protected mode enabled, and ensures that all tabs in a given frame run in a single process. Note that this may require the use of process flow to launch and separately attach to the required IE instance. Two processes will still be created, one for the frame and one for all the tabs within that frame.
Changing the value will require Internet Explorer to be restarted before it can pick up the new registry value.
Hope this helps.