Difference between revisions of "SharedDLL"

From SpybotWiki
Jump to: navigation, search
m (added info box, fixes usage)
Line 1: Line 1:
{{Outdated SBI|RegyValue}}
+
{{SbiCmdInfo
Looks wether the given file is registered with Windows as a shared DLL.
+
|SYNTAX = SharedDLL
 +
|PENAME = SpybotSD.exe
 +
|PEVERSION = 0.95 or later
 +
|GROUP = Registry
 +
|MINUPDATE = n/a
 +
|ADVFILEPARAMS = yes (second)
 +
|ADVREGPARAMS = no
 +
|ADVBUILDPARAMS = yes (second)
 +
|ADVSPECIALPARAMS = no
 +
}}{{Outdated SBI|RegyValue}}Looks wether the given file is registered with Windows as a shared DLL.
  
 
==Usage==
 
==Usage==
  SharedDLL:[Part of name of entry (filename)],<advanced file parameters>
+
  SharedDLL:<library name(string)>[,advanced file parameters]
  
 
===Examples===
 
===Examples===

Revision as of 14:13, 22 February 2008

SharedDLL
Group Registry
Main Application Version 0.95 or later
Required Update n/a
File Parameters yes (second)
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 RegyValue for a possible alternative command.

Looks wether the given file is registered with Windows as a shared DLL.

Usage

SharedDLL:<library name(string)>[,advanced file parameters]

Examples

SharedDLL:library.dll

Description

Tests for values in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDlls\.

  1. The first parameter can be any part of the whole key name, but should be descriptive. PT
  2. The second parameter may contain advanced file parameters.

Using a RegyValue and File would do the same, unless you had a totally random path to the file.

Scan Results

  • The registry value.
  • The associated file.

See also

Similar commands