How to disable autoconfiguration IPv4

Computer Static IP is constantly replacing with “autoconfiguration”. Ipconfig output says Autoconfiguration Enabled . . . . : Yes

IPConfig /All

Ethernet adapter Local AreaConnection 2:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Intel(R) PRO/1000 MT Network Connection #2
Physical Address. . . . . . . . . : 00-50-56-B3-22-34
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
IPv4 Address. . . . . . . . . . . : 192.168.190.50(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.128
Default Gateway . . . . . . . . . :
DNS Servers . . . . . . . . . . . : 127.0.0.1
Primary WINS Server . . . . . . . : 127.0.0.1
NetBIOS over Tcpip. . . . . . . . : Enabled

To fix it, enter this from Command Prompt:

netsh interface ipv4 show inter

Idx Met MTU State Name
— ———- ———- ———— —————————
1 50 4294967295 connected Loopback Pseudo-Interface 1
15 10 1500 connected Local Area Connection

Note down IDX 15

Run this command:

netsh interface ipv4 set interface 15 dadtransmits=0 store=persistent