W4RH4WK / Debloat-Windows-10

A Collection of Scripts Which Disable / Remove Windows 10 Features and Apps
Other
6.08k stars 845 forks source link

Un-block domain causing issue with Windows #181

Closed zuik closed 5 years ago

zuik commented 5 years ago

The two domain proposing to be unblock solve issue with Windows thinking it doesn't have internet (#180) and can't logging into live apps.

z0vsky commented 5 years ago

Hi,

Windows attempts to resolve the following names:

And also attempts to get the HTTP response code resulting in browsing the following URL:

This is used to detect Internet connectivity and perform connection diagnosis and troubleshooting suggestions, but block-telemetry.ps1 actually blocks those domains. Thus Windows thinks it has no Internet connectivity.

Solutions:

W4RH4WK commented 5 years ago

Thank you