<?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>gHacks technology news &#187; recent documents</title>
	<atom:link href="http://www.ghacks.net/tag/recent-documents/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 11:26:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Disable Recent Documents Listing in Registry</title>
		<link>http://www.ghacks.net/2008/03/24/disable-recent-documents-listing-in-registry/</link>
		<comments>http://www.ghacks.net/2008/03/24/disable-recent-documents-listing-in-registry/#comments</comments>
		<pubDate>Mon, 24 Mar 2008 08:16:47 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[recent documents]]></category>
		<category><![CDATA[registry tips]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[windows tips]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2008/03/24/disable-recent-documents-listing-in-registry/</guid>
		<description><![CDATA[Windows is keeping track of which programs you opened recently. It is using two locations to store those information. The first are the 15 most recently opened documents that are stored in the user profile and I already wrote an article on how to disable the recent documents listing in Windows.
There is however another place [...]]]></description>
			<content:encoded><![CDATA[<p>Windows is keeping track of which programs you opened recently. It is using two locations to store those information. The first are the 15 most recently opened documents that are stored in the user profile and I already wrote an article on how to <a href="http://www.ghacks.net/2008/03/24/disable-recent-documents-listing-in-windows/">disable the recent documents listing</a> in Windows.</p>
<p>There is however another place that stores the most recent documents. This one is located in the Registry and it stores way more information. The Registry key is called OpenSaveMRU and stores a history of files that have been opened in a common dialog box. All information are stored in sub-keys. The * sub-key contains a list of all files while the keys with file extensions contain only information about files with that extension.</p>
<p>The only way that I discovered to remove those information is to clear all sub-keys of this Registry key. There is probably a more elegant way to do this, maybe a hidden Registry setting that disables it but I was not able to discover it yet.</p>
<p><span id="more-3598"></span>You can open the Windows Registry to take a look at the key. To do that press Windows R, type regedit and hit enter. Now navigate to the key HKEY_CURRENT_USER \Software \Microsoft \Windows \CurrentVersion \Explorer \ComDlg32 and left-click on the key OpenSaveMRU. </p>
<p>The easiest way is to use a Registry file that clears all the sub-keys immediately. I did create and upload the Registry script for you. Just download the <a href='http://www.ghacks.net/wp-content/uploads/2008/03/registry.zip' title='registry script'>registry script</a> and double-click it (or execute it with regedit /s edit.reg). You could also save it and take a look at it before you execute it which is always a good precaution.</p>
<p>It seems that the sub-keys will not be regenerated after a restart.</p>

	Tags: <a href="http://www.ghacks.net/tag/privacy/" title="privacy" rel="tag">privacy</a>, <a href="http://www.ghacks.net/tag/recent-documents/" title="recent documents" rel="tag">recent documents</a>, <a href="http://www.ghacks.net/tag/registry-tips/" title="registry tips" rel="tag">registry tips</a>, <a href="http://www.ghacks.net/tag/security/" title="Security" rel="tag">Security</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a>, <a href="http://www.ghacks.net/tag/windows-tips/" title="windows tips" rel="tag">windows tips</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/03/24/disable-recent-documents-listing-in-windows/" title="Disable Recent Documents Listing in Windows (March 24, 2008)">Disable Recent Documents Listing in Windows</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/04/11/windows-cannot-find-msconfig/" title="Windows Cannot Find Msconfig (April 11, 2009)">Windows Cannot Find Msconfig</a> (7)</li>
	<li><a href="http://www.ghacks.net/2006/12/07/security-and-privacy-complete/" title="Security and Privacy Complete (December 7, 2006)">Security and Privacy Complete</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/01/15/remove-stored-net-user-names-and-passwords/" title="Remove Stored .Net User Names and Passwords (January 15, 2008)">Remove Stored .Net User Names and Passwords</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/04/04/prevent-applications-from-stealing-focus/" title="Prevent applications from stealing focus (April 4, 2008)">Prevent applications from stealing focus</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/03/24/disable-recent-documents-listing-in-registry/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Disable Recent Documents Listing in Windows</title>
		<link>http://www.ghacks.net/2008/03/24/disable-recent-documents-listing-in-windows/</link>
		<comments>http://www.ghacks.net/2008/03/24/disable-recent-documents-listing-in-windows/#comments</comments>
		<pubDate>Mon, 24 Mar 2008 07:57:18 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[recent documents]]></category>
		<category><![CDATA[registry tips]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[windows tips]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2008/03/24/disable-recent-documents-listing-in-windows/</guid>
		<description><![CDATA[I reviewed the Nirsoft application Recent Files View yesterday which brought two possible privacy leaks to my attention. Windows is keeping a record of files that have been previously opened, to be precise of the 15 most recent files that have been opened and stores them as shortcuts in the hidden folder Recent [My Recent [...]]]></description>
			<content:encoded><![CDATA[<p>I reviewed the Nirsoft application <a href="http://www.ghacks.net/2008/03/23/list-all-recently-accessed-files/">Recent Files View</a> yesterday which brought two possible privacy leaks to my attention. Windows is keeping a record of files that have been previously opened, to be precise of the 15 most recent files that have been opened and stores them as shortcuts in the hidden folder Recent [My Recent Documents] in the user profile.</p>
<p>Maybe you feel the same way I do about this &#8220;feature&#8221; and don&#8217;t need and want it on your system. I managed to find a way to disable it completely which has the effect that Windows is not recording the most recent files that are opened. I first tried to disable it in the Group Policy Editor but it was only possible to reduce it to 1 record which was not sufficient.</p>
<p>I discovered a Registry key however that disables the Recent Documents completely. To access it you need to open the Registry Editor by pressing Windows R, typing regedit and hitting enter.</p>
<p><span id="more-3597"></span>Now navigate to the key HKEY_CURRENT_USER \Software \Microsoft \Windows \CurrentVersion \Policies \Explorer and right-click in the right pane. Select New > Dword and name it NoRecentDocsHistory. Change the value of that setting to 1 to disable the Recent Documents.</p>
<p>I did use Recent Files View to verify that Windows is not storing any information about recently opened documents anymore.</p>

	Tags: <a href="http://www.ghacks.net/tag/privacy/" title="privacy" rel="tag">privacy</a>, <a href="http://www.ghacks.net/tag/recent-documents/" title="recent documents" rel="tag">recent documents</a>, <a href="http://www.ghacks.net/tag/registry-tips/" title="registry tips" rel="tag">registry tips</a>, <a href="http://www.ghacks.net/tag/security/" title="Security" rel="tag">Security</a>, <a href="http://www.ghacks.net/tag/windows-tips/" title="windows tips" rel="tag">windows tips</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/03/24/disable-recent-documents-listing-in-registry/" title="Disable Recent Documents Listing in Registry (March 24, 2008)">Disable Recent Documents Listing in Registry</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/03/12/windows-tip-edit-user-registry-of-other-users/" title="Windows Tip: Edit User Registry of other users (March 12, 2008)">Windows Tip: Edit User Registry of other users</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/04/11/windows-cannot-find-msconfig/" title="Windows Cannot Find Msconfig (April 11, 2009)">Windows Cannot Find Msconfig</a> (7)</li>
	<li><a href="http://www.ghacks.net/2009/04/03/usb-flash-drive-write-protection/" title="USB Flash Drive Write Protection (April 3, 2009)">USB Flash Drive Write Protection</a> (12)</li>
	<li><a href="http://www.ghacks.net/2009/04/12/uk-sensitive-information-need-we-say-more/" title="UK. Sensitive Information. Need We Say More? (April 12, 2009)">UK. Sensitive Information. Need We Say More?</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/03/24/disable-recent-documents-listing-in-windows/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Disable Recent Documents in Word 2007</title>
		<link>http://www.ghacks.net/2008/01/14/disable-recent-documents-in-word-2007/</link>
		<comments>http://www.ghacks.net/2008/01/14/disable-recent-documents-in-word-2007/#comments</comments>
		<pubDate>Mon, 14 Jan 2008 09:37:28 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[excel 2007]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[microsoft-office]]></category>
		<category><![CDATA[office 2007]]></category>
		<category><![CDATA[recent documents]]></category>
		<category><![CDATA[word 2007]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2008/01/14/disable-recent-documents-in-word-2007/</guid>
		<description><![CDATA[The Recent Documents are a comfort function in Office 2007 products such as Word 2007 or Excel 2007 that displays the last 17 documents that you have opened in the applications. You can open that menu when you click on the big - some say huge - Office icon button on the top left corner of the screen.]]></description>
			<content:encoded><![CDATA[<p>The Recent Documents are a comfort function in Office 2007 products such as Word 2007 or Excel 2007 that displays the last 17 documents that you have opened in the applications. You can open that menu when you click on the big &#8211; some say huge &#8211; Office icon button on the top left corner of the screen.</p>
<p>Some users prefer to remove the Recent Documents altogether for several reasons. Maybe the computer is used by more than one user and the profile is shared &#8211; believe me that seems to happen a lot of times in families &#8211; or if you borrow someone a computer without creating a new profile for him or, my favorite, if you want to eliminate the chance that someone could see the Recent Documents on your computer at work.</p>
<p>The amount of Recent Documents that are shown can be changed in the Word options (Excel options..). You can access them from the same menu. Click on the big Office button in the upper left corner and select the Word Options button which is located right under Recent Documents.</p>
<p><span id="more-2851"></span>Click on the Advanced tab in the right menu and scroll down &#8211; way down &#8211; until you find the Display part of the settings. There is an entry entitled &#8220;Show this number of Recent Documents&#8221; and a number next to it. If you change that number to 0 Microsoft Office 2007 will not remember the last used documents and will not display them in the Recent Documents pane anymore.</p>
<p>The Recent Documents entries should get reduced immediately which means that you do not have to manually delete them. But, a big one, this is only valid for the application where you changed it. So, if you change the number of Recent Documents that are shown in Word 2007 you will only reduce it for Word 2007 and not for Excel 2007, Powerpoint 2007 and all the other applications.</p>
<p>There is no global way to handle this which means that you will have to open each application once and change the Recent Documents setting for this application.</p>

	Tags: <a href="http://www.ghacks.net/tag/excel-2007/" title="excel 2007" rel="tag">excel 2007</a>, <a href="http://www.ghacks.net/tag/microsoft/" title="microsoft" rel="tag">microsoft</a>, <a href="http://www.ghacks.net/tag/microsoft-office/" title="microsoft-office" rel="tag">microsoft-office</a>, <a href="http://www.ghacks.net/tag/office-2007/" title="office 2007" rel="tag">office 2007</a>, <a href="http://www.ghacks.net/tag/recent-documents/" title="recent documents" rel="tag">recent documents</a>, <a href="http://www.ghacks.net/tag/word-2007/" title="word 2007" rel="tag">word 2007</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/02/24/official-microsoft-office-pdf-plugin/" title="Official Microsoft Office PDF Plugin (February 24, 2008)">Official Microsoft Office PDF Plugin</a> (11)</li>
	<li><a href="http://www.ghacks.net/2008/05/15/microsoft-office-2007-design-families/" title="Microsoft Office 2007 Design Families (May 15, 2008)">Microsoft Office 2007 Design Families</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/05/24/grab-the-odf-plugin-for-microsoft-office-early/" title="Grab the ODF Plugin for Microsoft Office early (May 24, 2008)">Grab the ODF Plugin for Microsoft Office early</a> (6)</li>
	<li><a href="http://www.ghacks.net/2009/03/20/google-docs-adds-office-excel-2007-xlsx-support/" title="Google Docs Adds Office Excel 2007 XLSX Support (March 20, 2009)">Google Docs Adds Office Excel 2007 XLSX Support</a> (3)</li>
	<li><a href="http://www.ghacks.net/2006/11/29/watch-three-webcasts-get-vista-and-office-for-free/" title="Watch three webcasts get vista and office for free (November 29, 2006)">Watch three webcasts get vista and office for free</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/01/14/disable-recent-documents-in-word-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
