Hello,
So in Windows 7 for example, I could enable CTCP via this command: "netsh int tcp set global congestionprovider=ctcp" under CMD.
While in Windows 8 & 8.1 this is not working.
I have tried some other alternatives, including solutions from Answers.Microsoft.com like:
"set supplemental congestionprovider=ctcp"
“set-nettcpsetting -Settingname Custom -CongestionProvider CTCP”
and so on.. But none is working, neither through CMD nor PowerShell.
Does anyone know how to enable it?
Thanks in advance.