Priortizing LAN over WLAN won't work

I'm trying to set my LAN internet as the main one for playing video games, and my WLAN one for streaming, I followed many tutorials (which they all explain the same thing) on setting metrics, I have set my LAN to 5 and my WLAN to 10, but my computer still prioritizes my WLAN for some reason, I could really use your help and thank you for taking the time to read this.


Solution 1:

Set both LAN and WAN configurations to Automatic Metric.

Exit from this and run TCP/IP Reset:

Open cmd.exe with Run as Administrator

(1) netsh int ip reset c:\resetlog.txt

(2) ipconfig /flushdns

(3) restart the computer and test now that LAN takes priority over WAN.

If you have made other changes, you may also wish to run DISM and SFC and then reset TCP/IP again.

(1) Open cmd.exe with Run as Administrator.

(2) DISM.exe /Online /Cleanup-image /StartComponentCleanup

(3) DISM.exe /Online /Cleanup-Image /Restorehealth

(4) SFC /SCANNOW

(5) Restart when all the above is complete, run TCP/IP Reset again, restart and test LAN and WAN operation.