Save disk time by disabling Java Quick Start

During some troubleshooting we noticed a process called JQS.exe which had read a huge 5gb of data since our server booted a only 5 hours ago.

Looking into this the service is called Java Quick Start and is to help speed up the starting of Java applications. For our servers this is not required and we wanted to disable this.

I found a guide on a site called - GHacks
For reference I have copied the steps incase the source blog isn’t available when I need them :)

if you want to disable the Java Quick Starter process you can do that in the Windows Control Panel. You find a Java entry there which will open the Java Control Panel.

A click on Advanced and the selection of Miscellaneous will display the activated Java Qucik Starter entry. Uncheck the box to disable the process. This will be visible in the Windows Task Manager immediately.

java_quick_starter.jpg

You can enable the process again in case you would like to use it at a later time.

Leave a Reply