
# 状态
Get-Service ssh-agent
Get-Service ssh-agent | Select StartType
# 手动服务
Get-Service -Name ssh-agent | Set-Service -StartupType Manual
Get-Service ssh-agent | Select StartType
# 启动服务
Start-Service ssh-agent
# 状态
Get-Service ssh-agent
Get-Service ssh-agent | Select StartType
# 手动服务
Get-Service -Name ssh-agent | Set-Service -StartupType Manual
Get-Service ssh-agent | Select StartType
# 启动服务
Start-Service ssh-agent
本文标题:unable to start ssh-agent servic
本文链接:https://www.haomeiwen.com/subject/kbhfmktx.html
网友评论