bat文件设置dns服务器,.bat文件设置IP、DNS

本文介绍了如何通过编写批处理文件(BAT)来自动设置计算机的IP地址和DNS服务器,以解决每次开机手动配置的问题。内容包括查看和理解设置IP的DOS命令格式,如`netsh interface ip set address`和`netsh interface ipv4 set dns`,以及如何根据不同的网络环境(家庭和工作)创建不同的批处理文件。通过运行这些批处理文件,可以轻松在静态和动态IP设置间切换,无需每次手动配置。
摘要由CSDN通过智能技术生成

这几天遇到个烦心事,每次开机之后都要去手动去设置一下IP地址,一大串的数字还是有点麻烦,于是就想写个批处理文件设置IP

注意:在DOS下设置IP时需要管理员权限运行

1.查看机子设置IP需要用到的名字

236e508e59d0f394d26c4bcd1edb1746.png

名字是Ethernet

2.查看机子在DOS下设置IP和DNS命令的格式

C:\Windows\system32>netsh

netsh>interface

In future versions of Windows, Microsoft might remove the Netsh functionality

for TCP/IP.

Microsoft recommends that you transition to Windows PowerShell if you currently

use netsh to configure and manage TCP/IP.

Type Get-Command -Module NetTCPIP at the Windows PowerShell prompt to view

a list of commands to manage TCP/IP.

Visit http://go.microsoft.com/fwlink/?LinkId=217627 for additional information

about PowerShell commands for TCP/IP.

netsh interface>ip

netsh interface ipv4>set address

One or more essential parameters were not entered.

Verify the required parameters, and reenter them.

The syntax supplied for this command is not valid. Check help for the correct syntax.

Usage: set address [name=]

[[source=]dhcp|static]

[[address=][/] [[mask=]]

[[gateway=]|none [gwmetric=]]

[[type=]unicast|anycast]

[[subinterface=]]

[[store=]active|persistent]

Parameters:

Tag Value

name - Interface name or index.

source - One of the following values:

dhcp: Enables DHCP for configuring IP addresses for

the specified interface.

static: Disables DHCP for configuring IP addresses for

  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值