Network
How to check actual Full Duplex status on network adapters on Windows
vv
PowerShell:
Get-NetAdapter | SELECT name, fullduplex
How to add Microsoft Loopback adapter to Windows 10
vv
Open Device Manager, select Action->Add legacy hardware.
How to lower the priority (QoS) of a heavy traffic program to not block your Internet browsing
vv
Do you have some rogram that heavily sends traffic so that it clogs your Internet? Just lower the QoS for it. It will send at the same average speed, only that it won't impede other traffic.