Difference between revisions of "QuickLaunchIconByLink"
(→Description) |
|||
Line 8: | Line 8: | ||
QuickLaunchIconByLink:"\spyware.exe","1" | QuickLaunchIconByLink:"\spyware.exe","1" | ||
− | This example searches for quick launch icons pointing to any ''spyware.exe''. | + | This example searches for quick launch icons pointing to any ''spyware.exe''. This example searches for any desktop icon pointing to any ''spyware.exe''. Scanned are both ''.lnk'' and ''.url'' files. |
===Description=== | ===Description=== | ||
# The first parameter is used to identify the link target filename, either complete or partial (see second parameter). {{AlgoPrefix}} {{PathTemplates}} | # The first parameter is used to identify the link target filename, either complete or partial (see second parameter). {{AlgoPrefix}} {{PathTemplates}} | ||
− | # If you specify ''11'' as the second parameter (aka ''true''), the first needs to be a part of the full filename only. Specifying ''0'' means you' | + | # If you specify ''11'' as the second parameter (aka ''true''), the first needs to be a part of the full filename only. Specifying ''0'' means you'll be allowed to use [[AlgoPrefix|Algo-Prefixes]], the recommended way. |
# As usual, you should specify [[Advanced file parameters|advanced file parameters]] to avoid trouble resulting from ambiguous filenames. This can be done in the third parameter. | # As usual, you should specify [[Advanced file parameters|advanced file parameters]] to avoid trouble resulting from ambiguous filenames. This can be done in the third parameter. | ||
You might want to use [[File]] instead, using the ''<$QUICKLAUNCH>'' or ''<$COMMONQUICKLAUNCH>'' [[Path templates|path templates]], combined with the [[Path templates|path template]] ''<$DESKTOP>'' and the [[Advanced file parameters|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|path templates]], combined with the [[Path templates|path template]] ''<$DESKTOP>'' and the [[Advanced file parameters|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 or URL file. | ||
==See also== | ==See also== |
Revision as of 10:34, 18 February 2008
This SBI command is outdated and will probably not be supported in Spybot-S&D 2.0. As of yet, it is unclear whether an automated conversion path exists. Automated conversion paths may also be less sufficient than a manual upgrade. We recommend that you take a look at File for a possible alternative command. |
Searches the quick launch icons for one linking to the given filename.
Usage
QuickLaunchIconByLink:[link contents],[(boolean)partial],<advanced file parameters>
Examples
QuickLaunchIconByLink:"\spyware.exe","1"
This example searches for quick launch icons pointing to any spyware.exe. This example searches for any desktop icon pointing to any spyware.exe. Scanned are both .lnk and .url files.
Description
- The first parameter is used to identify the link target filename, either complete or partial (see second parameter). AP PT
- If you specify 11 as the second parameter (aka true), the first needs to be a part of the full filename only. Specifying 0 means you'll be allowed to use Algo-Prefixes, the recommended way.
- As usual, you should specify advanced file parameters to avoid trouble resulting from ambiguous filenames. This can be done in the third parameter.
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 or URL file.