ipconfig /flushdns
可刷新DNS缓存。ping
命令的n
参数可以实现延迟功能。ping 127.0.0.1 n 5 > null
会将命令执行延迟约5秒。ipconfig /all
查看当前的网络配置信息。,3. 找到要修改的网络适配器名称,以太网适配器”或“无线网络连接”。,4. 输入netsh interface ip set dns "适配器名称" static DNS服务器地址
,将“适配器名称”替换为实际的网络适配器名称,将“DNS服务器地址”替换为你想要设置的DNS服务器地址。, ``, netsh interface ip set dns "以太网适配器" static 8.8.8.8,
``,5. 按回车键执行命令。,,这样就可以通过命令提示符修改DNS服务器地址了。ipconfig /all
命令。Powered By Z-BlogPHP 1.7.3
Copyright Your WebSite.Some Rights Reserved.