เมื่อพบปัญหาอินเทอร์เน็ตแปลก ๆ หลายอย่างคล้ายกับของคุณฉันจะเสนอวิธีการต่าง ๆ ที่ฉันใช้ซึ่งมีแนวโน้มที่จะแก้ไขปัญหา ความรู้ของฉันเกี่ยวกับสาเหตุที่พวกเขามักจะทำงานอยู่ในระดับกลางที่ดีที่สุด แต่พวกเขามักจะแก้ไขปัญหา
คำสั่งซื้อนั้นไม่สำคัญเช่นเดียวกับที่ทำทั้งหมด คนใดคนหนึ่งหรือหลายคนรวมกันอาจทำ
ทั้งหมดจากพรอมต์คำสั่ง:
:: 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
ในที่สุดหากยังไม่แก้ไขให้รีสตาร์ทเราเตอร์และรีสตาร์ทพีซี มันจะไม่บอกคุณว่ามีอะไรผิดปกติ แต่เกือบจะแก้ไขปัญหาได้อย่างแน่นอน