View Single Post

  #2  
Old 03-15-2009, 12:02 AM
Ghermination Offline
Registered User
 
Join Date: Jul 2008
Posts: 49
I believe you should reset your tcp/ip stack. It seems that several antiviruses and firewalls do wierd things to your internet connection after they are uninstalled. This can be done through the command prompt and is quite easy:
1. To open a command prompt, click Start and then click Run. Copy and paste (or type) the following command in the Open box and then press ENTER:
cmd
2. At the command prompt, copy and paste (or type) the following command and then press ENTER:
netsh int ip reset c:\resetlog.txt
Note: If you do not want to specify a directory path for the log file, use the following command:
netsh int ip reset resetlog.txt

If that doesn't fix your problem, then your connection is probably being throttled or metered somehow. You should probably talk to your ISP or University IT guy if it keeps up.
Reply With Quote