Can I open TC with Win + E or if I open folders from the Start menu so they open in TC instead of Windows Explorer?
Like a https://freecommander.com/fchelpxe/en/RedirectWinEtoFreeCommander.html
Open TC instead of Windows Explorer
Moderators: Hacker, petermad, Stefan2, white
Re: Open TC instead of Windows Explorer
Not Win-E but TC for any Open folder action.
Store as filename.reg and double-click on it
Change to your path and note that every \ in a path has to be doubled.
Store as filename.reg and double-click on it
Change to your path and note that every \ in a path has to be doubled.
Code: Select all
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:\\tools\\wincmd\\TOTALCMD64.EXE /O /A /T /S \"%1\""
[HKEY_CLASSES_ROOT\Directory\shell]
@="open"
[HKEY_CLASSES_ROOT\Directory\shell\open]
[HKEY_CLASSES_ROOT\Directory\shell\open\command]
@="c:\\tools\\wincmd\\TOTALCMD64.EXE /O /A /T /S \"%1\""
Windows 11 Home, Version 24H2 (OS Build 26100.3915)
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
Re: Open TC instead of Windows Explorer
great, super.
THNX a lot, Michael
THNX a lot, Michael