How do I make TC the default file manager for Windows 10?

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
eschamp
Junior Member
Junior Member
Posts: 14
Joined: 2004-10-30, 16:00 UTC

How do I make TC the default file manager for Windows 10?

Post by *eschamp »

How do I make TC the default file manager for windows 10 instead of File Explorer?

Thank you.
User avatar
Horst.Epp
Power Member
Power Member
Posts: 7018
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Post by *Horst.Epp »

The following reg file does it

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 \"%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 \"%1\""
 
Please change the path to yours and watch the required //
Note that My PC and the Control Center are not changed.
Windows 11 Home, Version 24H2 (OS Build 26100.4351)
TC 11.55 RC7 x64 / x86
Everything 1.5.0.1396a (x64), Everything Toolbar 1.5.5.0, Listary Pro 6.3.2.88
QAP 11.9.0.6 x64
Post Reply