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.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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