these are commands i am using to change IP Address
@echo off
netsh interface ipv4 set address name="Local Area Connection" source=static addr=xxx.xxx.xx.xxx mask=255.255.255.0 gateway=xxx.xxx.xx.x
PAUSE
it works for local machine. But i want to change IP address of client machine from server machine, on windows startup..
what will be the command for that, any suggestion ??
1 Reply
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.

Guest UserPosted Jun 29, 2015, 11:21 PM