Windows 24h2 support

Hi everyone,

I’ve been a loyal Listary PRO user for a long time and greatly appreciate its functionality. However, since updating my laptop to Windows 11 24H2, Listary has stopped indexing.

Specifically, the application displays ‘0 items indexed,’ and attempting to rebuild the index yields no results. I’ve already tried reinstalling Listary and clearing the appdata folders, but the problem persists.

I’ve noticed other users on the forum reporting similar indexing issues. It appears the 24H2 update may have introduced permission conflicts or other incompatibilities affecting Listary’s indexing process.

Any assistance or insights would be greatly appreciated. Thank you!

(Tried on Latest release & Beta build)

It’s definitely not a general Windows 11 24H2 problem
as it works with the latest official build here.
You should have a list of Listary tasks like this


Windows 11 Home Version 24H2 (OS Build 26100.3323)
Listary Pro 6.3.1.85

1 Like

Thank’s Horst!
I seem to have all the same processes running. Unfortunately though, still no succes.

For some reason Listary Portable seems to operate just fine! I definitely miss the features I got used to from the more modern version.

But this will do until i find a way to fix the non-portable variant.

It is highly likely that your Windows 11 24H2 has enabled BBR2, causing Listary to fail to index properly.

BBR2 is a new type of TCP congestion control algorithm that may cause compatibility issues with certain software, such as Listary, in some cases.

You can search for how to disable BBR2 and then use Listary V6.

1 Like

Hi everyone,

I wanted to share a solution to an issue I was experiencing with rebuilding my index. A big thank you to Lily for pointing me in the right direction!

It turns out the problem was indeed related to the BBR2 congestion control algorithm that Lily pointed out. After switching back to CUBIC, I was able to rebuild my index without any issues.

For anyone encountering similar problems, here’s how to switch your congestion control algorithm from BBR2 to CUBIC in Windows:

How to Disable BBR2 and Switch to CUBIC:

  1. Open PowerShell as Administrator.

  2. Run the following commands:

    netsh int tcp set supplemental template=internet congestionprovider=CUBIC
    netsh int tcp set supplemental template=internetcustom congestionprovider=CUBIC
    netsh int tcp set supplemental template=Datacenter congestionprovider=CUBIC
    netsh int tcp set supplemental template=Datacentercustom congestionprovider=CUBIC
    netsh int tcp set supplemental Template=Compat CongestionProvider=CUBIC
    
    • You can copy and paste all these commands at once.
  3. Verify the changes:

    • Run the following command:

      Get-NetTCPSetting | Select SettingName, CongestionProvider
      
    • This will display your current TCP settings, including the congestion provider. Confirm that it shows “CUBIC.”

How to Re-enable BBR2 (if needed):

If you want to switch back to BBR2, use these commands:

netsh int tcp set supplemental Template=Internet CongestionProvider=bbr2
netsh int tcp set supplemental Template=Datacenter CongestionProvider=bbr2
netsh int tcp set supplemental Template=Compat CongestionProvider=bbr2
netsh int tcp set supplemental Template=DatacenterCustom CongestionProvider=bbr2
netsh int tcp set supplemental Template=InternetCustom CongestionProvider=bbr2

I hope this helps anyone facing similar index rebuild issues.

1 Like

My system shows CUBIC
I never changed anything for myself.
Do you know what app or update made this setting for you ?


Windows 11 Home Version 24H2 (OS Build 26100.3323)
Listary Pro 6.3.1.87

Windows does not enable BBR2 by default, but some users may have manually configured it.

Additionally, when Windows 11 24H2 was first released, many people installed it using pre-configured Windows ISOs. From what I know, many Chinese installation ISOs had BBR2 enabled by default, which caused issues with various software, including Listary.

This is the first case I’ve seen where an English system had BBR2 enabled.

My laptop was automatically updated from Windows 10 version 22H2 to Windows 11 24H2. Following the completion of the update, I began experiencing the issues described in my previous post. I believe these problems are directly related to the 24H2 update I received.

Usually, I would completely reinstall Windows for a major update like this, but as I mentioned, this update was performed automatically (I accidentally left auto-updates enabled).