Advertisement
Guest User

Untitled

a guest
May 22nd, 2018
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. Windows Registry Editor Version 5.00
  2.  
  3. Create restore point. Save to reg file and import; I've done this on multiple fresh installations with no issues;
  4.  
  5. TCPIP, AFD, Settings from: https://msdn.microsoft.com/en-us/library/ff648853.aspx
  6. Before running, besure to create a system restore point!
  7.  
  8. Enable EnableWsd if you are having internet connectivity issues. It should be fine though!
  9.  
  10. Harden TCPIP STACK, Max Security according to microsofts best practices.
  11. [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Tcpip\Parameters]
  12. "ForwardBroadcasts"=dword:00000000
  13. "EnableIPAutoConfigurationLimits"=dword:00000001
  14. "IPEnableRouter"=dword:00000000
  15. "EnableICMPRedirect"=dword:00000000
  16. "DeadGWDetectDefault"=dword:00000000
  17. "EnableWsd"=dword:00000000
  18. "TcpMaxDupAcks"=dword:00000002
  19. "EnablePMTUDiscovery"=dword:00000000
  20. "EnablePMTUBHDetect"=dword:00000000
  21. "IGMPLevel"=dword:00000000
  22. "QualifyingDestinationThreshold"=dword:00000003
  23. "TcpMaxPortsExhausted"=dword:00000005
  24. "TcpMaxHalfOpen"=dword:00000500
  25. "TcpMaxHalfOpenRetried"=dword:00000400
  26. "EnableMulticastForwarding"=dword:00000000
  27. "EnableAddrMaskReply"=dword:00000000
  28. "Enableconnectionratelimiting"=dword:00000001
  29. "DisableIPSourceRouting"=dword:00000002
  30. "EnableDeadGWDetect"=dword:00000000
  31. "SynAttackProtect"=dword:00000002
  32. "TcpMaxConnectResponseRetransmissions"=dword:00000002
  33. "TcpMaxDataRetransmissions"=dword:00000002
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement