Command Palette: comprehensive search among Control Panel options
#48,539 opened on Jun 12, 2026
Repository metrics
- Stars
- (133,154 stars)
- PR merge metrics
- (Avg merge 14d 20h) (117 merged PRs in 30d)
Description
Description of the new feature / enhancement
There is an option to search in Control Panel. You can open it and press Ctrl + F then type keywords to search for. The same is partially present in search results of the Windows Settings extention for Command Palette but not all options. The logic of what's present from Control Panel and what's not is not clear. Notice that if you perform any of the following examples in the Windows Start Menu search everything going to work correctly.
Example 1.
- Open Control Panel.
- Press Ctrl + F.
- Type "device".
- Notice you have "Setup USB game controllers" option which is a suboption under "Device and Printers" option.
- Open Command Palette.
- Type "device" directly in the global search or under "$" Windows Settings extension.
- Notice that neither from options lists "Setup USB game controllers".
Example 2.
- Open Control Panel.
- Press Ctrl + F.
- Type "file history".
- Notice you have "File History" main option listed.
- Open Command Palette.
- Type "file history" directly in the global search or under "$" Windows Settings extension.
- Notice that neither from options lists "File History".
Example 3.
- Open Control Panel.
- Press Ctrl + F.
- Type "performance".
- Notice you have "Adjust appearance and performance of Windows" suboption under "System" option.
- Open Command Palette.
- Type "performance" or "adjust" directly in the global search or under "$" Windows Settings extension.
- Notice that neither from options lists "Adjust appearance and performance of Windows".
https://github.com/user-attachments/assets/76cf231a-c3d0-46cc-ac35-763f2e75d819
Scenario when this would be used?
Simplifies search for relevant settings.
Supporting information
No response