Created
March 17, 2016 09:42
-
-
Save nopslider/0c7dee81168b1f9dc20d to your computer and use it in GitHub Desktop.
List all processes with path
This file contains 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
Get-Process | Select-Object -Property Path | where {$_ -ne ""} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment