Windows 10 Tweaks, Some Informations needed.

Copper Contributor

Hey Community,

I have some Questions to our Experts.

First:

Is there anyway to see possible Registry Settings for following Key or any Key? That would help so much.

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces

Settings they may work. If i would create a DWORD.

 

Second:

( About Nagle, everyone knows the Registry Fix for Nagle )

Is it working?

 

Because CMD and Powershell say different Values.

 

C:\Windows\system32>netsh int tcp show supplemental

Globale TCP-Standardvorlage: internet

Zusätzliche TCP-Parameter
----------------------------------------------
Mindest-RTO (ms) : 300
Anfängliches Überlastungsfenster (MSS) : 10
Überlastungssteuerungsanbieter : cubic
Neustart des Überlastungsfensters aktivieren : disabled
Zeitüberschreitung für verzögerte Bestätigung (ms) : 40 { NAGLE }
Häufigkeit für verzögerte Bestätigung : 2 { NAGLE }
RACK aktivieren : enabled
Tail Loss Probe aktivieren : enabled


SettingName : Internet
MinRto(ms) : 300
InitialCongestionWindow(MSS) : 10
CongestionProvider : CUBIC
CwndRestart : False
DelayedAckTimeout(ms) : 40 { NAGLE }
DelayedAckFrequency : 2 { NAGLE }
MemoryPressureProtection : Disabled
AutoTuningLevelLocal : Normal
AutoTuningLevelGroupPolicy : NotConfigured
AutoTuningLevelEffective : Local
EcnCapability : Disabled
Timestamps : Disabled
InitialRto(ms) : 2000
ScalingHeuristics : Disabled
DynamicPortRangeStartPort : 49152
DynamicPortRangeNumberOfPorts : 16383
AutomaticUseCustom : Disabled
NonSackRttResiliency : Disabled
ForceWS : Enabled
MaxSynRetransmissions : 2
AutoReusePortRangeStartPort : 0
AutoReusePortRangeNumberOfPorts : 0

 

Third:

 

C:\Windows\system32>netsh int tcp set supplemental Internet rack=Disabled

Die angegebene Vorlage konnte vom Befehl zum Festlegen von "supplemental" nicht aktualisiert werden. Die Anforderung wird nicht unterstützt.

 

C:\Windows\system32>netsh int tcp set supplemental Internet taillossprobe=disabled

Die angegebene Vorlage konnte vom Befehl zum Festlegen von "supplemental" nicht aktualisiert werden. Die Anforderung wird nicht unterstützt.

 

Why we cant disable RACK and taillossprobe?

 

When we can change the Internet Template on Windows 10 and Values? Without Protection of these Values?

 

Greetings St1cky

0 Replies