Skip to content

Instantly share code, notes, and snippets.

@mgreenegit
Created April 10, 2015 12:53
Show Gist options
  • Save mgreenegit/b7ae20b61002f950ccd1 to your computer and use it in GitHub Desktop.
Save mgreenegit/b7ae20b61002f950ccd1 to your computer and use it in GitHub Desktop.
If the cursor is not visible in the PowerShell console, this will correct it
function fixcursor
{
[console]::CursorSize = 25
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment