Hi @WadeAlsup i have found a Powershell script we can run on startup: Add-VpnConnection -AllUserConnection -Name "(vpn_name)" -ServerAddress "(vpn_address)" -TunnelType L2tp -EncryptionLevel Optional -L2tpPsk "(vpn_sharedsecret)" -AuthenticationMethod Pap -Force Thanks James
... View more