Skip to content

Instantly share code, notes, and snippets.

@eklundkristoffer
Last active October 12, 2018 16:54
Show Gist options
  • Save eklundkristoffer/8e387d320ec5e9d7f8b6e7d4911cc78c to your computer and use it in GitHub Desktop.
Save eklundkristoffer/8e387d320ec5e9d7f8b6e7d4911cc78c to your computer and use it in GitHub Desktop.
1 . Check the current status of ssh-agent: Get-Service | select -property name,starttype
2. Set the new type :`Set-Service -Name ssh-agent -StartupType Manual
3. Start it: Start-Service ssh-agent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment