I'm looking for a way to create a VPN connection automatically.
The connection should requires a Smartcard, use PPTP and disable using the remote default gateway. So far all I could find was CMAK (Which does works but forces sort of a welcome window before the actual connection) and key emulation with VBScript (.SendKey). The plan is to implement it within an HTA file, along with some other installations that are already set.
So far everything is written with VB, but if there isn't a solution there I could use anything else that would work.