Skip to content
This repository has been archived by the owner on Sep 8, 2022. It is now read-only.

Commit

Permalink
Update win10debloat.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTitusTech committed Apr 22, 2022
1 parent a2bae33 commit f2a6e2c
Showing 1 changed file with 0 additions and 43 deletions.
43 changes: 0 additions & 43 deletions win10debloat.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -1046,49 +1046,6 @@ $essentialtweaks.Add_Click({
Set-ItemProperty -Path "HKLM:\Control Panel\Mouse" -Name "MouseHoverTime" -Type DWord -Value 00000010


Write-Host "Blocking Ip telemetry "

$WindowsIpTele = {
134.170.30.202,
137.116.81.24,
157.56.106.189,
184.86.53.99,
2.22.61.43,
2.22.61.66,
204.79.197.200,
23.218.212.69,
65.39.117.23,
65.55.108.23,
64.4.54.254
}

$NividiaTele = {
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
}

# blocks ip Nividia
NetSH AdvFirewall Firewall Add Rule Name=$NividiaTele Dir=in Action=Block enable=yes > null

# blocks ip Windows
NetSH AdvFirewall Firewall Add Rule Name=$WindowsIpTele Dir=in Action=Block enable=yes > null



# Network Tweaks
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters" -Name "IRPStackSize" -Type DWord -Value 20

Expand Down

0 comments on commit f2a6e2c

Please sign in to comment.