Jump to content

Register torrent file to uTorrent


Recommended Posts


hmm.. don't you need this too to make it work?

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.torrent]
@="uTorrent"
"Content Type"="application/x-bittorrent"

so a complete .reg would be something like:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.torrent]
@="uTorrent"
"Content Type"="application/x-bittorrent"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\uTorrent\shell\open\command]
@="\"C:\\Program Files\\uTorrent\\utorrent.exe\" \"%1\""

didn't work for me before I added the .torrent class :)

Link to comment
Share on other sites

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.torrent]
@="uTorrent"
"Content Type"="application/x-bittorrent"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\uTorrent\shell\open\command]
@="\"C:\\Program Files\\uTorrent\\utorrent.exe\" \"%1\""

didn't work for me before I added the .torrent class :)

You're absolutely correct, thanks for the input :thumbup

shark

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...