Ta bort den Java symbolen från systemmagasinet
Why insisterar varje singelapplikation på installation av en fullständigt onyttig symbol in i systemmagasinet? Det skulle är ett ting, om det utförde något fungerar, men det inte gör något som du inte kan göra från din kontrollbord. Least som de kunde ha gjort, är har en dialog under den processaa ställa in som något att säga ”skulle dig något liknande en onyttig symbol i ditt systemmagasin?”,
Låt oss får till att ta bort den Java symbol…, om symbolen är för närvarande synlig, dig kan precis rätt-klicka den och öppna kontrollbordet därifrån, men du ska får en warning dialog då den rinnande utsikten, på något sätt.
Om symbolen inte är för närvarande synlig, kan du stilla får till den Java kontrollbordet, genom att gå till kontrollbordet för utsikten (eller XP) och att söka efter den Java symbolen. På utsikt ska du måste först att klicka på extra alternativ:
Och klicka därefter på Java:
Gå nu till den avancerade fliken, klickar på diverse, och därefter förlägger uncheck ”den java symbolen i systemmagasin”,
Mycket som är bättre.
Notera att den för närvarande visade symbolen som ska för att inte gå bort omgående, dig ska måste rätt-att klicka och välja skinnet.

Dagligen e-postuppdateringar
Du kan få vår hur-till artiklar i din inbox varje dag för fritt. Skriv in precis din nedanföra känt och e-post:


I have two system alert shields in my syte
what if that doesn’t work? the setting stays the same, but the icon reappears sporadically.
If you delete the tray icon, is Java still running? I want to know how to stop it after it opens for a single app.I see no way to make it actually exit, or turn off. It seems to use a lot of resources.
Mike, I’ve got the same problem, and so far, no solution to it.
We require Java in order to run one application only. After that application is run, there is no way to close Java, i.e. there is no exit or close button anywhere in or on the Java console. It sits there forever afterwards, chewing up resources.
The only way to exit from the Java application is to re-boot the server. Is there any other way to close the damn thing?
The icon is not going away.
The checkbox is de-selected but the icon keeps reapearing whenever firefox is in use!
yes, you can remove the processes from the task manager by their PID using java.
use like this
Runtime.getRuntime().exec(”TASKKILL /F /IM notepad.exse”);
It seems like this article needs to be updated. As of Java Runtime Environment Version 6.0 Update 14 (and even some updates preceding 14) when one unchecks “Place java icon in system tray”, it does not save the change.
Update: I wrote that this article may need to be updated (see previous post), but I now discovered that if one runs the Java Control Panel (javacpl.exe) as an administrator and then checks “Place Java icon in system tray”, the change will go into effect.
thanks!
It didn’t save on my system for some reason. Could be the Vista UAC security getting in the way.
I did get it to go away by running the .bat from here:
http://www.nerdscene.com/2009/03/26/36/