neonprimetime security , just trying to help
Showing posts with label
process list
.
Show all posts
Showing posts with label
process list
.
Show all posts
Monday, April 13, 2020
Wmic List all Processes, sort in powershell
›
$processes = wmic.exe process list |foreach-object {$k = $_ -split '\s+';foreach($i in $k){if($i -notmatch "\\" -and $i.e...
1 comment:
›
Home
View web version