Last active
April 5, 2016 20:24
-
-
Save kayhadrin/f63ba8e7efadf267665696b043874fe7 to your computer and use it in GitHub Desktop.
Show details process list in command line
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
rem Shows the list of current running processes | |
rem Run "WMIC path win32_process" to get further process details | |
WMIC path win32_process get Caption,Processid,Commandline |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment