cannot see ssh-agent in services windows 10 code example
Example: unable to start ssh-agent service, error :1058
> Get-Service -Name ssh-agent | Set-Service -StartupType Manual
> Get-Service -Name ssh-agent | Set-Service -StartupType Manual