-
-
Save zer0u1tra/6c27cc64204a44ed6264e823f9f27b4b to your computer and use it in GitHub Desktop.
Disable WPAD and LLMNR on Windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Wpad" | |
| REG ADD "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Wpad" /v "WpadOverride" /t REG_DWORD /d "1" /f | |
| REG ADD "HKLM\Software\policies\Microsoft\Windows NT\DNSClient" | |
| REG ADD "HKLM\Software\policies\Microsoft\Windows NT\DNSClient" /v "EnableMulticast" /t REG_DWORD /d "0" /f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment