<?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>Chris J Mears &#187; sysadmin</title>
	<atom:link href="http://chrisjmears.com/tag/sysadmin/feed/" rel="self" type="application/rss+xml" />
	<link>http://chrisjmears.com</link>
	<description>Web Developer in Ruby on Rails and CakePHP</description>
	<lastBuildDate>Tue, 03 Aug 2010 22:22:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Remotely Uninstall Symantec Antivirus</title>
		<link>http://chrisjmears.com/2008/08/remotely-uninstall-symantec-antivirus/</link>
		<comments>http://chrisjmears.com/2008/08/remotely-uninstall-symantec-antivirus/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 03:09:56 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Geeky Stuff]]></category>
		<category><![CDATA[antivirus]]></category>
		<category><![CDATA[symantec]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://chrisjmears.com/?p=40</guid>
		<description><![CDATA[I&#8217;m not going into the reasons here, but I recently needed to uninstall Symantec Antivirus from all client computers on our network (~25 computers) in order to install a new antivirus client. Since it was so few computers, I really could have just sat down at each one and uninstalled the program through Control Panel.  [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not going into the reasons here, but I recently needed to uninstall Symantec Antivirus from all client computers on our network (~25 computers) in order to install a new antivirus client. Since it was so few computers, I really could have just sat down at each one and uninstalled the program through Control Panel.  But what fun is that when you can do it remotely?</p>
<p>After reading an <a title="How to silently and remotely remove Symantec Antivirus" href="http://it.toolbox.com/blogs/locutus/how-to-silently-and-remotely-remove-symantec-antivirus-14625" target="_blank">article</a> on the subject, I did some more investigating and this is the process I came up with:</p>
<ol>
<li>Download <strong><a title="PsTools Download" href="http://technet.microsoft.com/en-us/sysinternals/bb896649.aspx" target="_blank">PSTools</a></strong> and unzip into <strong>C:\Windows\System32</strong></li>
<li>Get the Symantec Antivirus uninstall registry ID from regedit by way of <strong>HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Uninstall</strong>.  Go through the subkeys and search for the one that has Symantec in the Value Name.  For example, I had Symantec Corporate Antivirus v10.x and the ID was {78D891EF-9E2D-4FC8-A71F-E6F897BA1B21}</li>
<li>Remotely connect to Symantec System Center server using domain administrator account</li>
<li>(Optional: if you require a password to uninstall) Using regedit, remotely connect to each computer to edit registry.  What we&#8217;re looking for is under <strong>HKEY_LOCAL_MACHINE \ SOFTWARE \ INTEL \ LANDesk \ VirusProtect6 \ CurrentVersion \ AdministratorOnly \ Security</strong>. Make sure the two values, &#8220;LockUnloadServices&#8221; and &#8220;UseVPUninstallPassword,&#8221; are zero.</li>
<li>Logged in as a domain admininistrator, using PsExec, run MsiExec to uninstall.  Example,<br />
<strong>C:\&gt;psexec \\COMPUTER_NAME MsiExec.exe /norestart /q /x {78D891EF-9E2D-4FC8-A71F-E6F897BA1B21} REMOVE=ALL</strong></li>
</ol>
<p>Assuming all went well, you should get an error code of zero, which means everything went successfully.  Should you get any other error code, <a title="List of error codes and error messages for MsiExec" href="http://support.microsoft.com/kb/290158" target="_blank">look it up</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrisjmears.com/2008/08/remotely-uninstall-symantec-antivirus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
