Skip to content

Commit

Permalink
Un-block domain causing issue with Windows (W4RH4WK#181)
Browse files Browse the repository at this point in the history
The two domain proposing to be unblock solve issue with Windows thinking it doesn't have internet (W4RH4WK#180) and can't logging into live apps.
  • Loading branch information
zuik authored and W4RH4WK committed Dec 10, 2018
1 parent 8fbd2f2 commit f347875
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/block-telemetry.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ $domains = @(
"www.msftncsi.com"
"client.wns.windows.com"
"wdcp.microsoft.com"
"dns.msftncsi.com"
# "dns.msftncsi.com" # This causes Windows to think it doesn't have internet
#"storeedgefd.dsx.mp.microsoft.com" # breaks Windows Store
"wdcpalt.microsoft.com"
"settings-ssl.xboxlive.com"
Expand Down Expand Up @@ -189,7 +189,7 @@ $domains = @(
# can cause issues with Skype (#79) or other services (#171)
"apps.skype.com"
"c.msn.com"
"login.live.com"
# "login.live.com" Can't login to outlook and other live apps
"pricelist.skype.com"
"s.gateway.messenger.live.com"
"ui.skype.com"
Expand Down

0 comments on commit f347875

Please sign in to comment.