Skip to content

Instantly share code, notes, and snippets.

@kayhadrin
Last active April 5, 2016 20:24
Show Gist options
  • Save kayhadrin/f63ba8e7efadf267665696b043874fe7 to your computer and use it in GitHub Desktop.
Save kayhadrin/f63ba8e7efadf267665696b043874fe7 to your computer and use it in GitHub Desktop.
Show details process list in command line
@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