Windows

Display application’s path of running process in Windows

Normally you use Task Manager to see which processes are running, but from that you don’t know which application they belong to. Luckily, with these simple commandlines, you can easily see the full path of the process’s application 1. Start –> Run –> CMD 2. Enter the command line: WMIC /OUTPUT:C:\ProcessList.txt PROCESS get Caption,Commandline,Processid OR

Display application’s path of running process in Windows Read More »