On master, commit 1768483, after having added the readdir fix for #10850 manually:
Interpreters installed from the Windows Store are of type Unknown because they are found through the KnownPathService locator, and not WindowsRegistryService:

And interpreters installed from python.org are also of type Unknown because they are found using the WindowsRegistryService locator:

On master, commit 1768483, after having added the
readdirfix for #10850 manually:Interpreters installed from the Windows Store are of type
Unknownbecause they are found through theKnownPathServicelocator, and notWindowsRegistryService:And interpreters installed from python.org are also of type
Unknownbecause they are found using theWindowsRegistryServicelocator: