[Script of Apr. 12] Setting Tab Process Growth for Internet Explorer (PowerShell)

Script Download:SettingIETabProcessGrowth(PowerShell).zip
https://gallery.technet.microsoft.com/scriptcenter/Setting-Tab-Process-Growth-5e52fe62

This sample can help you to operate the “TabProcGrowth” registry entry to set Tab Process Growth(Sets the rate at which IE creates New Tab processes) for Internet Explorer 8 or later.  It shows how to get and set Tab Process Growth setting for the Internet Explorer installed on your computer by using PowerShell script. 

If you have been using IE7, you are probably used to all your tabs opening under the same iexplore.exe process. The only exception is if you are on a Windows Vista machine and you are moving from Protected to Unprotected mode. Internet Explorer 8 or later had a big makeover in this area. You will now notice that new tabs typically open in a new process.  By default,  IE8 will start with two instances of iexplore.exe (one for the Frame, one for the tab) and grows the number of tab processes as needed based on the amount of available RAM, the number of tabs, the integrity levels for tabs, and the number of distinct IE sessions .

image image
image

You can find more All-In-One Script Framework script samples at https://aka.ms/onescriptingallery