Skip to content

A dotnet tool to output the process commandline 用于输出进程的命令行的 dotnet 工具

License

Notifications You must be signed in to change notification settings

dotnet-campus/dotnetCampus.Win32ProcessCommandViewer

Repository files navigation

dotnetCampus.Win32ProcessCommandViewer        中文

Build NuGet

A dotnet tool to output the process commandline.

Install

dotnet tool install -g dotnetCampus.Win32ProcessCommandViewer.Tool

Usage

Output all processes commandline:

pscv

Output special process by process name:

pscv -n [Process Name]

Output special process by process id:

pscv -i [Process Id]