Can you disable Chrome's new "This Computer is Using Windows 7" bar?

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 permamently disable the annoying out of support info bar for Chrome, Chromium, Brave, Edge and Vivaldi.
 
Last edited:

My Computer My Computer

At a glance

Windows 7 Professional x64
Computer type
PC/Desktop
OS
Windows 7 Professional x64
This key disables update so you don't want that one.


[HKEY_LOCAL_MACHINE\Software\Policies\Google\Update]
 

My Computer My Computer

At a glance

Windows 7 Ultimate x64
Computer type
PC/Desktop
OS
Windows 7 Ultimate x64
This key disables update so you don't want that one.
[HKEY_LOCAL_MACHINE\Software\Policies\Google\Update]
So you can remove it. But I doubt that Google Updater is still functional regardless of this setting.
 

My Computer My Computer

At a glance

Windows 7 Professional x64
Computer type
PC/Desktop
OS
Windows 7 Professional x64
Then why include it?
 

My Computer My Computer

At a glance

Windows 7 Ultimate x64
Computer type
PC/Desktop
OS
Windows 7 Ultimate x64
Back
Top