Terminal tool targeted for Windows, its purpose is to find the full list of parent processes based on supplied PIDs or process names by stdin.
-
.\fpprocess.exe 4
-
.\fpprocess.exe System
-
.\fpprocess.exe eldenring steam
-
Get process info from the first process named 'msedgewebview2' then from PID '4' and last from the first process named 'svchost' .
.\fpprocess.exe msedgewebview2 4 svchost
-
Get process info from the first process named 'fpprocess' then from the first process named 'winlogon' specifying output with no color.
.\fpprocess.exe fpprocess winlogon --no-color
-
.\fpprocess.exe 1420 -i 1500
-
.\fpprocess.exe conhost MiniSearchHost dllhost >> hostingProcesses.txt
-
.\fpprocess.exe -i 10000 1420 >> wininitProcess.txt
(Extra) You can add it to PATH to use it on any working directory by just typing fpprocess.
- Search "edit ENV" on windows.
- Open the result.
- Follow this actions: User Variables For "Your Username">Edit>New.
- To end add the destination path for the installation.
- Download last release.
- Unzip 'fpprocess-v1.x.x.7z'.
- Move ALL the contents together to their final destination.
- Use it on your terminal!
-
Install-Package fpprocess -Version 1.1.1
-
dotnet add package fpprocess --version 1.1.1
-
<PackageReference Include="fpprocess" Version="1.1.1" />
-
paket add fpprocess --version 1.1.1
-
#r "nuget: fpprocess, 1.1.1"
-
// Install fpprocess as a Cake Addin #addin nuget:?package=fpprocess&version=1.1.1 // Install fpprocess as a Cake Tool #tool nuget:?package=fpprocess&version=1.1.1
-
pip install git+git://github.com/Papishushi/fpprocess.git
-
Clone the repo
git clone git@github.com:Papishushi/fpprocess.git
-
Open the .sln on VS or use dotnet CLI to build the project
dotnet build --configuration Release fpprocess.sln
-
Get the final compiled binaries on the directory bin\Release\net6.0-windows10.0.22000.0\