How to change default program to open magnet link in windows?

335,801

Solution 1

Open μTorrent. Go to preferences from options menu. Select general. Click the button Associate with torrent files. Your problem is over.

Solution 2

  1. Press Win + R, type regedit and press OK.
  2. Browse to the following location:

    HKEY_CLASSES_ROOT\Magnet\shell\open\command
    
  3. Double-click the default location and change the data section to:

    "C:\Program Files (x86)\uTorrent\uTorrent.exe" "%L"
    

Solution 3

You need to change the "Handlers" setting inside the Chrome Settings.

Click the Chrome menu on the browser toolbar.

Select Settings > Show advanced settings.

In the "Privacy" section, click Content settings.

In the dialog that appears, find the “Handlers” section. Click Manage handlers.

Use the drop-down menu next to a listed protocol to select the web service that should be used by default.

P.S - This answer was for a pretty old version of Chrome. The settings have changed since then and I don't use Chrome anymore, so maybe try some of the other answers.

Solution 4

Assuming you are talking about windows

Chrome uses the windows default handler for the filetypes. Just search for "Default Apps" in your start menu and change the association there, and chrome will then call the correct file.

Settings

I just did this on win10 for .torrent

Share:
335,801

Related videos on Youtube

ChathurawinD
Author by

ChathurawinD

A simple down to earth minded person with perfect artistic tastes and who's looking forward to see world thorough in a way more SENSIBLE..~~

Updated on September 18, 2022

Comments

  • ChathurawinD
    ChathurawinD almost 2 years

    Recently I installed BitComet. Now when I click a torrent magnet link from chrome it opens with BitComet though I changed the settings of BitComet to not to be the default program to open magnet links. I couldn't find default magnet link settings in μTorrent. I want my default program to open magnet links to be μTorrent. I'm using Windows 8.1 and my browser is Chrome, I want to make the default program to open magnet links to be μTorrent.

    • niico
      niico almost 6 years
      I had to deselect the 'open magnet link' option in qTorrent - then Apply, then reselect it - and it fixed the issue.
  • Pacerier
    Pacerier over 7 years
    ?? This doesn't work the list is read-only? See: i.stack.imgur.com/SkkOU.png
  • cat
    cat over 7 years
    This answer also works for Transmission and in fact any other program given the right path, thanks!
  • Ken Sharp
    Ken Sharp almost 7 years
    The settings layout has recently changed to make everything even more difficult than it already was. There is no "Manage handlers" any more.
  • mrexodia
    mrexodia about 5 years
    For me this answer was (part of) the solution. Chrome did not handle the new torrent client and kept using the old one. I uninstalled the old one, added the excluded_schemes from this answer and re-checked magnet association in the new torrent client. After a reboot everything is working perfectly!
  • Machado
    Machado almost 5 years
    This helped me to find the Default app per Protocol which was what I needed.
  • Icebone1000
    Icebone1000 almost 4 years
    after last windows update this doesnt work anymore (it worked for changing from utorrent to qBittorrent), but now no magnetic links open
  • Markus von Broady
    Markus von Broady over 3 years
    The question asks for magnets, this answer relates to .torrent files.
  • Vijay
    Vijay over 3 years
    Like the comment above yours, it helps resolve the issue, somehow shrugs
  • Greg Sadetsky
    Greg Sadetsky over 3 years
    In macOS Catalina, using Chrome v86 and Transmission, the "Handlers" route did not work for me. However, opening Transmission, going into Preferences and then clicking the "Accept magnet links: [Set Default Application]" button worked! Chrome now offers to open magnet links in Transmission. yay!
  • SidedTech
    SidedTech about 3 years
    Wrong answer gets 29 upvotes. He said Magnet, not torrent.
  • Admin
    Admin about 2 years
    Shouldn't that "%L" be a "%1"?