Support this page! |
Departments |
More dirt on the Recent Documents list This material was cut from the book for length. It originally appeared Chapter 7, "Gosh! This is Embarrassing!" Where the recent files really lurk in Windows 98/Me The My Documents menu is merely a list of shortcut files. Windows creates these shortcuts every time you open a document with the File The shortcut files are kept stowed away in a hidden folder called Recent, which is located in the Windows folder. Here's how to display its contents:
(Select the option to display the folder's contents, should Windows ask you.) The Recent folder is a hidden folder. If you've directed Windows to display hidden folders, then skip up to the next step. Otherwise you need to direct Windows to display hidden files (which is a good thing for troubleshooters anyway):
Either way, the Folder Options dialog box appears.
The hidden files show up along with other icons in the window, though they have a faint, ghostlike appearance. This is where Windows stores the shortcut icons that end up as items in the My Documents sub menu. If you've just cleared that menu, then this folder will be empty. Otherwise it's full of shortcuts, which you can freely delete to remove specific items from the My Documents submenu.
The My Documents folder now reads "Empty" when you display its contents. But, alas, remember that this is a temporary solution; the next time you go to open a document or even preview an image, there the filename goes! A sneaky way to clear the folder Now here is a trick you can use to create an icon that automatically flushes the contents of the Recent folder, which therefore clears out the My Documents submenu. The following steps create an old fashioned DOS batch file, which can be used to in a flash dump the contents of the Windows\Recent folder and immediately clear the My Documents submenu. Pay careful attention to these steps:
@ECHO OFF C: CD \WINDOWS\RECENT ECHO Y | IF EXIST *.* DEL *.*
Fix any errors as necessary. Yes, that's At-sign, then ECHO OFF. The letter C and a colon. Backslashes before WINDOWS and RECENT in line 3. Note that the last line uses the pipe character, |, which you get by pressing Shift+\ on your keyboard
Remember to end the filename with .BAT (period BAT). There is no period at the end of the filename.
Now you should notice the Clear My Documents Menu icon on the desktop, which you can use to manually clear the My Documents menu.
The program should run and finish, clearing the My Documents menu for you. It does that by deleting any shortcut files it finds in the \Windows\Recent folder.
This program saves a few steps over having to fumble through various dialog boxes to get to the Clear button. But it is complex; if it doesn't work, then carefully compare the text you were supposed to type (above) with the text you find in the file on the desktop. That's usually where the mistakes will happen.
The ugly truth about recent documents in Windows XP The sad part about removing the My Recent Documents list is that it's superficial only. Windows XP still continues to track every dang doodle document you open, all the time, without hesitation. It's ugly. And as far as I know, it cannot be turned off. For each account in Windows XP, a record is kept of links to all files opened. This is kept in your account's folder on drive C, in a secret folder named Recent. Here's how to get there:
On my computer, the account is named Dan Gookin. This is weird, because that just happens to be my name. The folder contains other folders which hold information specific to your account. There is your own Favorites list, for example. As well as custom items you've added to the Start menu or Desktop. It's your private stash! There are hidden menus in the folder as well, and you need to see the hidden folders if you plan on continuing. If you cannot see the hidden folders (Application Data, My Recent Documents, SendTo, and so on), then follow these steps to show them:
(It doesn't look like a folder, but it is.)
And there is the complete list of recently opened files, all appearing as shortcut icons. Dang!
Yes, they're all shortcut icons so you can freely delete them and not cause any catastrophes to you, your computer or your love life.
Of course, you don't have to delete any of the files. They only show up when the My Recent Documents list appears on the Start menu. Of course, other users on the system can snoop into your folder if they're clever enough. Hmmm. Better delete them if you fear your reputation will be compromised!
|
![]() | If you find this page useful |