Skip to content

Instantly share code, notes, and snippets.

@richardg867
Last active September 11, 2023 05:19
Show Gist options
  • Star 17 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save richardg867/6097e6cedfb3fef708f22b7a1065c419 to your computer and use it in GitHub Desktop.
Save richardg867/6097e6cedfb3fef708f22b7a1065c419 to your computer and use it in GitHub Desktop.
Stops the "APP Center" utility included with Gigabyte motherboards from asking you to update Chrome with an outdated version. Also removes the Norton and Google Toolbar bundleware offers from the app list. Requires a reboot to take effect. Registry keys and Chrome version comparison bug discovered by reverse engineering DrvUpd.exe
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\DownloadCenter]
[HKEY_LOCAL_MACHINE\SOFTWARE\DownloadCenter\Sub]
"Google Chrome (R) a faster way to browse the web"="9223372036854775807"
"Google Drive"="9223372036854775807"
"Google Toolbar for Internet Explorer"="9223372036854775807"
"Norton Internet Security(NIS)"="9223372036854775807"
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\DownloadCenter]
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\DownloadCenter\Sub]
"Google Chrome (R) a faster way to browse the web"="9223372036854775807"
"Google Drive"="9223372036854775807"
"Google Toolbar for Internet Explorer"="9223372036854775807"
"Norton Internet Security(NIS)"="9223372036854775807"
@senator29
Copy link

This didnt work for me. It actually added a new entry for Norton.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment