Jump to content

Recommended Posts

Posted

After installiing Java

I found this running under Task Manager : jusched.exe

I thought what is this. Went looking and found it was the SunJavaUpdateSched

Seems its loooking for updates, I mean hello I can do that myself, I mean how often do they update?. So to disable I found it under the HKLM Run key as such;

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]

"SunJavaUpdateSched"="C:\\Program Files\\Java\\j2re1.4.2_01\\bin\\jusched.exe"

To disable another useless task running in the background use this;

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]

"SunJavaUpdateSched"=-

Yes thats a minus sign after the =

That will remove from your registry and it won't start after next login or boot.


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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...