|
Question : tool to change subnet
|
|
I want to change the subnet on several of my PCs, but do not want to use DHCP.
Does anyone know of any tools I can use to change the subnet on multiple PCs rather than having to change it manually on each one?
|
Answer : tool to change subnet
|
|
Just run the following netsh interface ip set address name = "Local Area Connection" gateway = 10.0.0.254 gwmetric = 1 you dont have to run them all
|
|
|