Last active
September 27, 2020 16:46
-
-
Save tig/6ba36f0360454edbf0570c3d4e4d5fd7 to your computer and use it in GitHub Desktop.
OCGV command to kill process in PowerShell
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
gps | ocgv -OutputMode Single | Stop-Process -Id {$_.Id} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment