Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save MrCheatEugene/febaa12604d063f709eff7ca58ee7a24 to your computer and use it in GitHub Desktop.

Select an option

Save MrCheatEugene/febaa12604d063f709eff7ca58ee7a24 to your computer and use it in GitHub Desktop.
$puttyUrl = "https://the.earth.li/~sgtatham/putty/latest/w64/putty.exe"
$puttyPath = Join-Path $env:TEMP "putty.exe"
Invoke-WebRequest -Uri $puttyUrl -OutFile $puttyPath
Start-Process $puttyPath
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment