0.1.4 • Published 9 years ago

sysinternals v0.1.4

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

sysinternals Build Status

Tools for managing Windows Sysinternals utilities

Install

$ npm install --global sysinternals

Usage

$ sysinternals --help

  Usage
    $ sysinternals <command> [parameters]

  Examples of usage
    $ sysinternals -f psfile
    ┌──────────┬──────────────────────────────────────────────────────────────────────┐
    │ Title    │ PsFile                                                               │
    ├──────────┼──────────────────────────────────────────────────────────────────────┤
    │ Desc     │ See what files are opened remotely.                                  │
    ├──────────┼──────────────────────────────────────────────────────────────────────┤
    │ Command  │ psfile                                                               │
    ├──────────┼──────────────────────────────────────────────────────────────────────┤
    │ Location │ C:/ProgramData/chocolatey/bin/psfile.exe                             │
    └──────────┴──────────────────────────────────────────────────────────────────────┘

    $ sysinternals -l
    Lists all available Sysinternals utilities with details

  Commands
    -f, --find <keyword>    Finds tools by keyword (description or part of name)
    -l, --list              Lists all available Sysinternals utilities with details
    -h, --help              Shows help
    -v, --version           Shows version

License

MIT © Peter Sandor