Looks like that may use a standard HSPA modem to connect, in which case it may be supported directly in Windows without needing to fiddle with the software from the broadband provider. Try disconnecting with the software app, then go to the Windows connections icon in the tray and check out the options. It should show up under the "Dial up and 3G" section, and there should be any number of ways to configure the device, including auto-reconnect options.
Yeah I can disconnect without going through the software, but on connect it asks for a bunch of settings that I have NFI about and I am going through the network settings and cannot find any mention of reconnect functionality
So you just need something that clicks the button when it says "Connect" ? I should be able to do this easily...PM me with a link to the software if you don't mind.
Thanks
Ehhhh looking but yet to find
Without knowing the root cause (could be a disconnect command from the provider side) the simplest way to deal with this is scripting a mouse action with any of the many keyboard/mouse automation tools.
AutoHotKey tool is an option.
AutoIt is a bit more mature automation tool that allows COM and shell access, so that you can perform the mouse action only upon detection of no internet connectivity.
I'm going to write it in AutoIt, should be able to read the caption/text off the button. Easy peasy.