; DelExplorerMRU.inf ; Created by: Mike Burgess Microsoft MVP ; http://mvps.org/winhelp2002/ ; Deletes the Windows Explorer Recent File List ; ; All of the registry entries that this .inf file deletes ; are self-creating and will return as needed. ; ; To execute this file: in Explorer - right-click (this file) ; Select Install from the Menu. [version] signature="$CHICAGO$" [DefaultInstall] DelReg=DelTemps AddReg=AddTemps [DelTemps] HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32" HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\RecentDocs" HKCU,"Software\Microsoft\Search Assistant\ACMru" HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Wallpaper\MRU" HKCU,"Software\Microsoft\Internet Explorer\TypedURLs" HKCU,"Software\Microsoft\Windows\CurrentVersion\Applets\Paint\Recent File List" HKCU,"Software\Microsoft\Windows\CurrentVersion\Applets\Wordpad\Recent File List" HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\FindComputerMRU" HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\PrnPortsMRU" HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU" HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Doc Find Spec MRU" HKCU,"Software\Kodak\Imaging\Recent File List" HKCU,"Software\Microsoft\Internet Explorer\TypedURLs" ; removes the "tips of the day" - if the semicolon is removed ; HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Tips" ; now recreate the keys to save rebooting [AddTemps] HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32" HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\LastVisitedMRU" HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\OpenSaveMRU" HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\RecentDocs" HKCU,"Software\Microsoft\Search Assistant\ACMru" HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Wallpaper\MRU" HKCU,"Software\Microsoft\Internet Explorer\TypedURLs" HKCU,"Software\Microsoft\Windows\CurrentVersion\Applets\Paint\Recent File List" HKCU,"Software\Microsoft\Windows\CurrentVersion\Applets\Wordpad\Recent File List" HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\FindComputerMRU" HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\PrnPortsMRU" HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU" HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Doc Find Spec MRU" HKCU,"Software\Kodak\Imaging\Recent File List" HKCU,"Software\Microsoft\Internet Explorer\TypedURLs" ; now recreate the key - if the semicolon is removed ; HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Tips"