Difference between revisions of "MRUList"

From SpybotWiki
Jump to: navigation, search
(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...)
 
(Examples: even more generic)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
Used mostly for usage tracks, this clears all entries inside a specified registry keys.
+
{{SbiCmdInfo
 +
|SYNTAX = MRUList
 +
|PENAME = SpybotSD.exe
 +
|PEVERSION = 1.3 or later
 +
|GROUP = Registry
 +
|MINUPDATE = n/a
 +
|ADVFILEPARAMS = no
 +
|ADVREGPARAMS = no
 +
|ADVBUILDPARAMS = yes (fourth)
 +
|ADVSPECIALPARAMS = no
 +
}}Used mostly for usage tracks, this clears all entries inside a specified registry keys.
  
 
==Usage==
 
==Usage==
  MRUList:[description],[rootkey],[key],<advanced build parameters>
+
  MRUList:<description(string)>,<rootkey(enum)>,<key(string)>[,advanced build parameters]
  
 
===Examples===
 
===Examples===
  MRUList:"Recent file list",HKEY_CURRENT_USER,"\Software\Ahead\Nero - Burning Rom\Recent file list"
+
  MRUList:"Recent files",HKEY_CURRENT_USER,"\Software\Ahead\Example.com\RecentFiles"
  
 
===Description===
 
===Description===
Line 11: Line 21:
 
# The first parameter should be a description. Use [[Description templates|description templates]] if you want.
 
# The first parameter should be a description. Use [[Description templates|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 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 third 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==
Line 21: Line 34:
  
 
[[Category:SBI Commands]]
 
[[Category:SBI Commands]]
[[Category:SBI Commands (current)]]
 

Latest revision as of 16:24, 22 February 2008

MRUList
Group Registry
Main Application Version 1.3 or later
Required Update n/a
File Parameters no
Registry Parameters no
Build Parameters yes (fourth)
Special Parameters no

Used mostly for usage tracks, this clears all entries inside a specified registry keys.

Usage

MRUList:<description(string)>,<rootkey(enum)>,<key(string)>[,advanced build parameters]

Examples

MRUList:"Recent files",HKEY_CURRENT_USER,"\Software\Ahead\Example.com\RecentFiles"

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.

  1. The first parameter should be a description. Use description templates if you want.
  2. 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.
  3. The third 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

Similar commands