Is there any way to integrate TC with Windows like you can with Directory Opus, so that any time I click on a shortcut in Windows, TC opens it, instead of Windows Explorer?
Michael
PS: I’m on Windows 7 64-bit.
PPS: I just found this: http://www.ghisler.ch/wiki/index.php/Explorer_integration (will this work?)
Integration of Total Commander with Windows?
Moderators: Hacker, petermad, Stefan2, white
-
- Junior Member
- Posts: 7
- Joined: 2014-04-04, 18:25 UTC
- Location: United Kingdom
-
- Junior Member
- Posts: 7
- Joined: 2014-04-04, 18:25 UTC
- Location: United Kingdom
Hmm, I’m not really sure which code to add to my .reg file. I think this ought to be correct, but am not sure:
---------------------------------------*
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Drive\shell]
@="open"
[HKEY_CLASSES_ROOT\Drive\shell\open]
[HKEY_CLASSES_ROOT\Drive\shell\open\command]
@="c:\totalcmd\TCMDX64.EXE /O \"%1\""
[HKEY_CLASSES_ROOT\Directory\shell]
@="open"
[HKEY_CLASSES_ROOT\Directory\shell\open]
[HKEY_CLASSES_ROOT\Directory\shell\open\command]
@="c:\totalcmd\TCMDX64.EXE /O \"%1\""
---------------------------------------*
Also, the website says:
[HKEY_CLASSES_ROOT\Directory\shell\open\command]
@="c:\\totalcmd\\TOTALCMD64.EXE /O \"%1\""
but why is
c:\\totalcmd\\TOTALCMD64.EXE
not written as
c:\totalcmd\TOTALCMD64.EXE (this is the actual location of the exe file on my system)
???
---------------------------------------*
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Drive\shell]
@="open"
[HKEY_CLASSES_ROOT\Drive\shell\open]
[HKEY_CLASSES_ROOT\Drive\shell\open\command]
@="c:\totalcmd\TCMDX64.EXE /O \"%1\""
[HKEY_CLASSES_ROOT\Directory\shell]
@="open"
[HKEY_CLASSES_ROOT\Directory\shell\open]
[HKEY_CLASSES_ROOT\Directory\shell\open\command]
@="c:\totalcmd\TCMDX64.EXE /O \"%1\""
---------------------------------------*
Also, the website says:
[HKEY_CLASSES_ROOT\Directory\shell\open\command]
@="c:\\totalcmd\\TOTALCMD64.EXE /O \"%1\""
but why is
c:\\totalcmd\\TOTALCMD64.EXE
not written as
c:\totalcmd\TOTALCMD64.EXE (this is the actual location of the exe file on my system)
???
-
- Junior Member
- Posts: 7
- Joined: 2014-04-04, 18:25 UTC
- Location: United Kingdom
one more question
Cool, thanks it works now.
Just having a bit of trouble with the Recycle Bin part.
It says use this:
---------------------------*
REGEDIT4
[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shell\open\command]
@="\"C:\\TOTALCMD\\totalcmd.exe\" /O /T \"C:\\RECYCLER\\S-1-5-21-606747145-162531612-682003330-1003\\\""
---------------------------*
However, this doesn't work. Windows Explorer is still opening the Recycle Bin.
I just checked, and the Recycle Bin for my current user is located at:
C:\$Recycle.Bin\S-1-5-21-1339986725-1364008813-219838241-1000
Furthermore, should I use:
C:\\TOTALCMD\\totalcmd.exe\
or
C:\\TOTALCMD\\TOTALCMD64.EXE\
???
Just having a bit of trouble with the Recycle Bin part.
It says use this:
---------------------------*
REGEDIT4
[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shell\open\command]
@="\"C:\\TOTALCMD\\totalcmd.exe\" /O /T \"C:\\RECYCLER\\S-1-5-21-606747145-162531612-682003330-1003\\\""
---------------------------*
However, this doesn't work. Windows Explorer is still opening the Recycle Bin.
I just checked, and the Recycle Bin for my current user is located at:
C:\$Recycle.Bin\S-1-5-21-1339986725-1364008813-219838241-1000
Furthermore, should I use:
C:\\TOTALCMD\\totalcmd.exe\
or
C:\\TOTALCMD\\TOTALCMD64.EXE\
???