Created
January 1, 2024 06:16
-
-
Save tyhallcsu/5aee986eee806a388799f8a18a59d135 to your computer and use it in GitHub Desktop.
Fix qBittorrent Magnet File Association Windows 10/11
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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\"" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment