Bookmark 0 FacebookTwitterPinterestLinkedinWhatsappTelegramSkypeViberEmail Windows Server Administration How to auto connect Open VPN in Windows by Salman Chawhan September 20, 2024 by Salman Chawhan September 20, 2024 0 comments rem This script is fired from Task Scheduler will check connectivity to VPN server.ping 192.168.1.1 -n 10 | findstr /r /c:”Reply from d.d.d.d.* bytes=d.time[<=]d. TTL=d*” && goto :finished:runrem be sure… Read more