Bichur: Yeah, yeah, I heard it the first time.

First, ensure that in Services, the first "Condition" box is ticked. If it is not, then tick it, and check again. Failing that...
Open registry editor (start: regedit)
Navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings
In the right pane, note the values of MaxConnectionsPerServer and MaxConnectionsPer1_0Server, then right-click and delete them.
Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters
In the right pane, note the values of MaxCacheTtl and MaxNegativeCacheTtl, then right-click and delete them.
Open a command window in elevated mode (start: cmd, but right-click on the CMD shell and select to Run as administrator)
Type:
netsh interface tcp set global congestionprovider=none
netsh interface tcp set global ecncapability=disabled
These should reset the Internet settings back to the default values.