8

Nothing happens when I click on a magnet:// link on Google Chrome. How to make that when I click on a magnet:// link on Chrome, uTorrent opens it?

10 Answers10

7

I tried all the registry suggestions only to find that I did not have all the mentioned keys.

In the end, what worked for me was to go to Options -> Preferences within Utorrent.

In the general section there is a button labeled "Associate with torrent files". I clicked that button and did not even have to restart chrome before it started working.

Mat Lipe
  • 171
3

Go to:

C:\Users\Administrator\AppData\Local\Google\Chrome\User Data**,  (%LOCALAPPDATA%\Google\Chrome\User Data)

You need to close google chrome, and open file Local State, you will need Notepad++ or something similar. And find magnet key, for example link javascript is enabled here. If there is torrent (or magnet) you just make it true, if not, try to add it in same fashion.

   "protocol_handler": {
      "excluded_schemes": {
         "afp": true,
         "data": true,
         "disk": true,
         "disks": true,
         "file": true,
         "hcp": true,
         "javascript": true,

If that dont work, try to delete them, and then chrome should allegedly ask you again what to do. Maybe you should look in registry

HKEY_CURRENT_USER\Software\Classes\Magnet values. If I have figure it out, shell value (this value you will also found in protocol handler) is for external application to run in Chrome, but maybe I am very wrong!

I know it is not the smartest solution, but does something prevent you from resetting browser settings, or reinstalling Chrome (and uTorrent)?

Giacomo1968
  • 58,727
2

Just had this same problem. Instead, I just right clicked on the magnet link text in my browser and edited it as HTML. So:

magentlinkURL 

Turns into:

<a href="magnetlinkURL">click me </a>

Then I finished editing and just clicked the link normally.

Giacomo1968
  • 58,727
1

If you have multiple profiles activated in chrome,
You will have to edit C:\Users\<Username>\AppData\Local\Google\Chrome\User Data\<Profile folder>\Preferences file to get it work.
Where <Profile folder> can be Default, Profile 1, Profile 2.... etc. based on profile.

If not,
Edit C:\Users\<Username>\AppData\Local\Google\Chrome\User Data\Local State as suggested in other answers.

Edit required:

  1. Open Preferences file or Local State file with notepad/notepad++ and find magnet keyword.

  2. Either update "magnet" value to false or remove "magnet" definition from "excluded_schemes" section completely.
    i.e. change "magnet": true, to "magnet": false, or remove "magnet": true, completely.

0

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

kofi
  • 9
0

On a windows 10 system, simply rename local State (i.e. Local State.old) and re open Chrome, it will ask again if you want to open Utorrent (or any other app) Fabrice

0

Even on Windows 7, simply renaming the local State file (i.e. Local State.old) and re open Chrome, it will ask again if you want to open Utorrent (or any other app). It worked for me.

0

I have found a solution. Just simply revert to the previous version, I went back to Google Chorme 76, found here: https://www.neowin.net/news/google-chrome-76-offline-installer/

Make sure and save your bookmarks or you can just log back into your google chrome browser account. As it reverted go and click on a torrent magnet link and the tick box to always open in utorrent will re-appear. ensure to tick this box. When next chrome automatically updates it will save your settings. If ever you reset you browser history you will loose the feature to automatically opening magnet links in utorrent.

0

Download .reg file from url, edit and and change path in file to your uTorrent.exe path https://github.com/warshtranker/utorrent_magnet_fix

-1

Go to C:\Users\Administrator\AppData\Local\Google\Chrome\User Data and open this folder, select all items in the folder and delete them after that run again the installation chrome. After that when you choice to click "Get this torrent" ask from you if you want to open with utorrent.

Tasos
  • 1