<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Remove old versions of Java &amp; Install the latest with no auto update!</title>
	<atom:link href="http://incomservice.net/icsblog/2008/msp/remove-old-versions-of-java-install-the-latest-with-no-auto-update.html/feed" rel="self" type="application/rss+xml" />
	<link>http://incomservice.net/icsblog/2008/msp/remove-old-versions-of-java-install-the-latest-with-no-auto-update.html</link>
	<description>Integrity Computer Service Support Blog</description>
	<lastBuildDate>Fri, 18 May 2012 23:36:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Dennis</title>
		<link>http://incomservice.net/icsblog/2008/msp/remove-old-versions-of-java-install-the-latest-with-no-auto-update.html/comment-page-1#comment-312</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Mon, 20 Jun 2011 21:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://incomservice.net/icsblog/?p=40#comment-312</guid>
		<description>This script is great, how would i make it so it ignored 2 versions of java though?
I want to remove all but 2 versions.</description>
		<content:encoded><![CDATA[<p>This script is great, how would i make it so it ignored 2 versions of java though?<br />
I want to remove all but 2 versions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Internet Explorer Freezes While Printing Java Loaded Webpage &#124; silentvirus</title>
		<link>http://incomservice.net/icsblog/2008/msp/remove-old-versions-of-java-install-the-latest-with-no-auto-update.html/comment-page-1#comment-152</link>
		<dc:creator>Internet Explorer Freezes While Printing Java Loaded Webpage &#124; silentvirus</dc:creator>
		<pubDate>Thu, 26 Mar 2009 00:20:12 +0000</pubDate>
		<guid isPermaLink="false">http://incomservice.net/icsblog/?p=40#comment-152</guid>
		<description>[...] Same problem. Finally, we found this batch file to completely remove Sun Java from the computer here. We ran that, and then reinstall Java and it was fixed. You can download the batch file here [...]</description>
		<content:encoded><![CDATA[<p>[...] Same problem. Finally, we found this batch file to completely remove Sun Java from the computer here. We ran that, and then reinstall Java and it was fixed. You can download the batch file here [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yan Herndon</title>
		<link>http://incomservice.net/icsblog/2008/msp/remove-old-versions-of-java-install-the-latest-with-no-auto-update.html/comment-page-1#comment-132</link>
		<dc:creator>Yan Herndon</dc:creator>
		<pubDate>Sun, 09 Nov 2008 00:49:56 +0000</pubDate>
		<guid isPermaLink="false">http://incomservice.net/icsblog/?p=40#comment-132</guid>
		<description>From here on you need to kill jqs before removeing or it throws up a warning.  Here&#039;s my Kaseya script. (using your bat file)  Thanks!!

Script Name: Remove Java
Script Description: Removes all Versions of Java from a machine.  You must install an updated version after this for Java to work.

IF Test File 
   Parameter 1 : C:\jtl_admin\uninstall-java.bat
   Exists :
THEN
   Close Application - (Continue on Fail)
     Parameter 1 : jqs.exe
         OS Type : 13
   Close Application - (Continue on Fail)
     Parameter 1 : jusched.exe
         OS Type : 13
   Close Application - (Continue on Fail)
     Parameter 1 : iexplore.exe
         OS Type : 13
   Execute Shell Command
     Parameter 1 : C:\jtl_admin\uninstall-java.bat&gt;&gt;C:\jtl_admin\remove_java.log
     Parameter 2 : 1
         OS Type : 13
   Write Script Log Entry
     Parameter 1 : All versions of Java removed.
         OS Type : 13
ELSE
   Close Application - (Continue on Fail)
     Parameter 1 : jusched.exe
         OS Type : 13
   Close Application - (Continue on Fail)
     Parameter 1 : jqs.exe
         OS Type : 13
   Close Application - (Continue on Fail)
     Parameter 1 : iexplore.exe
         OS Type : 13
   Write File
     Parameter 1 : C:\jtl_admin\uninstall-java.bat
     Parameter 2 : VSASharedFiles\uninstall-java.bat
         OS Type : 13
   Execute Shell Command
     Parameter 1 : C:\jtl_admin\uninstall-java.bat&gt;&gt;C:\jtl_admin\remove_java.log
     Parameter 2 : 1
         OS Type : 13
   Write Script Log Entry
     Parameter 1 : All versions of Java removed.
         OS Type : 13</description>
		<content:encoded><![CDATA[<p>From here on you need to kill jqs before removeing or it throws up a warning.  Here&#8217;s my Kaseya script. (using your bat file)  Thanks!!</p>
<p>Script Name: Remove Java<br />
Script Description: Removes all Versions of Java from a machine.  You must install an updated version after this for Java to work.</p>
<p>IF Test File<br />
   Parameter 1 : C:\jtl_admin\uninstall-java.bat<br />
   Exists :<br />
THEN<br />
   Close Application &#8211; (Continue on Fail)<br />
     Parameter 1 : jqs.exe<br />
         OS Type : 13<br />
   Close Application &#8211; (Continue on Fail)<br />
     Parameter 1 : jusched.exe<br />
         OS Type : 13<br />
   Close Application &#8211; (Continue on Fail)<br />
     Parameter 1 : iexplore.exe<br />
         OS Type : 13<br />
   Execute Shell Command<br />
     Parameter 1 : C:\jtl_admin\uninstall-java.bat&gt;&gt;C:\jtl_admin\remove_java.log<br />
     Parameter 2 : 1<br />
         OS Type : 13<br />
   Write Script Log Entry<br />
     Parameter 1 : All versions of Java removed.<br />
         OS Type : 13<br />
ELSE<br />
   Close Application &#8211; (Continue on Fail)<br />
     Parameter 1 : jusched.exe<br />
         OS Type : 13<br />
   Close Application &#8211; (Continue on Fail)<br />
     Parameter 1 : jqs.exe<br />
         OS Type : 13<br />
   Close Application &#8211; (Continue on Fail)<br />
     Parameter 1 : iexplore.exe<br />
         OS Type : 13<br />
   Write File<br />
     Parameter 1 : C:\jtl_admin\uninstall-java.bat<br />
     Parameter 2 : VSASharedFiles\uninstall-java.bat<br />
         OS Type : 13<br />
   Execute Shell Command<br />
     Parameter 1 : C:\jtl_admin\uninstall-java.bat&gt;&gt;C:\jtl_admin\remove_java.log<br />
     Parameter 2 : 1<br />
         OS Type : 13<br />
   Write Script Log Entry<br />
     Parameter 1 : All versions of Java removed.<br />
         OS Type : 13</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lpopejoy</title>
		<link>http://incomservice.net/icsblog/2008/msp/remove-old-versions-of-java-install-the-latest-with-no-auto-update.html/comment-page-1#comment-127</link>
		<dc:creator>lpopejoy</dc:creator>
		<pubDate>Fri, 12 Sep 2008 14:54:03 +0000</pubDate>
		<guid isPermaLink="false">http://incomservice.net/icsblog/?p=40#comment-127</guid>
		<description>Ray, thanks for pointing that out.  The script is not perfect!  Hopefully it will be a start for guys to get going in the right direction!

Luke</description>
		<content:encoded><![CDATA[<p>Ray, thanks for pointing that out.  The script is not perfect!  Hopefully it will be a start for guys to get going in the right direction!</p>
<p>Luke</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray</title>
		<link>http://incomservice.net/icsblog/2008/msp/remove-old-versions-of-java-install-the-latest-with-no-auto-update.html/comment-page-1#comment-126</link>
		<dc:creator>Ray</dc:creator>
		<pubDate>Fri, 12 Sep 2008 14:41:23 +0000</pubDate>
		<guid isPermaLink="false">http://incomservice.net/icsblog/?p=40#comment-126</guid>
		<description>This is a great script but it will not un-install versions of Java before 1.4 as they do not include the value Publisher in the registry.</description>
		<content:encoded><![CDATA[<p>This is a great script but it will not un-install versions of Java before 1.4 as they do not include the value Publisher in the registry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://incomservice.net/icsblog/2008/msp/remove-old-versions-of-java-install-the-latest-with-no-auto-update.html/comment-page-1#comment-11</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Wed, 13 Aug 2008 13:27:20 +0000</pubDate>
		<guid isPermaLink="false">http://incomservice.net/icsblog/?p=40#comment-11</guid>
		<description>That batch file is a life saver. Reminds me why I need to improve my scripting skills! Thanks for that!</description>
		<content:encoded><![CDATA[<p>That batch file is a life saver. Reminds me why I need to improve my scripting skills! Thanks for that!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Supporting Technology &#187; Blog Archive &#187; Remove old versions of Java &#38; Install the latest with no auto update! &#124; wehuberconsultingllc.com</title>
		<link>http://incomservice.net/icsblog/2008/msp/remove-old-versions-of-java-install-the-latest-with-no-auto-update.html/comment-page-1#comment-10</link>
		<dc:creator>Supporting Technology &#187; Blog Archive &#187; Remove old versions of Java &#38; Install the latest with no auto update! &#124; wehuberconsultingllc.com</dc:creator>
		<pubDate>Sat, 09 Aug 2008 12:05:56 +0000</pubDate>
		<guid isPermaLink="false">http://incomservice.net/icsblog/?p=40#comment-10</guid>
		<description>[...] my PC and I lamented the fact that I needed to use “Add/Remove Programs” to remove them. This script came in handy although my copy and paste of the code needed several fixups before it would work. [...]</description>
		<content:encoded><![CDATA[<p>[...] my PC and I lamented the fact that I needed to use “Add/Remove Programs” to remove them. This script came in handy although my copy and paste of the code needed several fixups before it would work. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

