Salut
Si tu suis ce tutoriel (bien qu'en Anglais, mais facilement compréhensible), tu auras résolu ton souci.
http://forums.elderscrollsonline.com/di ... plications
Je cite :
Windows 8/8.1
Making these changes on Windows 8/8.1 can be more tricky because part of the netsh command is sorta bugged (Well MS depreciated it, so its harder to tell whats on and whats off)
So lets get started:
1. Open an Elevated Command Line.
2. Type the Following in the command line:
3. netsh int tcp set global ecn=enable
4. Close the Command line.
5. Open an "Elevated Power Shell" Window (Powershell is included with Windows 8/8.1)
6. Type Get-NetTcpSetting and press enter
7. Scroll the list until you find "Internet" Profile...you will see CTCP is enabled, thats good.
8. In the same Power Shell Window type Get-NetTcpConnection
9. You should see all your listening ports, sockets, and Internet Connections are using the Internet Profile.
The Internet template is the default on all Windows 8 client machines and this is not configurable. By default, CTCP is set as the congestion provider on the Internet template and so it also the default on all Win8 machines - As per my contact at Microsoft.
We are just making sure your TCP/IP Stack is not corrupted in any way.
10. Reboot your system.
We already verified CTCP, now we just need to check ecn.
Type the following command in an elevated command prompt:
netsh interface tcp show global
You should see:
ECN Capability -"Enabled"
IGNORE THE ADD-ON CONGESTION CONTROL PROVIDER VALUE IN NETSH. IT IS BUGGED AND DOES NOT SHOW THE CORRECT VALUE SINCE ITS TIED TO PROFILES NOW THAT ARE NOT CONFIGURABLE AS PER MICROSOFT STARTING WITH WINDOWS 8 NETSH IS DEPRECIATED.
Good luck.
users can get a 45-60% performance increase on high speed connections depending on scenarios by making these changes..everything will work better, from streaming to gaming.
======================================
Pour les Anglophobes, voici une traduction réduite et compréhensible.
Windows 8/8.1
- Ouvre l'invite de commande en tant qu'administrateur.
- Dans l'invite de commande, tape ceci : netsh int tcp set global ecn=enable
- Ferme l'invite de commmande.
- Lance Windows Powershell en tant qu'administrateur (menu démarrer - touche windows, tape powershell, clique droit et Exécuter en tant qu'administrateur)
- Tape ceci Get-NetTcpSetting et appuie sur Entrée.
- Déroule la ligne et repère ton profil "internet" : Si tu vois que CTCP est validé, c'est bon.
- Toujours dans Powershell, tape ceci : Get-NetTcpConnection
- Tu verras les ports d'écoute, les sockets et les connexions Internet actuellement utilisés dans le profil Internet. (...)
- Redémarre ton PC afin que les modifications soient prises en compte.
Nous avons déjà vérifier que
CTCP était valide, maintenant
nous allons faire de même pour la
fonctionnalité ECN.
Comme ceci :
- Relance l'invite de commande en tant qu'adminstrateur.
- Tape ceci : netsh interface tcp show global
Si tout s'est bien passé,
tu dois voir :
= En anglais :
ECN Capability -"Enabled"
= En français :
Fonctionnalité ECN : enabled
Comme moi :
@++