Vista Roaming Profiles problem
Posted: 04 Mar 2009, 13:24
C'è una nuova funzionalità in Vista in grado di valutare e negoziare la velocità della rete.
In qualche caso questa capacità è di intralcio e può essere disabilitata.
E' possibile disabilitare questa funzionalità , da Start / Esegui o da prompt di MS-DOS:
netsh int tcp set global autotuninglevel=disabled
In qualche caso questa capacità è di intralcio e può essere disabilitata.
E' possibile disabilitare questa funzionalità , da Start / Esegui o da prompt di MS-DOS:
netsh int tcp set global autotuninglevel=disabled
In Windows Vista, the TCPIP Stack has been rewritten and MS have integrated
a new functionality for auto adjustment of the RWIN MTU. In fact by default
the autotuninglevel is set to Normal and Windows try to a found the best
settings. Actually behind some routers, Windows bad negotiate and the result
is that the network is slow.
The command to disable the autotuninglevel is:
- Click start, All Programs
- Accessories
- Right-click Command Prompt
- Click Run As Administrator
- Type the following: netsh int tcp set global autotuninglevel=disabled
- Press enter
- Restart your computer (not really necessary)