Browse Source

Customized block-telemetry.ps1

pull/280/head
Benoît Dubreuil 3 years ago
parent
commit
71c1d7493e
  1. 14
      scripts/block-telemetry.ps1

14
scripts/block-telemetry.ps1

@ -186,15 +186,15 @@ $domains = @(
"watson.telemetry.microsoft.com"
"watson.telemetry.microsoft.com.nsatc.net"
"wes.df.telemetry.microsoft.com"
"m.hotmail.com"
# "m.hotmail.com"
# can cause issues with Skype (#79) or other services (#171)
"apps.skype.com"
"c.msn.com"
# "apps.skype.com"
# "c.msn.com"
# "login.live.com" # prevents login to outlook and other live apps
"pricelist.skype.com"
"s.gateway.messenger.live.com"
"ui.skype.com"
# "pricelist.skype.com"
# "s.gateway.messenger.live.com"
# "ui.skype.com"
)
Write-Output "" | Out-File -Encoding ASCII -Append $hosts_file
foreach ($domain in $domains) {
@ -214,7 +214,7 @@ $ips = @(
"204.79.197.200"
"23.218.212.69"
"65.39.117.230"
"65.52.108.33" # Causes problems with Microsoft Store
# "65.52.108.33" # Causes problems with Microsoft Store
"65.55.108.23"
"64.4.54.254"
)

Loading…
Cancel
Save