We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ec329d + e5acd62 commit aa233d9Copy full SHA for aa233d9
src/Sophia_Script_for_Windows_10_LTSC_2019/Module/Sophia.psm1
@@ -957,7 +957,7 @@ function DiagTrackService
957
Get-Service -Name DiagTrack | Set-Service -StartupType Disabled
958
959
# Block connection for the Unified Telemetry Client Outbound Traffic
960
- Get-NetFirewallRule -Group DiagTrack | Set-NetFirewallRule -Enabled False -Action Block
+ Get-NetFirewallRule -Group DiagTrack | Set-NetFirewallRule -Enabled True -Action Block
961
}
962
"Enable"
963
{
0 commit comments