tips.paddyonline.net

If you need tips & tricks, here they are...

Joomla! AddThis

Share

Disable CTCP

To disable CTCP, don't see why anyone would want to do that but still.. Do the same thing.
Create a new text file, name it DisableCTCP.bat and paste this into it.

@echo off
echo Checking setting
netsh int tcp show global
pause
echo Changing Add-On Congestion Control Provider to NORMAL mode
netsh int tcp set global congestionprovider=none
echo Done!
netsh int tcp show global
pause
exit


Now run the file by right clicking and chose " Run as administrator "

Add comment

Security code
Refresh

Please consider supporting our efforts.


We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.