
每當我嘗試在 Windows 10 上使用 Google Chrome 造訪任何網站時,都會收到錯誤 DNS_PROBE_FINISHED_NO_INTERNET。我嘗試卸載並重新安裝 chrome、netsh winsock 重置,確保自動設定 IP 和 DNS 設定並在命令提示字元中刷新 IP。有趣的是,Microsoft Edge 可以運行,但 chrome 不行。任何想法出了什麼問題?
答案1
在cmd中試試看這個
ipconfig -release
ipconfig -renew
ipconfig -flushdns
ipconfig -registerdns
nbtstat -rr
netsh int ip reset all
netsh winsock reset
重新啟動你的電腦....