귀하와 유사한 다양한 이상한 인터넷 문제가 발생하면 문제를 해결하는 경향이있는 다양한 방법을 제공 할 것입니다. 왜 그들이 일하는 경향이 있는지에 대한 나의 지식은 중간에 있지만 문제를 해결하는 경향이 있습니다.
순서는 모두 중요합니다. 그들 중 하나 또는 여러 조합이 그것을 할 수 있습니다.
명령 프롬프트에서 모두 :
:: resets the ipv4 interface
netsh interface ip reset
:: flush and reregister DNs
ipconfig /flushdns
net stop dnscache
net start dnscache
ipconfig /registerdns
:: clear persistent routes
route print -f
:: start / restart mrxdav
net stop netbt
net stop mrxdav 2>nul
sleep 60
net start mrxdav
net start netbt
:: clean the arpcache
arp -a -d
:: I might have the order of the switches backwards and the order matters, so if that doesnt do anything put the -d before the -a
:: make sure winhttp and webclient services are running (this is a mystery to me / neither appear necessary, but both have fixed my problem on various occasions)
net start webclient
net start winhttp
그래도 여전히 수정되지 않으면 라우터와 PC를 다시 시작하십시오. 무엇이 잘못되었는지 알려주지는 않지만 거의 확실하게 문제를 해결합니다.