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 "
Joomla SEF URLs by Artio