Difference between revisions of "QuickLaunchIcon"

From SpybotWiki
Jump to: navigation, search
(Usage: added var types)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Searches the quick launch icons for one linking to the given filename.
+
{{SbiCmdInfo
 +
|SYNTAX = QuickLaunchIcon
 +
|PENAME = SpybotSD.exe
 +
|PEVERSION = 1.3 or later
 +
|GROUP = Files
 +
|MINUPDATE = n/a
 +
|ADVFILEPARAMS = yes (third)
 +
|ADVREGPARAMS = no
 +
|ADVBUILDPARAMS = yes (third)
 +
|ADVSPECIALPARAMS = no
 +
}}Searches the quick launch icons for one linking to the given filename.
  
 
==Usage==
 
==Usage==
  QuickLaunchIcon:[link name],[file name],<advanced parameters>
+
  QuickLaunchIcon:<linkname(string)>,<filename(string)>[,advanced file parameters]
  
 
===Examples===
 
===Examples===
  QuickLaunchIcon:"Our malware online.lnk","<$PROGRAMFILES>\OurMalware\Malware Online.url"   
+
QuickLaunchIcon:"Our malware online.lnk","<$PROGRAMFILES>\OurMalware\Malware Online.url"   
  
 
===Description===
 
===Description===
Line 13: Line 23:
  
 
You might want to use File instead, using the <$QUICKLAUNCH> or <$COMMONQUICKLAUNCH> path templates, combined with the path template <$DESKTOP> and the advanced file parameter target[link], unless you depend on the link to find the actual file (in case it uses totally random names in totally random folders, for example).
 
You might want to use File instead, using the <$QUICKLAUNCH> or <$COMMONQUICKLAUNCH> path templates, combined with the path template <$DESKTOP> and the advanced file parameter target[link], unless you depend on the link to find the actual file (in case it uses totally random names in totally random folders, for example).
 +
 +
===Scan Results===
 +
* The link file.
  
 
==See also==
 
==See also==
Line 28: Line 41:
  
 
[[Category:SBI Commands]]
 
[[Category:SBI Commands]]
[[Category:SBI Commands (current)]]
 
[[Category:SBI Commands supporting AlgoPrefix]]
 

Latest revision as of 16:31, 22 February 2008

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

Searches the quick launch icons for one linking to the given filename.

Usage

QuickLaunchIcon:<linkname(string)>,<filename(string)>[,advanced file parameters]

Examples

QuickLaunchIcon:"Our malware online.lnk","<$PROGRAMFILES>\OurMalware\Malware Online.url"  

Description

  1. The name of the link file to detect, no path involved, Algo-Prefixes allowed. AP
  2. The name of the file the link needs to point to, Algo-Prefixes and path templates allowed. AP PT
  3. You should specify advanced file parameters as the third parameter to limit the detection by real file properties, since file names only can be quite ambiguous.

You might want to use File instead, using the <$QUICKLAUNCH> or <$COMMONQUICKLAUNCH> path templates, combined with the path template <$DESKTOP> and the advanced file parameter target[link], unless you depend on the link to find the actual file (in case it uses totally random names in totally random folders, for example).

Scan Results

  • The link file.

See also

Similar commands