我无法连接到互联网,我尝试了这些命令,但它们都不起作用。奇怪的是,当我等待大约 10 分钟时,互联网会恢复,但命令仍然不起作用。
我尝试使用以下命令修复此问题:
netsh int ip reset reset.log
netsh advfirewall reset
ipconfig /flushdns # Stuck at "Windows IP Configuration"
ipconfig /registerdns
route /f
对我没什么用。
命令
C:\Windows\System32>ipconfig /flushdns
Windows IP Configuration
^C # Stays still on the Windows IP Configuration
C:\Windows\System32>net stop dnscache
The service is not responding to the control function.
More help is available by typing NET HELPMSG 2186.
作为最后的努力,我尝试禁用 dnscache 服务(使用 regedit)。轰!一切都开始顺利运行。
我不知道现在该怎么办...我不想没有 dnscache 服务..