How does Windows decide whether your computer has full Internet access?
devblogs.microsoft.com
How does Windows decide whether your computer has full Internet access?
1–10 of 305 posts
Re: How does Windows decide whether your computer has full Internet access?
#2Re: How does Windows decide whether your computer has full Internet access?
#3Doing this during a Windows 11 install will result in a road block until you fix said connection issues. You literally can't proceed without finding a hidden terminal and disabling the process and restarting. Insane.
Re: How does Windows decide whether your computer has full Internet access?
#4Re: How does Windows decide whether your computer has full Internet access?
#5Given the sheer volume of connections to the test servers, wouldn't it make sense to have the content of the text file as minimal as possible? Such as "1" or "OK".
Re: How does Windows decide whether your computer has full Internet access?
#6Re: How does Windows decide whether your computer has full Internet access?
#7Re: How does Windows decide whether your computer has full Internet access?
#8Given the sheer volume of connections to the test servers, wouldn't it make sense to have the content of the text file as minimal as possible? Such as "1" or "OK".
Re: How does Windows decide whether your computer has full Internet access?
#9Is it a problem that the URL is not HTTPS or is it the blessing required to defeat it?
Note that as with the Windows version, the protocol is HTTP, not HTTPS – because captive portals completely break TLS, but plaintext HTTP will result in a clean redirect to the portal, allowing the network service to detect the presence of the portal and to bring up a browser window to let the user authenticate.
(https://devblogs.microsoft.com/oldnewthing/20221115-00/?p=10...)
I can see no reason why HTTPS is needed in any event. It's a single purpose domain that serves a static text file which everyone knows the content of.
Re: How does Windows decide whether your computer has full Internet access?
#10Is it a problem that the URL is not HTTPS or is it the blessing required to defeat it?