Not able to change default app for Magnet links


  1. Posts : 8
    Win 8.1.1
       #1

    Not able to change default app for Magnet links


    good day i noticed since going to 10 that clicking on magnet links does not open bittorrent. i have rerun windows and still the same problem. in cyberfox i fixed it easily enough, but for chrome and torch no love. i found a couple of things about registry entries but they did not work. i try to assign bittorrent to magnet links in windows but i cannot choose a default app from the system, i only get what you see below which is to "look for an app in the store". there must be a way to fix this so i can pick an app already on my system. thanks in advance for any gelp with this.

    Not able to change default app for Magnet links-app-store-bullshit.png
      My Computer


  2. Posts : 8
    Win 8.1.1
    Thread Starter
       #2

    no one has any idea on how to fix this?
      My Computer


  3. Posts : 1
    Windows 10 build 1809
       #3

    I am looking for the exact same thing can someone please help
      My Computer


  4. Posts : 2
    Windows 10
       #4

    Solution


    Hey, I know this is an old thread but since it looks like people are still experiencing this problem and I also ran into this issue i'll post this.

    It seems like Deluge isn't changing the registry entry for the Magnet protocol.
    To change it manually directly run regedit.exe as admin and change values for these registry keys:

    HKEY_CLASSES_ROOT\Magnet\DefaultIcon\(Default)
    to icon file or exe of your installed Deluge

    HKEY_CLASSES_ROOT\Magnet\shell\open\command\(Default)
    to your exe of your Deluge.
    Mine looks like this

    Ex:

    HKEY_CLASSES_ROOT\Magnet\DefaultIcon\(Default)
    C:\Program Files (x86)\Deluge\deluge-1.3.15-py2.7.egg\deluge\data\pixmaps\deluge.ico

    HKEY_CLASSES_ROOT\Magnet\shell\open\command\(Default)
    "C:\Program Files (x86)\Deluge\deluge.exe" "%1"


    I don't know if i'm allowed to post links in this forum but I saw the topic discussed on deluges official forum where they also showed how to create a .reg file for a fix but the above solution worked for me.

    Hope this helps.
    Cheers
      My Computer


  5. SMF
    Posts : 3
    Win10
       #5

    I apologize in advance for reviving this thread, but because none of the suggestions were helpful in my case, and this thread is high-ranking in Google about its specificity, I'll add another possibility:

    Look into your registry, specifically sub-keys of HKEY_CURRENT_USER\Software\Clients\StartMenuInternet

    There are a few crappy apps that use this association method without bothering to clean-up after their mess once uninstalled. Known for doing this crap are Torch and Citrio browsers, others will exist without a doubt.

    There they will have an URL association for magnets that will sabotage anything in HKEY_CLASSES_ROOT

    A quick way to check this, without actually navigating to the key in question would be:

    1. Open the command prompt, type the following:
    Code:
    reg query HKCU\Software\Clients /v magnet /s
    Note: as an example, this was the result for me:

    Code:
    HKEY_CURRENT_USER\Software\Clients\StartMenuInternet\Citrio.FVBLGPJK6BS5NI3EMFOUZGPMJI\Capabilities\URLAssociations
        magnet    REG_SZ    CitrioDOC.FVBLGPJK6BS5NI3EMFOUZGPMJI
    
    End of search: 1 match(es) found.
    2. If there is at least 1 match to the query above, you might be inclined to delete it, the command will be structured based on the results above: reg delete (match key) /v (match value) /f, based on the same example, this is what is should look like:
    Code:
    reg delete HKEY_CURRENT_USER\Software\Clients\StartMenuInternet\Citrio.FVBLGPJK6BS5NI3EMFOUZGPMJI\Capabilities\URLAssociations /v magnet /f
    This should do it if you have the same exact issue I had, but if it doesn't solve it right away make sure to close your browser and reopen it for it to acknowledge the lack of the key just deleted.
      My Computer


  6. Posts : 1
    Windows 10 Pro
       #6

    Workaround that worked for me


    Hey sorry I realize this is an old thread, but I was struggling with this problem and none of the options here worked for me, so I might as well post what worked for me:

    Basically this, but in case that issue is unavailable in the future I copy paste that, so the following isn't from me directly, just what worked for me:

    add qBittorrent to windows PC Settings/Search and apps/Defaults Dropbox - Screenshot 2015-02-08 03.03.21.png - Simplify your life with these values. notice that magnet use the app icon 0. torrent use the file icon 1

    Code:
    Windows Registry Editor Version 5.00
    
    [HKEY_CURRENT_USER\SOFTWARE]
    
    [HKEY_CURRENT_USER\SOFTWARE\Classes]
    
    [HKEY_CURRENT_USER\SOFTWARE\Classes\qBittorrent.magnet]
    @="URL:magnet"
    "Content Type"="application/x-magnet"
    "URL Protocol"=""
    
    [HKEY_CURRENT_USER\SOFTWARE\Classes\qBittorrent.magnet\DefaultIcon]
    @="\"C:\\Program Files\\qBittorrent\\qbittorrent.exe\",0"
    
    [HKEY_CURRENT_USER\SOFTWARE\Classes\qBittorrent.magnet\shell]
    @="open"
    
    [HKEY_CURRENT_USER\SOFTWARE\Classes\qBittorrent.magnet\shell\open]
    
    [HKEY_CURRENT_USER\SOFTWARE\Classes\qBittorrent.magnet\shell\open\command]
    @="\"C:\\Program Files\\qBittorrent\\qbittorrent.exe\" \"%1\""
    
    [HKEY_CURRENT_USER\SOFTWARE\Classes\qBittorrent.torrent]
    "Content Type"="application/x-bittorrent"
    @="Torrent file"
    
    [HKEY_CURRENT_USER\SOFTWARE\Classes\qBittorrent.torrent\DefaultIcon]
    @="\"C:\\Program Files\\qBittorrent\\qbittorrent.exe\",1"
    
    [HKEY_CURRENT_USER\SOFTWARE\Classes\qBittorrent.torrent\shell]
    @="open"
    
    [HKEY_CURRENT_USER\SOFTWARE\Classes\qBittorrent.torrent\shell\open]
    
    [HKEY_CURRENT_USER\SOFTWARE\Classes\qBittorrent.torrent\shell\open\command]
    @="\"C:\\Program Files\\qBittorrent\\qbittorrent.exe\" \"%1\""
    
    [HKEY_CURRENT_USER\SOFTWARE\RegisteredApplications]
    "qBittorrent"="Software\\qBittorrent\\Capabilities"
    
    [HKEY_CURRENT_USER\SOFTWARE\qBittorrent]
    
    [HKEY_CURRENT_USER\SOFTWARE\qBittorrent\Capabilities]
    "ApplicationIcon"="C:\\Program Files\\qBittorrent\\qbittorrent.exe,1"
    "ApplicationName"="qBittorrent"
    "ApplicationDescription"="Torrent downloader"
    
    [HKEY_CURRENT_USER\SOFTWARE\qBittorrent\Capabilities\URLAssociations]
    "magnet"="qBittorrent.magnet"
    
    [HKEY_CURRENT_USER\SOFTWARE\qBittorrent\Capabilities\FileAssociations]
    ".torrent"="qBittorrent.torrent"
    
    [HKEY_CURRENT_USER\SOFTWARE\qBittorrent\shell]
    
    [HKEY_CURRENT_USER\SOFTWARE\qBittorrent\shell\open]
    
    [HKEY_CURRENT_USER\SOFTWARE\qBittorrent\shell\open\command]
    @="\"C:\\Program Files\\qBittorrent\\qbittorrent.exe\""
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 22:25.
Find Us




Windows 10 Forums