Difference between revisions of "IEExtension"

From SpybotWiki
Jump to: navigation, search
(added info box)
(Usage: added var types)
 
Line 12: Line 12:
  
 
==Usage==
 
==Usage==
  IEExtension:<name of extension or extension clsid>[,advanced build parameters]
+
  IEExtension:<extension-name/extension-clsid(string)>[,advanced build parameters]
  
 
===Examples===
 
===Examples===

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