Quantcast
Channel: Total Commander
Viewing all articles
Browse latest Browse all 18755

Eng :: RE: How to open Folder Shortcut on Desktop by TC?

$
0
0
Author: Horst.Epp
Posted: Wed Mar 02, 2016 6:51 am (GMT -6)

AnthonyCian wrote:
Thanks everyone, I will give these suggestions a try. And yes, the question was meant to open a desktop folder shortcut by double clicking on it, which would then open Total Commander, instead of the Windows FileManager.
AC

I have set the registry to open TC for all places except Control Panel and This PC (top level). Adjust the pathes and watch the double slashes.
Code:

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\""
 


Viewing all articles
Browse latest Browse all 18755

Trending Articles