Difference between revisions of "DesktopIcon"

From SpybotWiki
Jump to: navigation, search
(New page: ==Usage== DesktopIcon:[link name],[file name],<advanced file parameters> ===Examples=== ===Description=== ==See also== * Advanced file parameters ===Similar commands=== * [[D...)
 
Line 1: Line 1:
 
+
Searches the desktop icons for one linking to the given filename.
  
 
==Usage==
 
==Usage==
Line 5: Line 5:
  
 
===Examples===
 
===Examples===
   
+
DesktopIcon:"Our malware online.lnk","<$PROGRAMFILES>\OurMalware\Malware Online.url"  
  
 
===Description===
 
===Description===
 +
# The name of the link file to detect, no path involved, [[AlgoPrefix|Algo-Prefixes]] allowed.
 +
# The name of the file the link needs to point to, [[AlgoPrefix|Algo-Prefixes]] and [[Path templates|path templates]] allowed.
 +
# You should specify [[Advanced file parameters|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 <$DESKTOP> 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).
  
 
==See also==
 
==See also==
* [[Advanced file parameters]]
+
* [[AlgoPrefix]]
 +
* [[Advanced file parameters]]
 +
* [[Path templates]]
  
 
===Similar commands===
 
===Similar commands===
 
* [[DesktopIconByLink]]
 
* [[DesktopIconByLink]]
* [[QuickLaunchItem]]
+
* [[File]]
* [[QuickLaunchItemByLink]]
+
* [[QuickLaunchIcon]]
 +
* [[QuickLaunchIconByLink]]
 
* [[StartmenuItem]]
 
* [[StartmenuItem]]
 
* [[StartmenuItemByLink]]
 
* [[StartmenuItemByLink]]
Line 21: Line 29:
 
[[Category:SBI Commands]]
 
[[Category:SBI Commands]]
 
[[Category:SBI Commands (current)]]
 
[[Category:SBI Commands (current)]]
[[Category:ToDo]]
+
[[Category:SBI Commands supporting AlgoPrefix]]

Revision as of 09:48, 17 February 2008

Searches the desktop icons for one linking to the given filename.

Usage

DesktopIcon:[link name],[file name],<advanced file parameters>

Examples

DesktopIcon:"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.
  2. The name of the file the link needs to point to, Algo-Prefixes and path templates allowed.
  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 <$DESKTOP> 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).

See also

Similar commands