Created
January 28, 2015 03:16
-
-
Save michaelcoyote/dfabe295257943ec5b8e to your computer and use it in GitHub Desktop.
Disable the ask/yahoo/whatever toolbar install prompt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft] | |
"SPONSORS"="DISABLE" | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\JavaSoft] | |
"SPONSORS"="DISABLE" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment