Created
January 7, 2022 17:38
-
-
Save ronascentes/34c9d3b53915f50771af7bca884b2b69 to your computer and use it in GitHub Desktop.
Poor man's "top" for Windows
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
while($true) { cls ; '' ; ps | sort cpu -Descending | select -first 20 | ft -auto; Start-Sleep -Milliseconds 1000 } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment