<?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: Clear Recent Documents in the XP Start Menu</title>
	<atom:link href="http://www.howtogeek.com/howto/windows/clear-recent-documents-in-the-xp-start-menu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.howtogeek.com/howto/windows/clear-recent-documents-in-the-xp-start-menu/</link>
	<description>Computer Help from your Friendly How-To Geek</description>
	<lastBuildDate>Sun, 22 Nov 2009 01:15:32 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: John</title>
		<link>http://www.howtogeek.com/howto/windows/clear-recent-documents-in-the-xp-start-menu/comment-page-1/#comment-68238</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 06 Mar 2009 16:43:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows/clear-recent-documents-in-the-xp-start-menu/#comment-68238</guid>
		<description>It&#039;s pretty simple to turn off the XP feature that saves recent docs history.  Go into the registry, then go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

add a new entry called &quot;NoRecentDocsHistory&quot; and make the value &quot;1&quot;.  

Done</description>
		<content:encoded><![CDATA[<p>It&#8217;s pretty simple to turn off the XP feature that saves recent docs history.  Go into the registry, then go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer</p>
<p>add a new entry called &#8220;NoRecentDocsHistory&#8221; and make the value &#8220;1&#8243;.  </p>
<p>Done</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rjdriver</title>
		<link>http://www.howtogeek.com/howto/windows/clear-recent-documents-in-the-xp-start-menu/comment-page-1/#comment-67765</link>
		<dc:creator>rjdriver</dc:creator>
		<pubDate>Sat, 28 Feb 2009 15:03:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows/clear-recent-documents-in-the-xp-start-menu/#comment-67765</guid>
		<description>Serge,

    While it is still possible to clear the docs when using the Classic menu, I can see no way to disable the function entirely, as you can when using the XP start menu.

    Anyone know, or will this require a registry adjustment?</description>
		<content:encoded><![CDATA[<p>Serge,</p>
<p>    While it is still possible to clear the docs when using the Classic menu, I can see no way to disable the function entirely, as you can when using the XP start menu.</p>
<p>    Anyone know, or will this require a registry adjustment?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dude</title>
		<link>http://www.howtogeek.com/howto/windows/clear-recent-documents-in-the-xp-start-menu/comment-page-1/#comment-67167</link>
		<dc:creator>dude</dc:creator>
		<pubDate>Wed, 18 Feb 2009 23:35:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows/clear-recent-documents-in-the-xp-start-menu/#comment-67167</guid>
		<description>thanks!</description>
		<content:encoded><![CDATA[<p>thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.howtogeek.com/howto/windows/clear-recent-documents-in-the-xp-start-menu/comment-page-1/#comment-67166</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Wed, 18 Feb 2009 23:34:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows/clear-recent-documents-in-the-xp-start-menu/#comment-67166</guid>
		<description>Kk said:
Go to C:\Documents and Settings\(your user name)\Recent
(create shortcut to that folder if u delete often)
In the folder, Ctrl+A then delete. All gone!

In case of Windows Vista (in a dos window, go to c:\users\ and type dir /ah and you&#039;ll see the link), c:\users\\Recent is a link to c:\users\\AppData\Roaming\Microsoft\Windows\Recent

In this folder, all items are shortcuts to your recently used files. Ctrl+A, then delete (as Kk said) and they are all gone.

@montyoto: Since time is money, create a new file in notepad and put this line in int:

del C:\Users\\AppData\Roaming\Microsoft\Windows\Recent\*.* /Q

and save the file on your desktop as &quot;recent.bat&quot;. Make sure the extention is .bat and not .bat.txt or something like that. Double clicking on this file now opens a dos windows which removes all files from the &quot;recent&quot; directory without asking for confirmation (the /q option). Two clicks and all shortcuts are gone. Since time is money.

I hope this helped!</description>
		<content:encoded><![CDATA[<p>Kk said:<br />
Go to C:\Documents and Settings\(your user name)\Recent<br />
(create shortcut to that folder if u delete often)<br />
In the folder, Ctrl+A then delete. All gone!</p>
<p>In case of Windows Vista (in a dos window, go to c:\users\ and type dir /ah and you&#8217;ll see the link), c:\users\\Recent is a link to c:\users\\AppData\Roaming\Microsoft\Windows\Recent</p>
<p>In this folder, all items are shortcuts to your recently used files. Ctrl+A, then delete (as Kk said) and they are all gone.</p>
<p>@montyoto: Since time is money, create a new file in notepad and put this line in int:</p>
<p>del C:\Users\\AppData\Roaming\Microsoft\Windows\Recent\*.* /Q</p>
<p>and save the file on your desktop as &#8220;recent.bat&#8221;. Make sure the extention is .bat and not .bat.txt or something like that. Double clicking on this file now opens a dos windows which removes all files from the &#8220;recent&#8221; directory without asking for confirmation (the /q option). Two clicks and all shortcuts are gone. Since time is money.</p>
<p>I hope this helped!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerry</title>
		<link>http://www.howtogeek.com/howto/windows/clear-recent-documents-in-the-xp-start-menu/comment-page-1/#comment-64702</link>
		<dc:creator>Jerry</dc:creator>
		<pubDate>Mon, 12 Jan 2009 08:35:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows/clear-recent-documents-in-the-xp-start-menu/#comment-64702</guid>
		<description>run %USERPROFILE%\Recent and then highlight everything and then delete it</description>
		<content:encoded><![CDATA[<p>run %USERPROFILE%\Recent and then highlight everything and then delete it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kk</title>
		<link>http://www.howtogeek.com/howto/windows/clear-recent-documents-in-the-xp-start-menu/comment-page-1/#comment-59729</link>
		<dc:creator>Kk</dc:creator>
		<pubDate>Fri, 24 Oct 2008 11:06:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows/clear-recent-documents-in-the-xp-start-menu/#comment-59729</guid>
		<description>go to C:\Documents and Settings\(your user name)\Recent
(create shortcut to that folder if u delete often)
In the folder, Ctrl+A then delete. All gone!</description>
		<content:encoded><![CDATA[<p>go to C:\Documents and Settings\(your user name)\Recent<br />
(create shortcut to that folder if u delete often)<br />
In the folder, Ctrl+A then delete. All gone!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: montyoto</title>
		<link>http://www.howtogeek.com/howto/windows/clear-recent-documents-in-the-xp-start-menu/comment-page-1/#comment-59662</link>
		<dc:creator>montyoto</dc:creator>
		<pubDate>Thu, 23 Oct 2008 07:51:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows/clear-recent-documents-in-the-xp-start-menu/#comment-59662</guid>
		<description>Could anyone tell me if it&#039;s possible to make a single-click shortcut to the clear history function?
Time is money and I use that dialogue at least once a week and I hate going through so many clicks for something that basic.</description>
		<content:encoded><![CDATA[<p>Could anyone tell me if it&#8217;s possible to make a single-click shortcut to the clear history function?<br />
Time is money and I use that dialogue at least once a week and I hate going through so many clicks for something that basic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jd2066</title>
		<link>http://www.howtogeek.com/howto/windows/clear-recent-documents-in-the-xp-start-menu/comment-page-1/#comment-58048</link>
		<dc:creator>jd2066</dc:creator>
		<pubDate>Mon, 22 Sep 2008 01:09:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows/clear-recent-documents-in-the-xp-start-menu/#comment-58048</guid>
		<description>@vern: No. That key contains the path the folder where recent file shortcuts are stored. It won&#039;t help clear the recent file shortcuts.</description>
		<content:encoded><![CDATA[<p>@vern: No. That key contains the path the folder where recent file shortcuts are stored. It won&#8217;t help clear the recent file shortcuts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vern</title>
		<link>http://www.howtogeek.com/howto/windows/clear-recent-documents-in-the-xp-start-menu/comment-page-1/#comment-58043</link>
		<dc:creator>vern</dc:creator>
		<pubDate>Sun, 21 Sep 2008 19:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows/clear-recent-documents-in-the-xp-start-menu/#comment-58043</guid>
		<description>relating to this topic, would going into the regIstry and deleting:
My Computer\HKEY+CURRENT_USER\SOFTWARE\MIRCOSOFT\WINDOWS\CURRENTVERSION\EXPLORE\USER SHELL FOLDER\RECENT

SOLVE THIS PROBLEM????</description>
		<content:encoded><![CDATA[<p>relating to this topic, would going into the regIstry and deleting:<br />
My Computer\HKEY+CURRENT_USER\SOFTWARE\MIRCOSOFT\WINDOWS\CURRENTVERSION\EXPLORE\USER SHELL FOLDER\RECENT</p>
<p>SOLVE THIS PROBLEM????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: serge</title>
		<link>http://www.howtogeek.com/howto/windows/clear-recent-documents-in-the-xp-start-menu/comment-page-1/#comment-56751</link>
		<dc:creator>serge</dc:creator>
		<pubDate>Thu, 28 Aug 2008 12:10:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/windows/clear-recent-documents-in-the-xp-start-menu/#comment-56751</guid>
		<description>2 Bruno:
it works almost the same way; open Start button properties, then click setup button right to the Classic mode selection, new dialog opens and there&#039;s a button to clear recent documents list. It could be grayed in case your list is already cleared.</description>
		<content:encoded><![CDATA[<p>2 Bruno:<br />
it works almost the same way; open Start button properties, then click setup button right to the Classic mode selection, new dialog opens and there&#8217;s a button to clear recent documents list. It could be grayed in case your list is already cleared.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
