I have recently purchased a new laptop from an OEM with Windows 7 64-bit. This system came pre-installed with (among other stuff) the Java Runtime Environment (64bit). This has put the "jusched.exe" (Java update scheduler) process in my start-up processes. I want to disable this however, because I want to schedule the update process myself.

Now, on my other 32-bit system, this was simply a matter of going to the Control Panel, selecting Java, clicking the 'Update' tab, and there it could be disabled. However, there is no update tab on this 64-bit version of the Java config tool.

I have been trying a number of things so far to disable jusched:

  • Running the config tool as admin: still no tab
  • remove it from the start up folder: there was no entry for jusched
  • trying to disable it from msconfig: again no entry for jusched

So, does anyone have any other suggestions (apart from uninstalling java)? Thanks!

link|improve this question
feedback

6 Answers

up vote 6 down vote accepted

Search for it in Administrative Tools / Task Scheduler.

You can also use Autoruns and search for "java" or "jusched" for any startup of any kind. The interface makes is easy to disable anything you don't like or re-enable it again.

link|improve this answer
Thanks for the advice on Autoruns. It's a very nice tool indeed, it found jusched and disabled it – Rewinder Feb 3 '11 at 16:20
feedback

To disable jusched.exe without installing anything, run the javacpl.exe file as administrator (right-click the file then select "Run as administrator"), usually located somewhere like :

C:\Program Files (x86)\Java\jre7\bin\javacpl.exe

Then on the Updates tab untick Check for Updates Automatically

link|improve this answer
feedback

Run msconfig.exe from the start menu search box. Click on the startup tab, and deselect anything that you don't want to run at startup. Note that upgrading your JRE will usually place a new entry in this list.

link|improve this answer
2  
As I stated in my question; there is no entry for it in msconfig. – Rewinder Feb 3 '11 at 16:17
Sorry, didn't notice that. I find it really weird that it's not there, unless you installed it under a different user. – MBraedley Feb 4 '11 at 13:53
feedback

It shows up in my startup tab in msconfig, the command entry points to jusched.exe, Disable it in there as suggested by MBraedley.

enter image description here

link|improve this answer
2  
As I stated in my question; there is no entry for it in msconfig. – Rewinder Feb 3 '11 at 16:17
Making sure you did not miss it. I see you found it with Autoruns. – Moab Feb 3 '11 at 16:49
feedback

Just delete the registry entry

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Run\SunJavaUpdateSched

link|improve this answer
feedback

It should be in 'msconfig'

Type 'msconfig' in search on your start menu and open it.

go into 'services' and 'startup' and disable in both.

If it's not in msconfig use Autoruns

See video here.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.