|
Re: Internet problems Run these two commands in an elevated command prompt.
netsh int ip reset log.txt
netsh winsock reset
Disabe IPv6 by adding this reg key
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters and create (if it doesn't exist) a new Dword called "DisabledComponents" and put either 1 to disable tunneling adapters or 255 to disable IPv6 completely.
Those will help with a lot of issues but if it doesn't help try disabling from startup(via msconfig)/uninstall your AV/FW and see if that helps. If you torrent a lot disable uTorrent (or whatever client you use) from loading at startup then restart and see if you still have the problem. |