Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't use browser search (Plugin Web Search) #36083

Open
mudnug opened this issue Nov 25, 2024 · 3 comments
Open

Can't use browser search (Plugin Web Search) #36083

mudnug opened this issue Nov 25, 2024 · 3 comments
Labels
Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams Product-PowerToys Run Improved app launch PT Run (Win+R) Window Run-Plugin Things that relate with PowerToys Run's plugin interface

Comments

@mudnug
Copy link

mudnug commented Nov 25, 2024

Description of the new feature / enhancement

Allow customizing how browser exe is called

Scenario when this would be used?

When search fails
Image

Image

Supporting information

Plugins based on the web search feature also fail: Daydreamer-riri/PowerToys-Run-WebSearchShortcut#29

@mudnug mudnug added the Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams label Nov 25, 2024
@davidegiacometti
Copy link
Collaborator

Hi @mudnug, any change to do some tests? Can you please open a PowerShell, run this and paste the output here?

$progId = $(Get-ItemProperty -Path Registry::HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Associations\UrlAssociations\http\UserChoice -Name ProgId).ProgId
$command = $(Get-ItemProperty -Path Registry::HKEY_CLASSES_ROOT\$progId\shell\open\command).'(default)'
Write-Host $progId
Write-Host $command

Can you also try to run Start-Process "https://github.com" in a PowerShell window?
Is BrowseRouter launched?

This would help determine if there is something wrong with the code used to find the systems default browser.

/needinfo

@davidegiacometti davidegiacometti added Product-PowerToys Run Improved app launch PT Run (Win+R) Window Run-Plugin Things that relate with PowerToys Run's plugin interface labels Nov 27, 2024
@mudnug
Copy link
Author

mudnug commented Nov 27, 2024

BrowseRouterURL
Z:\BrowseRouter\BrowseRouter.exe %1

@mudnug
Copy link
Author

mudnug commented Nov 27, 2024

"Search the web" fails with the messagebox and "Open in default browser" works (for URLs).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams Product-PowerToys Run Improved app launch PT Run (Win+R) Window Run-Plugin Things that relate with PowerToys Run's plugin interface
Projects
None yet
Development

No branches or pull requests

2 participants