tips.paddyonline.net

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

Joomla! AddThis

Share

EnableCTCP

This tip is to speed up the copying in Windows. Instead of standing still and counting for ages it will start copying almost instantly if you activate this.



To enable CTCP, create a text file. Name it EnableCTCP.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 CTCP mode
netsh int tcp set global congestionprovider=ctcp
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.