Remove the MRU list from Open/Save dialog boxes

This tweak will remove the Most Recently Used list from all of the generic Windows Open/Save dialog boxes. Please note that the Comdlg32 key may not exist on your system because it is not created by default.

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Comdlg32]
"NoFileMRU"=dword:00000001

Setting it to 1 will remove the MRU list; setting it to 0 will display it in your Open and Save dialog boxes.
» Example Registry Tweak
; Don\'t display the MRU list in Wiindows Open/Save dialog boxes
;
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Comdlg32]
"NoFileMRU"=dword:00000001

Submitted by dstambaugh.
Last updated 2006-04-05 19:56:05 by dstambaugh