Sunday, December 1, 2019

Windows 10 How to disable IPv4 auto configuration

Follow these steps

1. Open cmd as administrator
2. Type " netsh interface ipv4 show inter"


Idx     Met         MTU          State                Name
---  ----------  ----------  ------------  ---------------------------
  1          50  4294967295  connected     Loopback Pseudo-Interface 1
 11          10        1500  connected     Local Area Connection
 13          30        1500  connected     Npcap Loopback Adapter


note idx number

3.type with idx  "netsh interface ipv4 set interface 13 dadtransmit=0 store=persistent"

Reboot windows.

This solution for problem IP Address with always 169.254.x.x