From c14773d371cd63e40f32333a95712ee6a7e6508c Mon Sep 17 00:00:00 2001 From: Alex Hirsch Date: Sun, 16 Aug 2015 20:10:39 +0200 Subject: [PATCH] update disable telemetry description --- scripts/disable-telemetry.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/disable-telemetry.ps1 b/scripts/disable-telemetry.ps1 index d58df46..ec264e2 100644 --- a/scripts/disable-telemetry.ps1 +++ b/scripts/disable-telemetry.ps1 @@ -1,6 +1,7 @@ # Description: # This script redirects telemetry related domains to your nowhere using the -# hosts file. Additionally telemetry is disallows via Group Policies. +# hosts file. Telemtry realted ips are blocked by Windows firewall. +# Additionally telemetry is disallows via Group Policies. Import-Module -DisableNameChecking $PSScriptRoot\..\lib\reg-helper.psm1