Last active
October 12, 2018 16:54
-
-
Save eklundkristoffer/8e387d320ec5e9d7f8b6e7d4911cc78c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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