Jump to content

Recommended Posts


Posted

This will do it ...

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

of course, modify the path to your needs.

shark

Posted

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 :)

Posted
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

Posted

i think its a little bit easier to copy the "settings.dat" file under UserProfile\Datos de programa\uTorrent wich is the one file that uTorrent uses to store its settings.

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...