I figured it out after a lot of googling. I followed this guide: Power management setting on a network adapter - Windows Client | Microsoft Learn - and added a registry.
1: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class{4D36E972-E325-11CE-BFC1-08002bE10318}\DeviceNumber
2: In folder 002 (001 is wifi), i created a new DWORD (32 bit): PnPCapabilities (since it was missing), with hex vaule: 0x118 - "Option 1 is unchecked (Note that option 2 and option 3 will be greyed out as a result)
3: reboot and problem solved.