I've been thinking about this issue with the browser opening to the lovely informative BT Modem not being connected - try again message.
It occurred to me, that my initial observation that the modem is not booting as fast as the computer, may not be the actual trigger at all, but rather it may be the
Microsoft Connect Test instead triggering this.
This portion of the Windows OS has been around a long time, and normally opens your default browser to a MSN webpage, but if the modem has not booted and connected, then that MCT trigger, may default to the BT Modem splash screen instead.
If this is correct then modifying the Registry may actually resolve this.
- Press Windows key + S key together
- In the Search/Cortana field type comm
- In search results right-click on Command Prompt and select Run as administrator
- When prompted by User Account Control click Yes
- In the Administrator: Command Prompt console type or copy & paste the following:
Code:
REG ADD "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet" /v EnableActiveProbing /t REG_DWORD /d 0 /f
Press
Enter key
Type
exit and press
Enter key
Done!