Skip to content

"Warning: Not all drives are indexed" shall read setting from yet another registry location #30654

Closed
@xprzemekw

Description

Microsoft PowerToys version

0.76.2

Installation method

PowerToys auto-update

Running as admin

No

Area(s) with issue?

PowerToys Run

Steps to reproduce

  1. Enable Enhanced Search
image
  1. Start Searching Windows Index

  2. The Warning: Not all files are indexed. warning appears

image
  1. This is because on Windows 11 I use (version 23H2) changing Classic vs Enhanced Search setting writes value to the
    Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Search\EnableFindMyFiles registry key while IndexerDriveDetection.cs searches in Software\Microsoft\Windows Search\Gather\Windows\SystemIndex\EnableFindMyFiles

Please check:

string registryLocation = @"Software\Microsoft\Windows Search\Gather\Windows\SystemIndex";

✔️ Expected Behavior

Since Enhanced Search is enabled Warning: Not all files are indexed. warning should not appear.

❌ Actual Behavior

Even though the Enhanced Search setting is enabled, the Warning: Not all files are indexed. warning still appears.

This is because on Windows 11 I use (version 23H2) changing Classic vs Enhanced Search setting writes value to the
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Search\EnableFindMyFiles registry key while IndexerDriveDetection.cs searches in Software\Microsoft\Windows Search\Gather\Windows\SystemIndex\EnableFindMyFiles

Please check:

string registryLocation = @"Software\Microsoft\Windows Search\Gather\Windows\SystemIndex";

Other Software

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Cost-SmallSmall work item - 0-8 hours of workIssue-BugSomething isn't workingResolution-DuplicateThere's another issue on the tracker that's pretty much the same thing.Run-PluginThings that relate with PowerToys Run's plugin interfaceSeverity-RegressionThis was working in a previous release

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions