Windows 10 | disable network interface ip4 auto configuration

You have had defined a static ip but ipconfig shows your address as an alias only and the main address is an ‘Autoconfiguration IPv4 Address’ like 169.254….
Here’s how to fix this issue:
INTERFACE is the name of the interface

 > netsh interface ipv4 set interface INTERFACE dadtransmits=0 store=persistent
 > net stop dhcp to disable the DHCP Client service. Then type 
 > sc config “dhcp” start=disabled

Then reboot.

Advertisement

Leave a Reply

Please log in using one of these methods to post your comment:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.