smjmh Posted July 11, 2007 Posted July 11, 2007 (edited) I think I have found a way to disable the annoying Java Update notifications and keep the jusched.exe process from running. I have tested this with Java_1.6u1 and several of the Java_1.5 releases, but that is all. By changing the first three reg settings below you shouldn't even be able to see the update tab from the Java control panel, and the last reg setting keeps the jusched.exe process from starting upon the next reboot. You will have to reboot though! ;Disable Java Update and Disable jusched.exe from running at startup RegWrite("HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Update\Policy","EnableAutoUpdateCheck","REG_DWORD",0) RegWrite("HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Update\Policy","EnableJavaUpdate","REG_DWORD",0) RegWrite("HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Update\Policy","UpdateSchedule","REG_DWORD",0) RegDelete("HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run","SunJavaUpdateSched") I would have posted this in the Example Script area, but I couldn't. I got an error message stating I didn't have permission. Edited July 11, 2007 by smjmh
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now