Wenn der Rechner stockt oder langsam grosse Verzeichnisse auf dem Netz aufmacht, dann kann man das wie folgt beheben. Dazu muss man sagen, dass man die <Interface GUID> ganz einfach rausbekommt. Man schaut alle <Interface GUID> der Reihe nach an und such dabei jeweils nach seiner aktuellen eigenen IP-Adresse. Wenn man die dort gefunden hat, dann kann man dort den entsprechenden DWord-Wert eintragen. Bei Windows 2000 TcpDelAckTicks=0 und bei Windows XP TcpAckFrequency=1 (NICHT BEIDE!)
On a server that runs Windows 2000, follow these steps:
1. Start Registry Editor (Regedit.exe).
2. Locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\<Interface GUID>
3. On the Edit menu, click Add Value, and then create the following registry value:
Value name: TcpDelAckTicks
Data type: REG_DWORD
Value data: 0
4. Quit Registry Editor.
5. Restart Windows for this change to take effect.
On a server that runs Windows XP or Windows Server 2003, follow these steps:
1. Start Registry Editor.
2. Locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces\<Interface GUID>
3. On the Edit menu, point to New, and then click DWORD Value.
4. Name the new value TcpAckFrequency, and assign it a value of 1.
5. Quit Registry Editor.
6. Restart Windows for this change to take effect.
Gefunden im Netz keine Ahnung obs was bringt