Page 1 of 1

disable unsupported OS warning banner win 7

Posted: Wed Feb 01, 2023 11:34 am
by swanpaul
on latest version 38 based on chromium 109 we have always a banner with warning about unsupported win 7 ...
on brave finally have an option to hide this warning

on slimjet how to hide for ever this banner ?

Re: disable unsupported OS warning banner win 7

Posted: Wed Feb 01, 2023 11:47 am
by swanpaul
found solution

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Policies\Google\Chrome]
"SuppressUnsupportedOSWarning"=dword:00000001
make new txt file. copy and paste the code above, save txt file, rename as .reg and add to registry
tested. it work

cheers

Re: disable unsupported OS warning banner win 7

Posted: Wed Feb 01, 2023 11:49 am
by Mr_Electro84
swanpaul wrote:
Wed Feb 01, 2023 11:47 am
found solution

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Policies\Google\Chrome]
"SuppressUnsupportedOSWarning"=dword:00000001
make new txt file. copy and paste the code above, save txt file, rename as .reg and add to registry
tested. it work

cheers
Or else let the developer know (your suggestion/problem) so that natively this banner can be disabled : https://www.slimjet.com/en/onlinefb.htm

Re: disable unsupported OS warning banner win 7

Posted: Wed Feb 01, 2023 3:25 pm
by swanpaul
oh yes, nice tip. I'll do it