CLSID

From SpybotWiki
Revision as of 14:27, 17 February 2008 by CCRDude (talk | contribs)
Jump to: navigation, search

Searches the registry for a class with the given name.

Usage

CLSID:[class name],<filename,<advanced file parameters>>

Examples

CLSID:"Dummy Class"

This easy example would detect the following class:

[HKEY_CLASSES_ROOT\CLSID\{11223344-5566-7788-9900-AABBCCDDEEFF}]
@="Dummy Class"

Description

Please do use RegyKey wherever the CLSID GUID itself is static; this command is reserved to identifying class IDs that are random and cn be identified only by their class name, or where you need to specify attributes of the associated file.

  1. The first mandatory parameter simply specified the exact name of the class.
  2. The second, optional paraeter allows you to specify a file the class needs to point to to be flagged.
  3. The third parameter may only be specified if the second one is as well; it allows you to further limit the results down to classes for files that match certain advanced file parameters.

See also

Similar commands