HandleFile

From SpybotWiki
Revision as of 13:53, 18 February 2008 by CCRDude (talk | contribs) (New page: Identifies files of running processes using handles they've got opened. ==Usage== HandleFile:<handletype>,<handlename>[,advanced file parameters] ===Examples=== HandleFile:"file","\Tes...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Identifies files of running processes using handles they've got opened.

Usage

HandleFile:<handletype>,<handlename>[,advanced file parameters]

Examples

HandleFile:"file","\Test\HelloWorld.txt"

Identifies the process that currently has an open file handle to, for example, C:\Test\HelloWorld.txt.

Description

  1. This can be either a valid handle type name, or anything else to scan for all handle types. The handle type names supported here are, case-insensitive (please keep them lowercase anyway):
    • mutex
    • file
    • semaphor
  2. Specify the name of the handle as second parameter. AP
  3. Advanced file parameters may further limit down the list of matches to avoid ambiguous names. One special parameter here is rescan, which set to 1 will re-read the list of handles.

Scan Results

  • Identified files.

See also

Similar commands