File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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)
138141Root : 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
141144Root : 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
144150Root : HKCU; Subkey : " Software\Microsoft\Internet Explorer\Main" ; ValueName : " Isolation" ; Flags : dontcreatekey deletevalue ; Components : pkg_ie;
You can’t perform that action at this time.
0 commit comments