<?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 for Supporting Technology</title>
	<atom:link href="http://incomservice.net/icsblog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://incomservice.net/icsblog</link>
	<description>Integrity Computer Service Support Blog</description>
	<pubDate>Sun, 05 Jul 2009 02:58:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Remove old versions of Java &#038; Install the latest with no auto update! by Internet Explorer Freezes While Printing Java Loaded Webpage &#124; silentvirus</title>
		<link>http://incomservice.net/icsblog/2008/08/remove-old-versions-of-java-install-the-latest-with-no-auto-update/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>Comment on &#8220;The User Profile Service failed the logon. User profile cannot be loaded&#8221; by Richard</title>
		<link>http://incomservice.net/icsblog/2008/12/the-user-profile-service-failed-the-logon-user-profile-cannot-be-loaded/comment-page-1/#comment-144</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Fri, 12 Dec 2008 18:27:09 +0000</pubDate>
		<guid isPermaLink="false">http://incomservice.net/icsblog/2008/12/the-user-profile-service-failed-the-logon-user-profile-cannot-be-loaded/#comment-144</guid>
		<description>"I hate Vista. It is a pain."

I agree.

Grin...</description>
		<content:encoded><![CDATA[<p>&#8220;I hate Vista. It is a pain.&#8221;</p>
<p>I agree.</p>
<p>Grin&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Remove old versions of Java &#038; Install the latest with no auto update! by Yan Herndon</title>
		<link>http://incomservice.net/icsblog/2008/08/remove-old-versions-of-java-install-the-latest-with-no-auto-update/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'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&#62;&#62;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&#62;&#62;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 - (Continue on Fail)<br />
     Parameter 1 : jqs.exe<br />
         OS Type : 13<br />
   Close Application - (Continue on Fail)<br />
     Parameter 1 : jusched.exe<br />
         OS Type : 13<br />
   Close Application - (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 - (Continue on Fail)<br />
     Parameter 1 : jusched.exe<br />
         OS Type : 13<br />
   Close Application - (Continue on Fail)<br />
     Parameter 1 : jqs.exe<br />
         OS Type : 13<br />
   Close Application - (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>Comment on A Question&#8230; by Dave</title>
		<link>http://incomservice.net/icsblog/2008/08/a-question/comment-page-1/#comment-131</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 06 Nov 2008 23:45:34 +0000</pubDate>
		<guid isPermaLink="false">http://incomservice.net/icsblog/?p=54#comment-131</guid>
		<description>I don't know, but I'm in the same position.  I'm an IT Engineer and the company I work for definitely needs some restructuring or structure to begin with.  I feel like my team is all over the place and no one helps each other.  So if you figure it out, let me know too =)</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know, but I&#8217;m in the same position.  I&#8217;m an IT Engineer and the company I work for definitely needs some restructuring or structure to begin with.  I feel like my team is all over the place and no one helps each other.  So if you figure it out, let me know too =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XP Service Pack 3 / AMD Processors by May</title>
		<link>http://incomservice.net/icsblog/2008/05/xp-service-pack-3-amd-processors/comment-page-1/#comment-130</link>
		<dc:creator>May</dc:creator>
		<pubDate>Thu, 06 Nov 2008 03:52:20 +0000</pubDate>
		<guid isPermaLink="false">http://incomservice.net/icsblog/?p=25#comment-130</guid>
		<description>Thank you for constantly updated, always a pleasure to read.</description>
		<content:encoded><![CDATA[<p>Thank you for constantly updated, always a pleasure to read.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Remove old versions of Java &#038; Install the latest with no auto update! by lpopejoy</title>
		<link>http://incomservice.net/icsblog/2008/08/remove-old-versions-of-java-install-the-latest-with-no-auto-update/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>Comment on Remove old versions of Java &#038; Install the latest with no auto update! by Ray</title>
		<link>http://incomservice.net/icsblog/2008/08/remove-old-versions-of-java-install-the-latest-with-no-auto-update/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>Comment on Can you say &#8220;SpamBot?&#8221; by Richard</title>
		<link>http://incomservice.net/icsblog/2008/08/can-you-say-spambot/comment-page-1/#comment-12</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Thu, 14 Aug 2008 02:26:48 +0000</pubDate>
		<guid isPermaLink="false">http://incomservice.net/icsblog/?p=64#comment-12</guid>
		<description>I ran across Antivirus 2008 last night on a friend's laptop.  They understood it was a virus/scam but were worried about it showing they had 43 viruses.   Well, I pulled up some info on it, found some screen shots, and what do you know?  Every single screen shot also showed the people had 43 viruses.  They finally understood what was going on.

BTW, this was the second Antivirus 2008 infection I saw in the last 30 days.

Speaking of reformatting, I am fixing to do my laptop again.  But somewhere around here I have an unused copy of Acronis True image I want to dig out before I do it again.  You ever use that?</description>
		<content:encoded><![CDATA[<p>I ran across Antivirus 2008 last night on a friend&#8217;s laptop.  They understood it was a virus/scam but were worried about it showing they had 43 viruses.   Well, I pulled up some info on it, found some screen shots, and what do you know?  Every single screen shot also showed the people had 43 viruses.  They finally understood what was going on.</p>
<p>BTW, this was the second Antivirus 2008 infection I saw in the last 30 days.</p>
<p>Speaking of reformatting, I am fixing to do my laptop again.  But somewhere around here I have an unused copy of Acronis True image I want to dig out before I do it again.  You ever use that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Remove old versions of Java &#038; Install the latest with no auto update! by Robert</title>
		<link>http://incomservice.net/icsblog/2008/08/remove-old-versions-of-java-install-the-latest-with-no-auto-update/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>Comment on Remove old versions of Java &#038; Install the latest with no auto update! 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/08/remove-old-versions-of-java-install-the-latest-with-no-auto-update/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>
