![]() |
#1
|
|||
|
|||
![]()
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 ----- 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"
|
Tags |
office2000, office2k, recent documents |
Thread Tools | |
Display Modes | |
|
![]() |
||||
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 |
![]() |
guybc | Excel | 5 | 01-26-2011 01:23 PM |
Recent Documents | bhalliday | Word | 0 | 04-18-2010 11:12 AM |
![]() |
Keithuk | Office | 1 | 03-01-2009 10:41 AM |