WinSecCenter

From SpybotWiki
Revision as of 14:03, 18 February 2008 by CCRDude (talk | contribs) (New page: Identifies ''Windows Security Center'' entries. ==Usage== WinSecCenter:<type>,<field>,<data> ===Examples=== WinSecCenter:"av","guid","{3207EF9A-E64B-40A0-B897-3F2B9D794816}" Detects a...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Identifies Windows Security Center entries.

Usage

WinSecCenter:<type>,<field>,

Examples

WinSecCenter:"av","guid","{3207EF9A-E64B-40A0-B897-3F2B9D794816}"

Detects and removes an antivirus application that has the specified GUID.

Description

Anti virus entries are supported by WSC starting with XP, anti spyware entries starting with Vista.

  1. The first parameter defines the type of application to detect. The two types currently supported are
    • av (anti virus application)
    • as (anti sypware application)
  2. The second parameter specifies the field to look up, which only has only possible value, guid, as of now.
  3. The third parameter contains the data to detect, which since only GUIDs are supported right now, needs to be one such. This is a strict matching, no Algo-Prefix yet.

Scan Results

  • Only a status report, the plugin structure currently doesn't allow a custom fixing type, so the entry will be removed immediately during the scan.

See also

Similar commands