Skip to content

Commit 5c85ddb

Browse files
committed
Updated IE tweaks for the installer.
Enabled "Allow Active Content to run in files in my computer" Enabled "Reset zoom level for new windows and tabs"
1 parent 13977e4 commit 5c85ddb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

SeleniumBasicSetup.iss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,17 @@ Name: "{group}\Start PhantomJS"; Filename: "{app}\Scripts\StartPhantomJS.vbs"
134134
;IE tweaks: Force the tabs to run in the same process as the manager process
135135
;Root: HKCU; Subkey: "Software\Microsoft\Internet Explorer\Main"; ValueName: "TabProcGrowth"; ValueType: dword; ValueData: 0; Flags: uninsdeletevalue; Components: pkg_ie;
136136

137+
;IE tweaks: Allow file navigation
138+
Root: HKCU; Subkey: "Software\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_LOCALMACHINE_LOCKDOWN"; ValueName: "iexplore.exe"; ValueType: dword; ValueData: 0; Components: pkg_ie;
139+
137140
;IE tweaks: Maintain a connection to the instance (for IE11)
138141
Root: HKCU; Subkey: "SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BFCACHE"; ValueName: "iexplore.exe"; ValueType: dword; ValueData: 0; Components: pkg_ie;
139142

140143
;IE tweaks: Restore default zoom level
141144
Root: HKCU; Subkey: "Software\Microsoft\Internet Explorer\Zoom"; ValueName: "ZoomFactor"; Flags: dontcreatekey deletevalue; Components: pkg_ie;
145+
Root: HKCU; Subkey: "Software\Microsoft\Internet Explorer\Zoom"; ValueName: "ResetTextSizeOnStartup"; ValueType: dword; ValueData: 1 ; Components: pkg_ie;
146+
Root: HKCU; Subkey: "Software\Microsoft\Internet Explorer\Zoom"; ValueName: "ResetZoomOnStartup"; ValueType: dword; ValueData: 1 ; Components: pkg_ie;
147+
Root: HKCU; Subkey: "Software\Microsoft\Internet Explorer\Zoom"; ValueName: "ResetZoomOnStartup2"; ValueType: dword; ValueData: 1 ; Components: pkg_ie;
142148

143149
;IE tweaks: Disable enhanced protected mode
144150
Root: HKCU; Subkey: "Software\Microsoft\Internet Explorer\Main"; ValueName: "Isolation"; Flags: dontcreatekey deletevalue; Components: pkg_ie;

0 commit comments

Comments
 (0)