Jump to content

Disable Internet Explorer 11 Upgrade Notification in Windows 7


Petrovic

Recommended Posts

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

 

e84ac57df608886df9e99a620a03.jpg

 

5. restart your computer

 

for x64

same steps 3-4 

following key:

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\Main\FeatureControl

532ebf696e444de379fbe65311ec.jpg

 

restart your computer

Link to comment
Share on other sites


  • Replies 1
  • Views 1.5k
  • Created
  • Last Reply

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


Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...