Disable the upgrade popup notification in microsoft edge?

Dynentan

New member
Member
VIP
Local time
1:48 PM
Messages
329
Everytime i open edge, it tells me to upgrade from windows 7. How do i disable this popup notification? I have already clicked ok. I do not want to upgrade from windows 7 yet.
 

My Computer My Computer

At a glance

Windows 7 home premiumIntel core i5 4440Samsung 8gb ddr3Asus gtx 1050
Computer type
PC/Desktop
OS
Windows 7 home premium
CPU
Intel core i5 4440
Motherboard
Asus h81m-k
Memory
Samsung 8gb ddr3
Graphics Card(s)
Asus gtx 1050
Monitor(s) Displays
Lg 27ea33
Hard Drives
Teamgroup gx2 512gb
PSU
Lenovo 400 watt
Case
Bitfenix nova
Browser
Microsoft edge
Create file DisableChromeOSupgradeNotification.reg with content:

Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Chromium]
"SuppressUnsupportedOSWarning"=dword:00000001

[HKEY_LOCAL_MACHINE\Software\Policies\Google\Chrome]
"SuppressUnsupportedOSWarning"=dword:00000001

[HKEY_LOCAL_MACHINE\Software\Policies\BraveSoftware\Brave]
"SuppressUnsupportedOSWarning"=dword:00000001

[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Edge]
"SuppressUnsupportedOSWarning"=dword:00000001

[HKEY_LOCAL_MACHINE\Software\Policies\Vivaldi]
"SuppressUnsupportedOSWarning"=dword:00000001

and import it to the registry.

This should solve the problem for Chrome, Chromium, Brave, Edge and Vivaldi.
Here is description.
 
Last edited:

My Computer My Computer

At a glance

Windows 7 Professional x64
Computer type
PC/Desktop
OS
Windows 7 Professional x64
That seems to work, thanks. What i did is that i went into the regitry, exported one of the regdword files, then edited it by copy pasting the code into it, saven it and then double clicking to apply it, then restarted windows.
 

My Computer My Computer

At a glance

Windows 7 home premiumIntel core i5 4440Samsung 8gb ddr3Asus gtx 1050
Computer type
PC/Desktop
OS
Windows 7 home premium
CPU
Intel core i5 4440
Motherboard
Asus h81m-k
Memory
Samsung 8gb ddr3
Graphics Card(s)
Asus gtx 1050
Monitor(s) Displays
Lg 27ea33
Hard Drives
Teamgroup gx2 512gb
PSU
Lenovo 400 watt
Case
Bitfenix nova
Browser
Microsoft edge
Back
Top