How can I add the dhcp context using netsh commands on Windows XP ?
Asked
Active
Viewed 1,994 times
1 Answers
3
You cannot run these [DHCP] Netsh commands locally on Windows XP Professional or Windows XP Home Edition.
edit: To clarify, you can still set an XP machine to use DHCP through netsh via:
netsh interface ip set address name=”Local Area Connection” source=dhcp
NETSH SHOW HELPER
If DHCP is not displayed, add the DHCP context:
NETSH ADD HELPER DHCPMON.DLL

MDMarra
- 100,734
- 32
- 197
- 329