Re: Use Group Policy Editor in XP to connect via DHCP?



Create a batch file to run the following commands. Keep in mind,
though, that this will run under the user's context, so if they don't
have permission to change the TCP/IP properties, this will not work.

netsh interface ip set address name="Local Area Connection"
source=dhcp
netsh interface ip set dns name="Local Area Connection" source=dhcp

Be sure to replace Local Area Connection with the name of your
connection, if different, but maintain the quotes.

Regards,
Jack Doyle, Systems Engineer
ScriptLogic Corporation
http://www.scriptlogic.com

.