Federico Fuga

Engineering, Tech, Informatics & science

Annoying crapware on Java Updates (a.k.a. Ask.com toolbar)

26 Mar 2013 12:28 +0000 Windows

Tired of this annoying ask.com toolbar being installed every time Java gets updated?

Here’s the solution:

Open a notepad, copy-and-paste this code and save it on a file called “disable_java_sponsors.reg”.

 

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft]
"SPONSORS"="DISABLE"




[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\JavaSoft]
"SPONSORS"="DISABLE"

 

Then double-click on the new file, answer “yes” to the question about merging the registry and say bye to these annoying crapware. Next time you update Java, the ask.com bar (and eventually all other sponsored tools) should be disabled and not installed.

Click here to download disable_java_sponsors.reg.

Thanks to Danilko Roascio for his solution on superuser.com.