For Windows:
Use Powershell (7.3 and above as an admin).
By default the ssh-agent service is disabled.
Configure it to start automatically.
Get-Service ssh-agent | Set-Service -StartupType Automatic
Start the service
Start-Service ssh-agent
>For Linux: