JSI Tip 5415. How do I remove previous files from the common open dialog or prevent it from recording file activity?

Jerold Schulman

June 11, 2002

1 Min Read
ITPro Today logo in a gray background | ITPro Today

Windows Explorer common Open / Save As dialogue boxes provide a most-recently-used (MRU) list and an AutoComplete list of previously entered names.

The MRU list is stored by file type at HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorerComDlg32OpenSaveMRU. You can delete any extension sub-key or remove individual Value Names, as longs as you rename the Value Names so that the remaining ones start with a and have no missing entries in the sequence. You must also adjust the MRUList to reflect the remaining Value Names.

You can use Group Policy to prevent the MRU list from appearing in the common open dialog by navigating to
User Configuration / Administrative Templates / Windows Components / Windows Explorer / Common Open File Dialog.
Double-click the Hide the dropdown list of recent files, press Enabled, Press OK, and exit the group policy.

You can use the Registry to accomplish this task. Copy / Paste the following to a NoFileMRU.reg file and Merge it with your registry:

REGEDIT4

[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesComdlg32]
"NoFileMru"=dword:00000001

See Managing the Windows 2000 Common Open dialog box.

To prevent the AutoComplete list from appearing, turn off AutoComplete:

1. Use Internet Explorer to open Internet Options on the Tools menu.

2. Press the AutoComplete button on the Content tab.

3. Clear the Web addresses check box and press OK.

4. Select the Advanced tab and clear the Use inline AutoComplete box. Press OK.



Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like