{"id":77,"date":"2011-11-08T03:33:36","date_gmt":"2011-11-08T03:33:36","guid":{"rendered":"http:\/\/www.nettigritty.com\/faq\/?p=77"},"modified":"2011-11-08T03:33:36","modified_gmt":"2011-11-08T03:33:36","slug":"list-running-processes-command-line","status":"publish","type":"post","link":"https:\/\/www.nettigritty.com\/kb\/windows\/list-running-processes-command-line\/","title":{"rendered":"List running processes (command line)"},"content":{"rendered":"<p>The following command-line outputs the list of running processes (with the complete command-line arguments used for each process) to a text file:<\/p>\n<p>Click Start, Run and type CMD<\/p>\n<p>Type the command given below exactly:<\/p>\n<p><code>WMIC \/OUTPUT:C:\\ProcessList.txt PROCESS get Caption,Commandline,Processid<\/code><\/p>\n<p>or<\/p>\n<p><code>WMIC \/OUTPUT:C:\\ProcessList.txt path win32_process get Caption,Processid,Commandline<\/code><\/p>\n<p>Now, open the file C:\\ProcessList.txt. You can see the details of all the processes in that file.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The following command-line outputs the list of running processes (with the complete command-line arguments used for each process) to a text file: Click Start, Run and type CMD Type the command given below exactly: WMIC \/OUTPUT:C:\\ProcessList.txt PROCESS get Caption,Commandline,Processid or WMIC \/OUTPUT:C:\\ProcessList.txt path win32_process get Caption,Processid,Commandline Now, open the file C:\\ProcessList.txt. You can see the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7],"tags":[],"class_list":["post-77","post","type-post","status-publish","format-standard","hentry","category-windows"],"_links":{"self":[{"href":"https:\/\/www.nettigritty.com\/kb\/wp-json\/wp\/v2\/posts\/77","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.nettigritty.com\/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.nettigritty.com\/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.nettigritty.com\/kb\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.nettigritty.com\/kb\/wp-json\/wp\/v2\/comments?post=77"}],"version-history":[{"count":1,"href":"https:\/\/www.nettigritty.com\/kb\/wp-json\/wp\/v2\/posts\/77\/revisions"}],"predecessor-version":[{"id":78,"href":"https:\/\/www.nettigritty.com\/kb\/wp-json\/wp\/v2\/posts\/77\/revisions\/78"}],"wp:attachment":[{"href":"https:\/\/www.nettigritty.com\/kb\/wp-json\/wp\/v2\/media?parent=77"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.nettigritty.com\/kb\/wp-json\/wp\/v2\/categories?post=77"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.nettigritty.com\/kb\/wp-json\/wp\/v2\/tags?post=77"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}