📜  更改 ip 地址 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:00.906000             🧑  作者: Mango

代码示例1
#Show Network Settings
netsh interface ipv4 show config
#Reset the Name, Subnet Mask, and Gateway
netsh interface ipv4 set address name="YOUR INTERFACE NAME" static IP_ADDRESS SUBNET_MASK GATEWAY