vote up 2 vote down star

Does Windows store a list of recently-visited directories somewhere in the registry, or in Docs & Settings?

flag
Is your problem specific to a version of Windows? – Eight Days of Malaise Nov 9 at 6:52
1  
Why do you cross-post : stackoverflow.com/questions/1699361/… – harrymc Nov 9 at 7:04
2  
...because people don't read the FAQs and the folks at SO tend to comment like "you should ask your question here www.superuser.com" rather than "you should have asked .. it will be moved"... :-( (It's a multipost by the way; much worse than an old school crosspost.) – Arjan van Bentem Nov 9 at 7:56

2 Answers

vote up 2 vote down

Windows Explorer does keep such a list in the registry, if not turned off.

The article How to Remove Unwanted Items from Addressbar History in Windows Explorer? shows how to access this list stored in

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\TypedPaths

Windows keeps lots of lists about your activities. If you're concerned about it, here's a commercial product that cleans up everything : Clear All History. Its following screenshot might serve as a demonstration of which history is kept about your actions:

image

link|flag
vote up 0 vote down

Under Windows XP:

  1. The %USERPROFILE%\Recent\ folder, where %USERPROFILE% is something like "C:\Documents and Settings\yourname". This folder contains shortcuts of recently visited files.

  2. This registry entry contains the ordered file list:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\OpenSaveMRU

Not sure about Windows Vista and Windows 7, but they should be the same.

link|flag

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.