AutoPlay integration

From TotalcmdWiki
Revision as of 10:36, 29 October 2008 by Sombra (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This article describe how handle inserted media types by Total Commander.

  • A new file with .REG extension must be created in your system, then you have to paste the text wrote below:
  • The last line point to Total Commander main executable. You should adapt it to your real location in your system.
  • If you wish to change how it is opened in TC - different panel, new tab, etc. - give a glance to Command line parameters
  • After your adaptation, you must do double click in your <newfile.REG> or import from regedit.exe


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"="Browse with 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\""




Back to Main_Page