DHCP address in use...
This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.
DHCP address in use...
Tags:
#DHCP
I had this error (DHCP Address in use ...) on my Windows machines this command disables the ARP check and DHCP address lookup is much faster Set-NetIPInterface -InterfaceAlias "Ethernet Laptop" -AddressFamily IPv4 -DadTransmits 0
Note this disables address in use so can be problematic in “other” networks. I have a DHCP address reservation for this device. Substitute your adaptor name for "Ethernet Laptop"
Run in elevated cmd prompt.