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.