Chrome : Suppress the unsupported OS warning Windows 7

Post Reply
tong
Site Admin
Posts: 2386
Joined: Fri 01 May 2009 8:55 pm

Chrome : Suppress the unsupported OS warning Windows 7

Post by tong »

"To get future Google Chrome updates, you'll need Windows 10 or later. This computer is using Windows 7."

https://chromeenterprise.google/policies/#SuppressUnsupportedOSWarning

Code: Select all

reg add "HKCU\Software\Policies\Google\Chrome" /v SuppressUnsupportedOSWarning /t REG_DWORD /d 1 /f
Post Reply