├── vpnscript.bat └── README.md /vpnscript.bat: -------------------------------------------------------------------------------- 1 | REG ADD HKLM\SYSTEM\CurrentControlSet\Services\PolicyAgent /v AssumeUDPEncapsulationContextOnSendRule /t REG_DWORD /d 0x2 /f 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # l2tp-for-windows 2 | 3 | use this script as administrator to solve problem to connect l2tp vpn windows 4 | 5 | run vpnscript.bat as administrator ;) 6 | --------------------------------------------------------------------------------