How do I clear the most recent used file list MRU in Photo Editor 3.0.
Thank You
reghakr
07-08-2001, 02:23 AM
Not sure where Photo editor is located, but use this .inf example as a pattern to make your own:
=========BEGIN CUT===================
; DELMRU.INF BY CUSTOM CONCEPTS
; Email knows98@aol.com
; Deletes the most common Win98 MRU list
; - See Additional Notes below.
; All of the keys that this .inf file deletes are
; self-creating and will return as needed.
[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\Excel\7.0\Recent File List"
HKCU,"Software\Microsoft\Excel\7.0\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 \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\Windows\CurrentVersion\Explorer \StreamMRU"
HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer \Streams"
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\FrontPage Editor\Recent File List"
HKCU,"Software\Microsoft\FrontPage\Editor\Insert Hyperlink\Recently Used URLs"
HKCU,"Software\Microsoft\FrontPage\Editor\Insert Image\Recently Used URLs"
HKCU,"Software\Microsoft\FrontPage\Editor\Recently Used URLs"
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]
; Example:
; HKCU,"Software\Symantec\Internet FastFind\Notify\Default\Adaptec","EventLog0",4,
; To remove\delete specific values in a key:
; you must add the value using the flag FLG_ADDREG_DELVAL who's value is 4,
; The [AddTemps] section removes only the specified value from a key
;
; Additions must use the format: MainRegistryKey.
; "Subkey","ValueToDelete",4.
;
; Note: The trailing comma at the end of each entry is mandatory
; and if missing will cause problems.
; ************************************************** ************
; Valid MainRegistryKey abbreviations are:
; HKCR = Hkey_Classes_Root
; HKCU = Hkey_Current_User
; HKLM = Hkey_Local_Machine
; HKU = Hkey_Users
; ************************************************** ***********
; Additional notes:
; Lines with a semicolon and a space are considered comments
; and these lines are ignored.
;
; To execute this file: in Explorer - right-click (this file)
; Select Install from the Menu.
;
; Entries to be deleted by this file-if not found will be ignored.
===============END CUT================
reghakr
Powered by vBulletin™ Version 4.1.0 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.