Why does DHCP keep getting turned off (Windows 10)?

3

Every time I reboot my Windows 10 PC, DHCP gets disabled for my WIFI connection. I have to go into the adapter settings, TCP/IP v4, and turn it back on. Initially the settings look like this:

enter image description here

I believe this started happening right after I installed Docker.

UuDdLrLrSs

Posted 2017-06-23T00:41:32.083

Reputation: 310

Possibly this....https://arstechnica.com/business/2016/12/microsoft-windows-10-dhcp-broken-update/

– Moab – 2017-06-23T00:49:39.777

Use this command as admin:: netsh interface ip set address "interface name" dhcp – Biswapriyo – 2017-06-23T03:25:14.010

No answers