<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>www.nerdscene.com &#187; Java control panel</title>
	<atom:link href="http://www.nerdscene.com/tag/java-control-panel/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nerdscene.com</link>
	<description>bitching about everything, one post at a time...</description>
	<lastBuildDate>Tue, 06 Apr 2010 17:40:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Remove Java&#8217;s system tray icon &#8211; permanently.</title>
		<link>http://www.nerdscene.com/2009/03/26/36/</link>
		<comments>http://www.nerdscene.com/2009/03/26/36/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 20:28:40 +0000</pubDate>
		<dc:creator>Eli Sand</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Java control panel]]></category>
		<category><![CDATA[Java icon]]></category>
		<category><![CDATA[system tray icon]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.nerdscene.com/?p=36</guid>
		<description><![CDATA[If you have the Java Runtime Environment installed on your Windows (Vista) system &#8211; and chances are you do &#8211; you may have tried disabling that Java system tray icon without much luck.  The problem lies in registry permissions, and the solution lies right here! As the Administrator user in Windows, you can easily go [...]]]></description>
			<content:encoded><![CDATA[<p>If you have the Java Runtime Environment installed on your Windows (Vista) system &#8211; and chances are you do &#8211; you may have tried disabling that Java system tray icon without much luck.  The problem lies in registry permissions, and the solution lies right here!</p>
<p>As the Administrator user in Windows, you can easily go in to the Java control panel and disable the &#8220;Place Java icon in system tray&#8221; setting and it will stick (meaning the setting actually gets saved in the registry).  Problem is though, the setting seems to be per-user, so you&#8217;ve only disabled it for your Administrator account &#8211; not much use for your normal user account(s) in Windows now is it.<br />
<span id="more-36"></span><br />
When you log in as one of your normal users in Windows and try to disable that same setting, every time you go back in to the Java control panel, the setting is re-enabled &#8211; it never gets saved.  The setting that has to change is stored in the HKEY_LOCAL_MACHINE area of the registry which is <em>not</em> writable to normal users &#8211; you only have permissions to read settings, so we&#8217;re going to run a batch script as Administrator to allow us to change the setting.  The reason the fix is a batch script is for simplicity; 1) if you run RegEdit as Administrator, you only have access to the Administrators files (not your current users files), so importing a registry file easily won&#8217;t work; 2) you can&#8217;t &#8220;merge&#8221; a registry file as Administrator.  For those of you who are skeptical of batch files, just open it in a text editor to see exactly what it does.</p>
<p>For those of you who don&#8217;t have this problem &#8211; chances are you&#8217;re logged in to Windows as an Administrator-level user account which is why you&#8217;re able to simply use the Java control panel(s) to disable this setting.  If that&#8217;s the case &#8211; you don&#8217;t need to follow these instructions&#8230; but you should consider what you&#8217;re doing by browsing the Internet under such an account!</p>
<p>Download the <a title="hide-system-tray.bat" href="http://www.nerdscene.com/downloads/hide-system-tray.bat">hide-system-tray.bat</a> batch script, save it to your desktop and right-click it and select &#8220;Run as Administrator&#8221;.  You may be prompted for a password from Windows UAC; type in your Administrator account password and that&#8217;s it &#8211; well, almost it&#8230;</p>
<p>You should keep this script handy because every time your Java Runtime Environment is updated, this setting apparently gets set back to it&#8217;s default value so you will have to re-run this batch script.  Thankfully it&#8217;s smart enough to hopefully work on all versions of Java (this statement refers to the fact that it can &#8220;seek out&#8221; the correct registry key to update, since it incorporates the Java version number in to the registry key that has to be updated).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nerdscene.com/2009/03/26/36/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

