<?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: Disable XP SP 3 and Vista SP1 From Windows Automatic Updates</title>
	<atom:link href="http://www.raymond.cc/blog/disable-xp-sp-3-and-vista-sp1-from-windows-automatic-updates/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.raymond.cc/blog/disable-xp-sp-3-and-vista-sp1-from-windows-automatic-updates/</link>
	<description>Daily updated news of useful advanced computer tips and tricks</description>
	<lastBuildDate>Mon, 23 Jan 2012 16:29:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Mandarins*</title>
		<link>http://www.raymond.cc/blog/disable-xp-sp-3-and-vista-sp1-from-windows-automatic-updates/#comment-467361</link>
		<dc:creator>Mandarins*</dc:creator>
		<pubDate>Wed, 10 Feb 2010 18:25:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymond.cc/blog/archives/2008/01/30/disable-xp-sp-3-and-vista-sp1-from-windows-automatic-updates/#comment-467361</guid>
		<description>ludz atbildet uz epastu :) :)</description>
		<content:encoded><![CDATA[<p>ludz atbildet uz epastu :) :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mandarins*</title>
		<link>http://www.raymond.cc/blog/disable-xp-sp-3-and-vista-sp1-from-windows-automatic-updates/#comment-467360</link>
		<dc:creator>Mandarins*</dc:creator>
		<pubDate>Wed, 10 Feb 2010 18:24:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymond.cc/blog/archives/2008/01/30/disable-xp-sp-3-and-vista-sp1-from-windows-automatic-updates/#comment-467360</guid>
		<description>Ka es varu izdzes 3 sp jo vnk man jau vinsha ir un man neiet 1 spele del ta :@ help plzz! :(</description>
		<content:encoded><![CDATA[<p>Ka es varu izdzes 3 sp jo vnk man jau vinsha ir un man neiet 1 spele del ta :@ help plzz! :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.raymond.cc/blog/disable-xp-sp-3-and-vista-sp1-from-windows-automatic-updates/#comment-434175</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Fri, 15 May 2009 21:03:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymond.cc/blog/archives/2008/01/30/disable-xp-sp-3-and-vista-sp1-from-windows-automatic-updates/#comment-434175</guid>
		<description>How do I delete the yellow icon (near time - lower right) for SP 3 installation?</description>
		<content:encoded><![CDATA[<p>How do I delete the yellow icon (near time &#8211; lower right) for SP 3 installation?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DarkAngel1004</title>
		<link>http://www.raymond.cc/blog/disable-xp-sp-3-and-vista-sp1-from-windows-automatic-updates/#comment-407341</link>
		<dc:creator>DarkAngel1004</dc:creator>
		<pubDate>Sat, 08 Nov 2008 12:56:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymond.cc/blog/archives/2008/01/30/disable-xp-sp-3-and-vista-sp1-from-windows-automatic-updates/#comment-407341</guid>
		<description>Was ist denn das hier für ein bescheidenes Deutsch???
Könnt ihr den Artikel nicht auf Englisch verfassen, wenn ihr der deutschen Sprache nicht mächtig seid??</description>
		<content:encoded><![CDATA[<p>Was ist denn das hier für ein bescheidenes Deutsch???<br />
Könnt ihr den Artikel nicht auf Englisch verfassen, wenn ihr der deutschen Sprache nicht mächtig seid??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart Halliday</title>
		<link>http://www.raymond.cc/blog/disable-xp-sp-3-and-vista-sp1-from-windows-automatic-updates/#comment-386932</link>
		<dc:creator>Stuart Halliday</dc:creator>
		<pubDate>Wed, 07 May 2008 11:17:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymond.cc/blog/archives/2008/01/30/disable-xp-sp-3-and-vista-sp1-from-windows-automatic-updates/#comment-386932</guid>
		<description>I created a ADM policy file for Servers to put in a GPO:

file name: do_not_install_SPs.adm

CLASS MACHINE

CATEGORY &quot;DO NOT INSTALL SERVICE PACK&quot;
	
	POLICY &quot;Do not auto-install SPs&quot;
		KEYNAME Software\Policies\Microsoft\Windows\WindowsUpdate

                PART &quot;DoNotAllowSP&quot; CHECKBOX
		DEFCHECKED
                VALUENAME &quot;DoNotAllowSP&quot;
		VALUEOFF NUMERIC 0
		VALUEON  NUMERIC 1
		END PART
	END POLICY

END CATEGORY</description>
		<content:encoded><![CDATA[<p>I created a ADM policy file for Servers to put in a GPO:</p>
<p>file name: do_not_install_SPs.adm</p>
<p>CLASS MACHINE</p>
<p>CATEGORY &#8220;DO NOT INSTALL SERVICE PACK&#8221;</p>
<p>	POLICY &#8220;Do not auto-install SPs&#8221;<br />
		KEYNAME Software\Policies\Microsoft\Windows\WindowsUpdate</p>
<p>                PART &#8220;DoNotAllowSP&#8221; CHECKBOX<br />
		DEFCHECKED<br />
                VALUENAME &#8220;DoNotAllowSP&#8221;<br />
		VALUEOFF NUMERIC 0<br />
		VALUEON  NUMERIC 1<br />
		END PART<br />
	END POLICY</p>
<p>END CATEGORY</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mihai Criveti</title>
		<link>http://www.raymond.cc/blog/disable-xp-sp-3-and-vista-sp1-from-windows-automatic-updates/#comment-380177</link>
		<dc:creator>Mihai Criveti</dc:creator>
		<pubDate>Wed, 30 Jan 2008 11:24:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymond.cc/blog/archives/2008/01/30/disable-xp-sp-3-and-vista-sp1-from-windows-automatic-updates/#comment-380177</guid>
		<description>If you have any kind of Active Directory implementation (or some kind of domain) or have more than 5 machines, you should consider using WSUS (Windows Server Update Services). (you could also use a GPU).

WSUS is a free Microsoft product that stores updates locally and allows you to control their distribution. You also save quite a bit of bandwidth, as all updates will be done from your WSUS server instead of using microsoft.com&#039;s servers.

http://technet.microsoft.com/en-us/wsus/default.aspx</description>
		<content:encoded><![CDATA[<p>If you have any kind of Active Directory implementation (or some kind of domain) or have more than 5 machines, you should consider using WSUS (Windows Server Update Services). (you could also use a GPU).</p>
<p>WSUS is a free Microsoft product that stores updates locally and allows you to control their distribution. You also save quite a bit of bandwidth, as all updates will be done from your WSUS server instead of using microsoft.com&#8217;s servers.</p>
<p><a href="http://technet.microsoft.com/en-us/wsus/default.aspx" rel="nofollow">http://technet.microsoft.com/en-us/wsus/default.aspx</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic
Database Caching 1/5 queries in 0.002 seconds using disk: basic
Object Caching 269/270 objects using disk: basic
Content Delivery Network via cdn.raymond.cc

Served from: www.raymond.cc @ 2012-02-11 05:53:39 -->
