NetSH Turn off Chimney, AutoTune, and RSS

netsh interface tcp set global autotuning=disabled

netsh interface tcp set global chimney=disabled

netsh interface tcp set global rss=disabled

netsh int tcp set supplemental custom congestionprovider=none

netsh int tcp set global ecncapability=Disabled

netsh int ip set global taskoffload=disabled

netsh int tcp set global timestamps=Disabled

 

Network security: LAN Manager authentication level

Windows Registry Editor Version 5.00


[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa]

"LmCompatibilityLevel"=dword:00000001


Send LM & NTLM - use NTLMv2 session security if negotiated: Clients use LM and NTLM authentication and use NTLMv2 session security if the server supports it; domain controllers accept LM, NTLM, and NTLMv2 authentication.


Security - Disable Time Stamps

Shows when the last time your device was rebooted. Used by some hackers to exploit vulnerabilities

     netsh int tcp set global timestamps=disabled