hello friends...
I have a small query...
I have a dsl modem which acts as a dhcp server
and two machine on lan connected wd dsl modem.
I have to start modem first and then any/both machine(s)
for proper working of internet.
But if i start machines first and then modem,then internet does not connects.
For internet connection i have to restart network service.
In linux i can restart network service by issuing command:
Code:
/etc/rc.d/rc.inet1 restart
what is the counterpart in the windows to restart network services?
regards.