Skip to content

Instantly share code, notes, and snippets.

@secabstraction
Last active January 15, 2016 16:43
Show Gist options
  • Save secabstraction/d943dfa6cdaf33852028 to your computer and use it in GitHub Desktop.
Save secabstraction/d943dfa6cdaf33852028 to your computer and use it in GitHub Desktop.
while ($true) { Start-Sleep -Milliseconds 10 ; continue }
# This minute pause is imperceptible to a user, but drops the CPU to 0%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment