Hello there,
Following the update of the Cloudflare WARP Windows application in April, I’ve encountered an issue where Microsoft Apps such as OneDrive and the Microsoft Store are not accessible. However, the network seems to function well with other apps and websites.
I suspect the problem lies in the Windows Network Indicator (NSCI) not being handled correctly. This seems to particularly affect Microsoft apps, and it results in the display of a “No internet access” icon in the taskbar.
I’ve attempted various solutions such as modifying the NSCI, and adding the NSCI addresses to the “Exclude Split Tunnels” and “Local Domains” in the settings, but to no avail.
Please assist me in debugging these issues. Your response is greatly appreciated.
[Diagnostic Files Link](https://cloud.erbanku.com/f/c119197570954ef5891a/?dl=1)
The issue has existed since Version 2023.3.381.0
Not Zero Trust, WARP+ with WARP protocol, Windows 11.
This issue seems to be caused by the Great Firewall of the China Government, fixed by applying the reg below.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet]
"ActiveDnsProbeContent"="131.107.255.255"
"ActiveDnsProbeContentV6"="fd3e:4f5a:5b81::1"
"ActiveDnsProbeHost"="dns.msftncsi.com"
"ActiveDnsProbeHostV6"="dns.msftncsi.com"
"ActiveWebProbeContent"="Microsoft NCSI"
"ActiveWebProbeContentV6"="Microsoft NCSI"
"ActiveWebProbeHost"="www.msftncsi.com"
"ActiveWebProbeHostV6"="ipv6.msftncsi.com"
"ActiveWebProbePath"="ncsi.txt"
"ActiveWebProbePathV6"="ncsi.txt"
"EnableActiveProbing"=dword:00000001
"PassivePollPeriod"=dword:0000000f
"StaleThreshold"=dword:0000001e
"WebTimeout"=dword:00000023
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet\ManualProxies]