Total Commander to be my default 'File Explorer'

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
r042wal
Junior Member
Junior Member
Posts: 2
Joined: 2023-08-17, 01:20 UTC

Total Commander to be my default 'File Explorer'

Post by *r042wal »

I would like Total Commander to be my default 'File Explorer' in Windows 10.

No matter how much I've tried, registry edits and all, I just can't get Total Commander to be my default file explorer. The more I use Total Commander, the more I can see the value it integrates into my Windows system. Can someone help me?

I really like the way Total Commander integrates with my Google Drive. That is absolutely a nice feature.

Cheers from Canada
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6970
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Re: Total Commander to be my default 'File Explorer'

Post by *Horst.Epp »

You can't have a full substitute because some programs use hardcoded Explorer calls.
The following reg file makes TC the default for all folder operations using the Windows calls.
It doesn't by design not change the Control panel, as TC can't do that correctly.
The path to TC must be changed for your environment, every \ in the path must 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.55 RC1 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
wetware05
Junior Member
Junior Member
Posts: 64
Joined: 2023-05-15, 16:10 UTC

Re: Total Commander to be my default 'File Explorer'

Post by *wetware05 »

Hi, r042wal

When "millennia" ago Norton commander was used (it was not the same program, nor company, of course) from MS-DOS, going through the different versions of Windows, and already being Total Commander, I always have Total Commander open since I turn on the computer . I think that it is not necessary to do anything else: have it open and do everything with it, without ever opening Explorer.

An interesting utility is "listary", which is integrated with total commander so that when a window is opened —to open or save a file—, Total Commander is the intermediary (another utility that does the same thing is "Direct Folders").
r042wal
Junior Member
Junior Member
Posts: 2
Joined: 2023-08-17, 01:20 UTC

Re: Total Commander to be my default 'File Explorer'

Post by *r042wal »

I did the reg edit. Every time I click on a folder now, Nord VPD loads. Geesh. lol
Any ideas?
User avatar
petermad
Power Member
Power Member
Posts: 16030
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: Total Commander to be my default 'File Explorer'

Post by *petermad »

2r042wal

Can you export your registry settings and post them here? - maybe we can spot a syntax error.
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6970
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Re: Total Commander to be my default 'File Explorer'

Post by *Horst.Epp »

2r042wal
This registry settings will never ever call a VPN connection.
Show your edited reg file.
Windows 11 Home, Version 24H2 (OS Build 26100.3915)
TC 11.55 RC1 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
Post Reply