Difference between revisions of "IEExtension"

From SpybotWiki
Jump to: navigation, search
Line 3: Line 3:
  
 
==Usage==
 
==Usage==
  IEExtension:[name of extension or extension clsid],<advanced build parameters>
+
  IEExtension:<name of extension or extension clsid>[,advanced build parameters]
  
 
===Examples===
 
===Examples===
Line 25: Line 25:
  
 
===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]]

Revision as of 11:04, 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 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:<name of extension or extension clsid>[,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