Skip to content

Instantly share code, notes, and snippets.

@moiaune
Created September 1, 2016 11:37
Show Gist options
  • Save moiaune/7207cac2f812ffe8cf0cac743a3915c8 to your computer and use it in GitHub Desktop.
Save moiaune/7207cac2f812ffe8cf0cac743a3915c8 to your computer and use it in GitHub Desktop.
Slow down Powershell output
Function SlowView {
process { $_; Start-Sleep -Milliseconds 500 }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment