Skip to content

Instantly share code, notes, and snippets.

@jpluimers
Created January 20, 2016 19:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpluimers/2bc3f155394b2b4ce1ad to your computer and use it in GitHub Desktop.
Save jpluimers/2bc3f155394b2b4ce1ad to your computer and use it in GitHub Desktop.
Well, this used to work, but now fails to prevent against the Yahoo search engine/toolbar settings
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft]
"SPONSORS"="DISABLE"
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\JavaSoft]
"SPONSORS"="DISABLE"
; http://windowsitpro.com/windows-server/how-do-i-place-comments-reg-file
; a semi-colon starts a comment line
; http://superuser.com/questions/549028/how-can-i-prevent-ask-com-toolbar-from-being-installed-every-time-java-is-update/562869#562869
; this switch not only disables the Ask.com toolbar installation and prompt, but disables all of the sponsors potentially bundled with the Auto-update setup/Online setup (Google toolbar, Yahoo toolbar, McAfee something, etc...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment