Faybo28 2022-09-30 17:36 采纳率: 50%
浏览 56
已结题

怎样批量删除电脑现有的dns地址,并重新添加新的dns

win7电脑现有6个dns地址,这6个地址需要全部删除,同时添加2个新地址,请问批处理指令怎样写

  • 写回答

1条回答 默认 最新

  • 游一游走一走 2022-09-30 17:51
    关注
    @ECHO ON
    netsh interface ipv4 show dns
    SETLOCAL EnableDelayedExpansion
     
    SET adapterName=
     
    FOR /F "tokens=* delims=:" %%a IN ('IPCONFIG ^| FIND /I "以太网适配器"') DO (
    SET adapterName=%%a
    REM Removes "Ethernet adapter" from the front of the adapter name
    SET adapterName=!adapterName:~7!
    REM Removes the colon from the end of the adapter name
    SET adapterName=!adapterName:~0,-1!
    echo %%adapterName
     
    netsh interface ipv4 delete dns name="!adapterName!" all
    netsh interface ipv4 set dns name="!adapterName!" static 223.5.5.5 primary
    netsh interface ipv4 add dns name="!adapterName!" 8.8.8.8 index=2
    )
     
    ipconfig /flushdns
    netsh interface ipv4 show dns
     
    :EOF
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论 编辑记录

报告相同问题?

问题事件

  • 系统已结题 10月11日
  • 已采纳回答 10月3日
  • 创建了问题 9月30日

悬赏问题

  • ¥15 fluent里模拟降膜反应的UDF编写
  • ¥15 MYSQL 多表拼接link
  • ¥15 关于某款2.13寸墨水屏的问题
  • ¥15 obsidian的中文层级自动编号
  • ¥15 同一个网口一个电脑连接有网,另一个电脑连接没网
  • ¥15 神经网络模型一直不能上GPU
  • ¥15 pyqt怎么把滑块和输入框相互绑定,求解决!
  • ¥20 wpf datagrid单元闪烁效果失灵
  • ¥15 券商软件上市公司信息获取问题
  • ¥100 ensp启动设备蓝屏,代码clock_watchdog_timeout