2

I accidentally make Pidgin the default app for Yahoo Messenger URI scheme (ymsgr://) in Google Chrome. Now, whenever I click on a Yahoo Messenger URI scheme, instead of appearing a popup chat box, nothing happens. How can I change the default app to associate with this URI scheme back to Yahoo Messenger?

I found a similar problem here. But I am using Windows 7, not Ubuntu, so the solution cannot be applied in my situation.

KiL
  • 163

3 Answers3

1

The file associations in Control Panel\Programs\Default Programs\Set Associations doesn't cover all possible file extensions and actions that can be taken by default on those extensions, such as editing and printing.

This application: http://www.nirsoft.net/utils/file_types_manager.html, can help you edit defaults that don't appear in the control panel list.

0

On Windows 7, access the undermentioned:

control /name Microsoft.DefaultPrograms /page pageFileAssoc

In later versions of Windows, you should be able to modify the default association via ms-settings:defaultapp, as github.com/MicrosoftDocs/windows-dev-docs/blob/d8cd038a6c00b1196b3b9bab88594b293db92efc/uwp/launch-resume/launch-settings-app.md?plain=1#L113 explains.

0

Try Control Panel\Programs\Default Programs\Set Associations

or Start> Default Programs> Associate a file type or protocol with a program

Navin
  • 144