Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 03-30-2012, 01:36 AM
berserker berserker is offline Disable Microsoft Office 2000 Recent Documents Completely Windows XP Disable Microsoft Office 2000 Recent Documents Completely Office 2000
Novice
Disable Microsoft Office 2000 Recent Documents Completely
 
Join Date: Mar 2012
Posts: 2
berserker is on a distinguished road
Default Disable Microsoft Office 2000 Recent Documents Completely

To completely prevent Office 2000 programs from creating recent document links, use the Microsoft NUL device as the target. Requires editing the registry. (see http://en.wikipedia.org/wiki/NUL: for a simple explanation of the nul device)



Office creates the recent doc links in the "C:\Documents and Settings\{username}\Application Data\Microsoft\Office\Recent" directory.

To prevent this behavior change the destination directory to NUL in the registry. Then the "Recent" folder and all its recent document links can be deleted and will not be recreated.

Code:
HKEY_CURRENT_USER\Software\Microsoft\Office\9.0\Common\General
Navigate to the above key using a registry editor, and change the data in the RecentFiles value to NUL (in my install the original value was "recent")


----- OR -------


save the following 3 lines to a file (copy and paste into a text file), right click on the saved file, and select "merge" to install:

Code:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Office\9.0\Common\General]
"RecentFiles"="NUL"
Notes:
  • Has only been tested with an Office 2000 install. MAY also work with Office 2003 (change the 9.0 to 11.0 in above registry references)
  • If the RecentFiles value is made empty (not changed to NUL), Offfice dumps recent documents links in the office directory
  • If the RecentFiles value is deleted, Office re-creates and uses the default "recent" directory again
Reply With Quote
  #2  
Old 03-31-2012, 07:05 PM
macropod's Avatar
macropod macropod is offline Disable Microsoft Office 2000 Recent Documents Completely Windows 7 64bit Disable Microsoft Office 2000 Recent Documents Completely Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 21,956
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

Hi berserker,

Unecessarily editing the Registry isn't a wise thing to do and I'm not sure what the value of this is, given that you can set the recent-document count to 0 for any version of any Office program. And yes, you'd need to change the path reference for other Office versions.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote
  #3  
Old 04-01-2012, 03:29 PM
berserker berserker is offline Disable Microsoft Office 2000 Recent Documents Completely Windows XP Disable Microsoft Office 2000 Recent Documents Completely Office 2000
Novice
Disable Microsoft Office 2000 Recent Documents Completely
 
Join Date: Mar 2012
Posts: 2
berserker is on a distinguished road
Default

Quote:
Originally Posted by macropod View Post
Hi berserker,

Unecessarily editing the Registry isn't a wise thing to do and I'm not sure what the value of this is, given that you can set the recent-document count to 0 for any version of any Office program. And yes, you'd need to change the path reference for other Office versions.
Hello Macropod.

Setting the recent-document count to 0 (at least for Office 2000) just hides the recent files list from the user in the Office program interface. The office programs still create the files on disk when a document is opened.

I don't want the files being created at all - they are annoying and a security/privacy risk (if you're wondering, I don't use the "cloud" either.)

(I shouldn't have to run cleanup programs, scripts, or batches to correct what shouldn't be an issue in the first place. Also I use Everything - a real time disk indexer/searcher to find most of my documents prior to editing, and I see the .lnk recent document shortcut files appearing every time I open a document with an office program - it messes with my workflow as it bumps and confuses the searchlist in realtime.

The simple regedit fixes all the above.
Reply With Quote
  #4  
Old 04-01-2012, 04:59 PM
macropod's Avatar
macropod macropod is offline Disable Microsoft Office 2000 Recent Documents Completely Windows 7 64bit Disable Microsoft Office 2000 Recent Documents Completely Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 21,956
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

Quote:
Originally Posted by berserker View Post
Setting the recent-document count to 0 (at least for Office 2000) just hides the recent files list from the user in the Office program interface. The office programs still create the files on disk when a document is opened.
All you're doing is killing of the recent document shortcuts. Those files don't contain any actual data. Word creates numerous other files (eg *.tmp, *.asd) regardless of what you do to the recent files setting.
Quote:
I don't want the files being created at all - they are annoying and a security/privacy risk
As I said those files are just shortcuts with no data; what's the supposed security risk? Only that someone with access to your user account can see what files you've been working on. If there's any security issue here, it's that your user account isn't properly secured.
Quote:
(I shouldn't have to run cleanup programs, scripts, or batches to correct what shouldn't be an issue in the first place. Also I use Everything - a real time disk indexer/searcher to find most of my documents prior to editing, and I see the .lnk recent document shortcut files appearing every time I open a document with an office program - it messes with my workflow as it bumps and confuses the searchlist in realtime.
If you need a 3rd-party program to find your documents prior to editing, that suggests you've got some file management issues to deal with.
Quote:
The simple regedit fixes all the above.
All it does is delete a set of shortcuts. Big deal. If you don't set the MRU count to 0 in every Office program, anyone can still see what you've been working on. Of course, if you do, that helps explain why you then need a 3rd-party program to find your files. Seems like you've made a rod for your own back and you're now trying to find ways of making it less painful.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote
Reply

Tags
office2000, office2k, recent documents

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Recent Documents List DrDOS Excel 10 03-25-2012 01:36 PM
Recent Documents not showing og2471 Office 6 02-18-2012 02:23 PM
Disable Microsoft Office 2000 Recent Documents Completely Recent Documents guybc Excel 5 01-26-2011 01:23 PM
Recent Documents bhalliday Word 0 04-18-2010 11:12 AM
Disable Microsoft Office 2000 Recent Documents Completely Microsoft Office 2000 Professional Disk 2 Keithuk Office 1 03-01-2009 10:41 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 05:30 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft