Autoplay CD/DVD con TC

Moderated forum for Spanish users

Moderator: Sombra

Post Reply
hernanmar
New Member
New Member
Posts: 1
Joined: 2008-09-25, 17:52 UTC
Location: argentina

Post by *hernanmar »

Hola ¿Como se hace para que el TC abra en el panel izquierdo las unidades de CD/DVD y/o pendrive, cuando se introduce en la PC? Gracias desde ya
User avatar
Sombra
Power Member
Power Member
Posts: 811
Joined: 2005-12-27, 22:23 UTC
Location: Zaragoza, Spain

Post by *Sombra »

Hola hernanmar,

Crea un fichero de texto nuevo con extensión .REG insertando el código mostrado más abajo.
En la última línea, cambia la ruta del ejecutable por la que tengas instalado tu Total Commander.
Guarda los cambios y haz doble click sobre el nuevo fichero para importar los valores al registro de windows.

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\AutorunINFLegacyArrival]
"TOTALCMD_AUTOPLAY"=""

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\IomegaHipZipArrival]
"TOTALCMD_AUTOPLAY"=""

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\MixedContentOnArrival]
"TOTALCMD_AUTOPLAY"=""

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\PlayCDAudioOnArrival]
"TOTALCMD_AUTOPLAY"=""

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\PlayDVDMovieOnArrival]
"TOTALCMD_AUTOPLAY"=""

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\PlayMusicFilesOnArrival]
"TOTALCMD_AUTOPLAY"=""

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\PlayVideoFilesOnArrival]
"TOTALCMD_AUTOPLAY"=""

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\EventHandlers\ShowPicturesOnArrival]
"TOTALCMD_AUTOPLAY"=""

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers\TOTALCMD_AUTOPLAY]
"Action"="Abrir en Total Commander"
"DefaultIcon"="C:\\Totalcmd\\totalcmd.exe,0"
"InvokeProgID"="TOTALCMD_AUTOPLAY\\AutoPlay"
"InvokeVerb"="open"
"Provider"="Total Commander"

[HKEY_CLASSES_ROOT\TOTALCMD_AUTOPLAY\AutoPlay\shell\Open\command]
@="C:\\Totalcmd\\totalcmd.exe /O /S /T /L=\"%1\""
Suerte.


Acabo de añadir esta información a la wiki de Total Commander para que esté disponible para todos. http://www.ghisler.ch/wiki/index.php?title=AutoPlay_integration
Se agradece si alguien con más conocimientos en inglés puede mejorar la gramática escrita si lo desea :lol:
I can read English, but... I write like Tarzan. (sorry)
User avatar
sas2000
Power Member
Power Member
Posts: 682
Joined: 2003-02-07, 04:32 UTC
Location: Galiza

Post by *sas2000 »

 
Sombra wrote: Se agradece si alguien con más conocimientos en inglés puede mejorar la gramática escrita si lo desea :lol:
Yo te ayudaría, pero mucho me temo "that i also write like Tarzan" :wink: .
 
User avatar
Yuta
Member
Member
Posts: 141
Joined: 2007-03-27, 16:52 UTC
Location: Argentina

Post by *Yuta »

Sombra wrote:Se agradece si alguien con más conocimientos en inglés puede mejorar la gramática escrita si lo desea :lol:
Excelente herramienta. Me generó una comodidad que no estaba buscando.

Así es como yo lo escribiría:

Code: Select all

A new file with .REG extension must be created in your system, then paste the text written below.
The last line points to Total Commander main executable. You should adapt it to its real location in your system. 
If you want to change the way it opens in TC, e.g. different panel, new tab, etc., give a glance to Command line parameters (Help, Section 4.a).
After your adaptation, you must double click your <newfile.REG> again or import it from(with?) regedit.exe
La última sentencia no la entendí bien por eso es que la puse entre paréntesis. Me parece que está más claro ahora para un inglés nativo. 8)
User avatar
Sombra
Power Member
Power Member
Posts: 811
Joined: 2005-12-27, 22:23 UTC
Location: Zaragoza, Spain

Post by *Sombra »

Hola Yuta!

Me alegro que te fuera de utilidad. Gracias por la sugerencia con lo del texto en inglés (ya está actualizado).

Por cierto, han sido agregadas un par de líneas más, para cuando es insertado un dispositivo vacío o con contenido desconocido en Windows Vista.

Code: Select all

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\AutoplayHandlers\EventHandlers\UnknownContentOnArrival]
"TOTALCMD_AUTOPLAY"=""
Un saludo.
I can read English, but... I write like Tarzan. (sorry)
Post Reply