Petrovic Posted January 21, 2016 Share Posted January 21, 2016 for x86 1. Type regedit in RUN or Start Menu search box and press Enter. It'll open Registry Editor. 2. Now go to following key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl 3. Create a new key under FeatureControl key and set its name as FEATURE_DISABLE_IE11_SECURITY_EOL_NOTIFICATION 4. Now select FEATURE_DISABLE_IE11_SECURITY_EOL_NOTIFICATION key and in right-side pane create a new DWORD iexplore.exe and set its value to 1 5. restart your computer for x64 same steps 3-4 following key: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\Main\FeatureControl restart your computer Link to comment Share on other sites More sharing options...
zavana Posted January 21, 2016 Share Posted January 21, 2016 CMD (Admin) x86 Reg Add "HKLM\SOFTWARE\Microsoft\Internet Explorer\MAIN\FeatureControl\FEATURE_DISABLE_IE11_SECURITY_EOL_NOTIFICATION" /v "iexplore.exe" /t REG_DWORD /d 1 /f x64 Reg Add "HKLM\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\MAIN\FeatureControl\FEATURE_DISABLE_IE11_SECURITY_EOL_NOTIFICATION" /v "iexplore.exe" /t REG_DWORD /d 1 /f Restart PC Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.