Created
June 15, 2023 06:40
-
-
Save joshy/5a5431e74795b14c62b7978977603d1d to your computer and use it in GitHub Desktop.
Windows get cmd line arguments of a windows process
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
# 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