Skip to content

Instantly share code, notes, and snippets.

@joshy
Created June 15, 2023 06:40
Show Gist options
  • Save joshy/5a5431e74795b14c62b7978977603d1d to your computer and use it in GitHub Desktop.
Save joshy/5a5431e74795b14c62b7978977603d1d to your computer and use it in GitHub Desktop.
Windows get cmd line arguments of a windows process
# open powershell as administrator and run
wmic process where ProcessId=<ID> get CommandLine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment