Skip to content

Commit 4fe795b

Browse files
Create IE11-Fix.reg
This file fix the following issue - FAIL Error initializing browser 'ie': Unexpected error launching Internet Explorer. Unable to use CreateProcess() API. To use CreateProcess() with Internet Explorer 8 or higher, the value of registry setting in HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\TabProcGrowth must be '0'.
0 parents  commit 4fe795b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ie/IE11-Fix.reg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Windows Registry Editor Version 5.00
2+
3+
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
4+
"TabProcGrowth"="0"

0 commit comments

Comments
 (0)