Closed strictlymike closed 6 years ago
Bump: common enough to be seen multiple times.
Quick easy test (using PowerShell):
$clsid = New-Object Guid 'DCB00C01-570F-4A9B-8D69-199FDBA5723B'
$type = [Type]::GetTypeFromCLSID($clsid)
$obj = [Activator]::CreateInstance($type)
$obj.IsConnected, $obj.IsConnectedToInternet
PR #73 closes this.
Implement Microsoft NCSI as described at Appendix K: Network Connectivity Status Indicator and Resulting Internet Communication in Windows Vista
I noticed the following traffic with a Windows 7 client and did a little research.