Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
1029usr078198
Posted - April 24 2009 : 11:49:22 If you need to quickly change everyone in a network from static IP addressing to DHCP, then you can do so by adding the following two lines to the login batch file:
netsh interface ip set address "Local Area Connection" dhcp netsh interface ip set dns "Local Area Connection" dhcp