Why does version 23H2 feel way more stable than 24H2?

Discussion in 'Windows 11' started by PolidelticusFire, Feb 12, 2025.

  1. maur0

    maur0 MDL Senior Member

    Aug 3, 2012
    479
    252
    10


    Code:
    Set-NetTCPSetting -Profile Datacenter -CongestionProvider BBR2
    
    Set-NetTCPSetting -Profile Compat -CongestionProvider BBR2
    
    Set-NetTCPSetting -Profile Custom -CongestionProvider BBR2
    So, are these 3 commands enough to activate and improve upload speeds, or are there more things that need to be done?
    Good to know that it improves upload speeds. I only checked on versions 11 22h2 and up; it really does support it.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. sonic9

    sonic9 MDL Member

    Aug 4, 2009
    220
    86
    10
    it's only for ISP which have congestion on their network.
    ( there is issues about localhost comm. , here with openvpn and vmware workstation. )
    mitigations are for the moment :
    netsh int ipv6 set gl loopbacklargemtu=disable
    netsh int ipv4 set gl loopbacklargemtu=disable

    @Mods : Better move posts about BBR2 into a new topic