Difference between revisions of "MRUList"
(New page: Used mostly for usage tracks, this clears all entries inside a specified registry keys. ==Usage== MRUList:[description],[rootkey],[key],<advanced build parameters> ===Examples=== MRULi...) |
|||
Line 2: | Line 2: | ||
==Usage== | ==Usage== | ||
− | MRUList: | + | MRUList:<description>,<rootkey>,<key>[,advanced build parameters] |
===Examples=== | ===Examples=== | ||
Line 12: | Line 12: | ||
# The second parameter specifies the registry root key. HKEY_CURRENT_USER sounds like a single user here, but actually means that every users registry will be scanned. | # The second parameter specifies the registry root key. HKEY_CURRENT_USER sounds like a single user here, but actually means that every users registry will be scanned. | ||
# The thirs parameter tells the registry key path where all values inside will be cleared. | # The thirs parameter tells the registry key path where all values inside will be cleared. | ||
+ | |||
+ | ===Scan Results=== | ||
+ | * The registry key if found and not empty; this will be cleared, not deleted, upon fixing, and is always a [[Usage tracks]] result. | ||
==See also== | ==See also== |
Revision as of 12:22, 18 February 2008
Used mostly for usage tracks, this clears all entries inside a specified registry keys.
Usage
MRUList:<description>,<rootkey>,<key>[,advanced build parameters]
Examples
MRUList:"Recent file list",HKEY_CURRENT_USER,"\Software\Ahead\Nero - Burning Rom\Recent file list"
Description
Designed for usage tracks, this command will clear a given key by setting all string entries inside it to blank. This avoids problems with programs which would behave faulty if those values would be missing.
- The first parameter should be a description. Use description templates if you want.
- The second parameter specifies the registry root key. HKEY_CURRENT_USER sounds like a single user here, but actually means that every users registry will be scanned.
- The thirs parameter tells the registry key path where all values inside will be cleared.
Scan Results
- The registry key if found and not empty; this will be cleared, not deleted, upon fixing, and is always a Usage tracks result.