Skip to content

Instantly share code, notes, and snippets.

@QYG2297248353
Created December 3, 2025 09:26
Show Gist options
  • Select an option

  • Save QYG2297248353/fcc92bd38efee69e201d45ae60feb6f6 to your computer and use it in GitHub Desktop.

Select an option

Save QYG2297248353/fcc92bd38efee69e201d45ae60feb6f6 to your computer and use it in GitHub Desktop.
Magnet Windows11 协议注册
Windows Registry Editor Version 5.00
; =============================
; 迅雷 Magnet 协议注册
; =============================
[HKEY_CLASSES_ROOT\Thunder.Magnet]
@="URL:Thunder Magnet Link"
"URL Protocol"=""
"DefaultIcon"="C:\\Program Files (x86)\\Thunder Network\\Thunder\\Program\\Thunder.exe,1"
[HKEY_CLASSES_ROOT\Thunder.Magnet\shell]
[HKEY_CLASSES_ROOT\Thunder.Magnet\shell\open]
[HKEY_CLASSES_ROOT\Thunder.Magnet\shell\open\command]
@="\"C:\\Program Files (x86)\\Thunder Network\\Thunder\\Program\\Thunder.exe\" \"%1\""
; =============================
; qBittorrent Magnet 协议注册
; =============================
[HKEY_CLASSES_ROOT\qBittorrent.Magnet]
@="URL:qBittorrent Magnet Link"
"URL Protocol"=""
"DefaultIcon"="C:\\Program Files\\qBittorrent\\qbittorrent.exe,1"
[HKEY_CLASSES_ROOT\qBittorrent.Magnet\shell]
[HKEY_CLASSES_ROOT\qBittorrent.Magnet\shell\open]
[HKEY_CLASSES_ROOT\qBittorrent.Magnet\shell\open\command]
@="\"C:\\Program Files\\qBittorrent\\qbittorrent.exe\" \"%1\""
; =============================
; 系统“按协议选择默认应用”列表
; 关键:注册 capabilities/UrlAssociations
; =============================
; 迅雷协议
[HKEY_CURRENT_USER\Software\Clients\StartMenuInternet\Thunder\Capabilities]
"ApplicationName"="Thunder"
[HKEY_CURRENT_USER\Software\Clients\StartMenuInternet\Thunder\Capabilities\UrlAssociations]
"magnet"="Thunder.Magnet"
[HKEY_CURRENT_USER\Software\RegisteredApplications]
"Thunder"="Software\\Clients\\StartMenuInternet\\Thunder\\Capabilities"
; qBittorrent协议
[HKEY_CURRENT_USER\Software\Clients\StartMenuInternet\qBittorrent\Capabilities]
"ApplicationName"="qBittorrent"
[HKEY_CURRENT_USER\Software\Clients\StartMenuInternet\qBittorrent\Capabilities\UrlAssociations]
"magnet"="qBittorrent.Magnet"
[HKEY_CURRENT_USER\Software\RegisteredApplications]
"qBittorrent"="Software\\Clients\\StartMenuInternet\\qBittorrent\\Capabilities"
@QYG2297248353
Copy link
Author

说明

当系统安装超过1个磁力下载客户端时,在系统设置中的默认应用列表中查找 Magnet 协议仅存在最后安装的协议。

使用

假如你的路径与我一致变可直接双击执行导入注册表即可。
迅雷执行路径:"C:\Program Files (x86)\Thunder Network\Thunder\Program\Thunder.exe"
qBittorrent执行路径:"C:\Program Files\qBittorrent\qbittorrent.exe"

修改

一共是两个地方,协议注册 和 可用列表注册

你只需要复制进行匹配修改即可

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment