Browse Source

Merge branch 'W4RH4WK:master' into master

pull/290/head
MagicLike 3 years ago
committed by GitHub
parent
commit
e66d6fbf3a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 19
      scripts/block-telemetry.ps1
  2. 1
      scripts/remove-default-apps.ps1

19
scripts/block-telemetry.ps1

@ -205,6 +205,7 @@ foreach ($domain in $domains) {
Write-Output "Adding telemetry ips to firewall"
$ips = @(
# Windows telemetry
"134.170.30.202"
"137.116.81.24"
"157.56.106.189"
@ -217,6 +218,24 @@ $ips = @(
"65.52.108.33" # Causes problems with Microsoft Store
"65.55.108.23"
"64.4.54.254"
# NVIDIA telemetry
"8.36.80.197"
"8.36.80.224"
"8.36.80.252"
"8.36.113.118"
"8.36.113.141"
"8.36.80.230"
"8.36.80.231"
"8.36.113.126"
"8.36.80.195"
"8.36.80.217"
"8.36.80.237"
"8.36.80.246"
"8.36.113.116"
"8.36.113.139"
"8.36.80.244"
"216.228.121.209"
)
Remove-NetFirewallRule -DisplayName "Block Telemetry IPs" -ErrorAction SilentlyContinue
New-NetFirewallRule -DisplayName "Block Telemetry IPs" -Direction Outbound `

1
scripts/remove-default-apps.ps1

@ -75,7 +75,6 @@ $apps = @(
"Microsoft.MixedReality.Portal"
"Microsoft.ScreenSketch"
"Microsoft.XboxGamingOverlay"
"Microsoft.YourPhone"
# non-Microsoft
"2FE3CB00.PicsArt-PhotoStudio"

Loading…
Cancel
Save