Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 12
    This answer was very useful to me as it worked across reboots and seemed like a good 1st party solution. Including examples of the commands to use would have been nice. This answer was so close to giving example commands, but I had to go to Google to figure out the exact syntax. My final commands were netsh interface ipv4 set interface interface="Ethernet" dhcpstaticipcoexistence=enabled and netsh interface ipv4 add address "Ethernet" 192.168.1.200 255.255.255.0.
    – jljtgr
    Commented Dec 1, 2018 at 4:54
  • Very helpful! Is there an API somewhere to enable dhcpstaticipcoexistence, preferably something not too hideous to call from C++? Haven't located anything yet in the IP Helper documentation. I prefer not to shell executables as a substitute for an API.
    – Dave Ruske
    Commented Sep 17, 2021 at 16:17
  • Thanks I've been working round this issue for years. Glad to finally find a solution.
    – Jay M
    Commented Apr 28, 2022 at 17:20