Skip to content

Instantly share code, notes, and snippets.

@withakay
Created July 17, 2020 11:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save withakay/b476d105b3eb528d45c3f8e11389864a to your computer and use it in GitHub Desktop.
Save withakay/b476d105b3eb528d45c3f8e11389864a to your computer and use it in GitHub Desktop.
SigRed temp registry fix
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DNS\Parameters" /v "TcpReceivePacketSize" /t REG_DWORD /d 0xFF00 /f && net stop DNS && net start DNS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment