Skip to content

Instantly share code, notes, and snippets.

@sub314xxl
Created December 19, 2017 07:45
Show Gist options
  • Save sub314xxl/666ac45880782ea2eeda77767331a37a to your computer and use it in GitHub Desktop.
Save sub314xxl/666ac45880782ea2eeda77767331a37a to your computer and use it in GitHub Desktop.
New-ItemProperty "HKLM:\SOFTWARE\Policies\Microsoft\Windows\NetworkConnectivityStatusIndicator" -Name "EnableActiveProbing" -Value "0" -PropertyType "Dword"
New-ItemProperty "HKLM:\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet" -Name "EnableActiveProbing" -Value "0" -PropertyType "Dword"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment