; DELMRU.INF BY MIKE BURGESS [Microsoft MVP] ; Email winhelp98@home.com ; ********************************************************************* ; Deletes the most common Win98/ME MRU list ; - See Additional Notes below. ; All of the keys 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\Cover Page Editor\Recent Files List" HKCU,"Software\Microsoft\Fax Viewer\Recent File List" HKCU,"Software\Microsoft\Dependency Walker\Recent File List" ; ******* The below section dedicated to FrontPage 2000 ******* HKCU,"Software\Microsoft\FrontPage\Editor\Insert Hyperlink\Recently Used URLs" HKCU,"Software\Microsoft\FrontPage\Editor\Insert Image\Recently Used URLs" HKCU,"Software\Microsoft\FrontPage\Explorer\FrontPage Explorer\Recent Page List" HKCU,"Software\Microsoft\Excel\7.0\Recent File List" HKCU,"Software\Microsoft\Excel\7.0\Recent File List" HKCU,"Software\Microsoft\MediaPlayer\Player\RecentFileList" HKCU,"Software\Microsoft\MSE\9.0\FileMRUList" HKCU,"Software\Microsoft\Office\9.0\PhotoDraw\Recent File List" 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\ComDlg32\LastVisitedMRU" HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\OpenSaveMRU" HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Doc Find Spec MRU" HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\FindComputerMRU" HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\PrnPortsMRU" HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\RecentDocs" HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU" HKCU,"Software\Microsoft\Internet Explorer\TypedURLs" HKCU,"Software\Microsoft\Picture It! Express\2.0\Recent File List" HKCU,"Software\Microsoft\WebPost\SrcMRU" HKCU,"Software\Microsoft\Microsoft Image Composer\Recent File List" HKCU,"Software\Microsoft\directshow\dshow\RecentURLList" HKCU,"InstallLocationsMRU" HKCU,"Software\Kodak\Imaging\Recent File List" [AddTemps] ; ************************************************************* ; ; Additional notes: ; Lines with a semicolon and a space are considered comments ; and these lines are ignored. To disable any of the above entries from ; being removed- place a semi-colon and a space in front of desired line. ; ; Entries to be deleted by this file-if not found will be ignored.