<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: GPO Template To Disable &#8216;Previous Versions&#8217; Tab</title>
	<atom:link href="http://blog.techscrawl.com/2008/07/30/gpo-template-to-disable-previous-versions-tab/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.techscrawl.com/2008/07/30/gpo-template-to-disable-previous-versions-tab/</link>
	<description>TechScrawl is a technology blog focusing on a wide variety of technology related areas including enterprise IT, information security, penetration testing, networking, virtualization, and Windows &#38; Linux administration.</description>
	<lastBuildDate>Thu, 22 Jul 2010 12:31:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Clay</title>
		<link>http://blog.techscrawl.com/2008/07/30/gpo-template-to-disable-previous-versions-tab/#comment-338</link>
		<dc:creator>Clay</dc:creator>
		<pubDate>Fri, 19 Mar 2010 18:42:52 +0000</pubDate>
		<guid isPermaLink="false">http://clayshek.wordpress.com/?p=48#comment-338</guid>
		<description>Open your GPO for editing. Right click on the User Settings / Administrative Templates folder, choose View -&gt; Filtering. Uncheck the box that says &quot;Only show policy settings that can be fully managed&quot;, then click OK. Assuming this was imported correctly, you should now see the setting. Hope that helps.</description>
		<content:encoded><![CDATA[<p>Open your GPO for editing. Right click on the User Settings / Administrative Templates folder, choose View -&gt; Filtering. Uncheck the box that says &#8220;Only show policy settings that can be fully managed&#8221;, then click OK. Assuming this was imported correctly, you should now see the setting. Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ivan</title>
		<link>http://blog.techscrawl.com/2008/07/30/gpo-template-to-disable-previous-versions-tab/#comment-337</link>
		<dc:creator>ivan</dc:creator>
		<pubDate>Thu, 18 Mar 2010 20:33:22 +0000</pubDate>
		<guid isPermaLink="false">http://clayshek.wordpress.com/?p=48#comment-337</guid>
		<description>This does not seem to work, after importing .adm file there is no settings displayed under User Configuration -&gt; Administrative Templates -&gt; Windows Components -&gt; Windows Explorer</description>
		<content:encoded><![CDATA[<p>This does not seem to work, after importing .adm file there is no settings displayed under User Configuration -&gt; Administrative Templates -&gt; Windows Components -&gt; Windows Explorer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Pentland</title>
		<link>http://blog.techscrawl.com/2008/07/30/gpo-template-to-disable-previous-versions-tab/#comment-265</link>
		<dc:creator>David Pentland</dc:creator>
		<pubDate>Fri, 04 Sep 2009 10:57:50 +0000</pubDate>
		<guid isPermaLink="false">http://clayshek.wordpress.com/?p=48#comment-265</guid>
		<description>Great! Thanks. I have also modified the .adm file code (the extension should be .adm not .vbs btw) to allow for just disabling the &#039;Restore&#039; button within Previous Versions Tab, which is what we wanted:

   CATEGORY &quot;Windows Explorer&quot;
     POLICY &quot;Disable Previous Versions Restore Button&quot;
     EXPLAIN !!PVRBHelp
       KEYNAME &quot;SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer&quot;
         VALUENAME &quot;NoPreviousVersionsRestore&quot;
         VALUEON NUMERIC 1
         VALUEOFF NUMERIC 0
     END POLICY

     POLICY &quot;Disable Previous Versions Tab&quot;
     EXPLAIN !!PVHelp
       KEYNAME &quot;SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer&quot;
         VALUENAME &quot;NoPreviousVersionsPage&quot;
         VALUEON NUMERIC 1
         VALUEOFF NUMERIC 0
     END POLICY
   END CATEGORY	;Windows Explorer

[strings]
PVRBHelp=.... etc
PVHelp=... etc</description>
		<content:encoded><![CDATA[<p>Great! Thanks. I have also modified the .adm file code (the extension should be .adm not .vbs btw) to allow for just disabling the &#8216;Restore&#8217; button within Previous Versions Tab, which is what we wanted:</p>
<p>   CATEGORY &#8220;Windows Explorer&#8221;<br />
     POLICY &#8220;Disable Previous Versions Restore Button&#8221;<br />
     EXPLAIN !!PVRBHelp<br />
       KEYNAME &#8220;SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer&#8221;<br />
         VALUENAME &#8220;NoPreviousVersionsRestore&#8221;<br />
         VALUEON NUMERIC 1<br />
         VALUEOFF NUMERIC 0<br />
     END POLICY</p>
<p>     POLICY &#8220;Disable Previous Versions Tab&#8221;<br />
     EXPLAIN !!PVHelp<br />
       KEYNAME &#8220;SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer&#8221;<br />
         VALUENAME &#8220;NoPreviousVersionsPage&#8221;<br />
         VALUEON NUMERIC 1<br />
         VALUEOFF NUMERIC 0<br />
     END POLICY<br />
   END CATEGORY	;Windows Explorer</p>
<p>[strings]<br />
PVRBHelp=&#8230;. etc<br />
PVHelp=&#8230; etc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clay</title>
		<link>http://blog.techscrawl.com/2008/07/30/gpo-template-to-disable-previous-versions-tab/#comment-232</link>
		<dc:creator>Clay</dc:creator>
		<pubDate>Mon, 01 Jun 2009 18:49:15 +0000</pubDate>
		<guid isPermaLink="false">http://clayshek.wordpress.com/?p=48#comment-232</guid>
		<description>The extension should be &quot;.vbs&quot;</description>
		<content:encoded><![CDATA[<p>The extension should be &#8220;.vbs&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TA</title>
		<link>http://blog.techscrawl.com/2008/07/30/gpo-template-to-disable-previous-versions-tab/#comment-231</link>
		<dc:creator>TA</dc:creator>
		<pubDate>Mon, 01 Jun 2009 15:54:37 +0000</pubDate>
		<guid isPermaLink="false">http://clayshek.wordpress.com/?p=48#comment-231</guid>
		<description>Hi, 

What extension does the file need to be after you remove the .doc extension ? I have trying everything but it wont seem to import for me. Your help would be greatly appreciated</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>What extension does the file need to be after you remove the .doc extension ? I have trying everything but it wont seem to import for me. Your help would be greatly appreciated</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan</title>
		<link>http://blog.techscrawl.com/2008/07/30/gpo-template-to-disable-previous-versions-tab/#comment-85</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Tue, 07 Oct 2008 10:52:22 +0000</pubDate>
		<guid isPermaLink="false">http://clayshek.wordpress.com/?p=48#comment-85</guid>
		<description>Beutiful!! Just what I was looking for. Many thanks!</description>
		<content:encoded><![CDATA[<p>Beutiful!! Just what I was looking for. Many thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
