This application was made as a way to list the processes running in a Windows system. At some point I will add a functionality to filter the processes found by name, but for now it only lists all running processes and prints them.
Under the hood, this application uses tasklist
in the command prompt.
Run the application. No configuration or command line parameters needed.
go-list-prc.exe