Find the CLI arguments for a running process


Here is a quick tip I just ran across. If you want to find out the CLI command used to run a program try the following.

Open Task Manager and select the Details tab

Look in the column marked Command Line. If it is not there then right-click on any column title and hit Select Columns, then check the Command Line selection.

Scroll down until you see the program you are looking for.

Leave a comment