0

If I've got a program open, for example notepad this.txt, how can I get the full command line of this application including the arguments which was used to launch the program?

Ideally, I'd like a way which supports copying, as this command is quite long.

kiri
  • 997

2 Answers2

3

I found this solution:

  1. Download Process Explorer from here: http://technet.microsoft.com/en-us/sysinternals/bb896653
  2. Run the procexp.exe file.
  3. Locate the name of the process you want the command line of.
  4. Right click → Properties
  5. The command line is then shown in the "Command line:" field.
kiri
  • 997
1

Open task manager. Click Processes. Click view, select columns. Choose command line from the list

Canadian Luke
  • 24,640