|
Re: Simple Question
My thoughts would to be to clean up any antivirus or firewall software, along with any previous installs of Norton/Symantic crap.
On top of that, the following commands are quite good for resetting borked ntetwork stacks:
netsh int ip reset all
netsh firewall reset
netsh winsock reset all
netsh int 6to4 reset all
netsh int ipv4 reset all
netsh int ipv6 reset all
netsh int httpstunnel reset all
netsh int isatap reset all
netsh int portproxy reset all
netsh int tcp reset all
netsh int teredo reset all
Course any network settings you do have will be erased, so be sure to note down any fixed IP, DNS settings, etc.
|