IEExtension

From SpybotWiki
Revision as of 17:25, 16 February 2008 by CCRDude (talk | contribs)
Jump to: navigation, search
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, from menu extensions over menu buttons to toolbars. Just BHOs are reserved for the BrowserHelper (and BrowserHelperEx) command.

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

See also

Similar commands