Difference between revisions of "IEExtension"

From SpybotWiki
Jump to: navigation, search
(Usage: added var types)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Outdated SBI|RegyKey}}
+
{{SbiCmdInfo
Searches for the common IE extentions, like menu extentions or explorer bars, with the given parameter as part of the name.
+
|SYNTAX = IEExtension
 +
|PENAME = SpybotSD.exe
 +
|PEVERSION = 1.3 or later
 +
|GROUP = Registry
 +
|MINUPDATE = n/a
 +
|ADVFILEPARAMS = no
 +
|ADVREGPARAMS = no
 +
|ADVBUILDPARAMS = yes (second)
 +
|ADVSPECIALPARAMS = no
 +
}}{{Outdated SBI|RegyKey}}Searches for the common IE extentions, like menu extentions or explorer bars, with the given parameter as part of the name.
  
 
==Usage==
 
==Usage==
  IEExtension:[name of extension or extension clsid],<advanced build parameters>
+
  IEExtension:<extension-name/extension-clsid(string)>[,advanced build parameters]
  
 
===Examples===
 
===Examples===
Line 25: Line 34:
  
 
===Description===
 
===Description===
This command checks various Internet Explorer extensions, from menu extensions over menu buttons to toolbars. Just BHOs are reserved for the [[BrowserHelper]] (and [[BrowserHelperEx]]) command.
+
This command checks various Internet Explorer extensions. For BHOs and toolbars, check the [[BrowserHelper]] and [[BrowserHelperEx]] commands.
# The first parameter specifies a substring of the name or filename of the extension.
+
 
 +
# The first parameter specifies a substring of the name or filename of the extension. [[AlgoPrefix|Algo-Prefixes]] are supported only after 1.5.2. {{AlgoPrefix}}
 
# The second parameter allows to specify [[Advanced build parameters|advanced build parameters]], which basically allow you to run this only on specific IE versions.
 
# The second parameter allows to specify [[Advanced build parameters|advanced build parameters]], which basically allow you to run this only on specific IE versions.
 +
 +
Thanks to [[Advanced registry parameters|advanced registry parameters]], [[RegyKey]] should now be preferred over this command.
 +
 +
===Scan Results===
 +
* The registry key for the extension.
  
 
==See also==
 
==See also==
 
* [[Advanced build parameters]]
 
* [[Advanced build parameters]]
+
* [[AlgoPrefix]]
 +
 
 
===Similar commands===
 
===Similar commands===
 
* [[BrowserHelper]]
 
* [[BrowserHelper]]
 +
* [[BrowserHelperEx]]
 
* [[IELinks]]
 
* [[IELinks]]
  
 
[[Category:SBI Commands]]
 
[[Category:SBI Commands]]

Latest revision as of 16:17, 22 February 2008

IEExtension
Group Registry
Main Application Version 1.3 or later
Required Update n/a
File Parameters no
Registry Parameters no
Build Parameters yes (second)
Special Parameters no
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 RegyKey for a possible alternative command.

Searches for the common IE extentions, like menu extentions or explorer bars, with the given parameter as part of the name.

Usage

IEExtension:<extension-name/extension-clsid(string)>[,advanced build parameters]

Examples

IEExtension:"MyExtension"

This example will detect the following IE extensions:

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MenuExt\Do nothing]
@="D:\\Programme\\MyExtension\\Toolbar\\createnote.htm"

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MenuExt\Still do nothing]
@="D:\\Programme\\MyExtension\\Toolbar\\createbookmark.htm"

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MenuExt\Email nothing]
@="D:\\Programme\\MyExtension\\Toolbar\\emaillink.htm"

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MenuExt\Search using nothing]
@="D:\\Programme\\MyExtension\\Toolbar\\navigate.htm"

[HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\MenuExt\Search using even nothing]

Description

This command checks various Internet Explorer extensions. For BHOs and toolbars, check the BrowserHelper and BrowserHelperEx commands.

  1. The first parameter specifies a substring of the name or filename of the extension. Algo-Prefixes are supported only after 1.5.2. AP
  2. The second parameter allows to specify advanced build parameters, which basically allow you to run this only on specific IE versions.

Thanks to advanced registry parameters, RegyKey should now be preferred over this command.

Scan Results

  • The registry key for the extension.

See also

Similar commands