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:
I believe this started happening right after I installed Docker.
Possibly this....https://arstechnica.com/business/2016/12/microsoft-windows-10-dhcp-broken-update/
– Moab – 2017-06-23T00:49:39.777Use this command as admin::
netsh interface ip set address "interface name" dhcp
– Biswapriyo – 2017-06-23T03:25:14.010