I'm trying to open Chrome downloads folder "show in folder" with Total Commander instead of windows Explorer?
I already found and followed similar post here https://www.ghisler.ch/board/viewtopic.php?p=276650#276650
my registry modification related to the post:
Code: Select all
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell]
@="totalcmd"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\totalcmd]
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Directory\shell\totalcmd\command]
@="\"C:\\totalcmd\\TOTALCMD64.EXE\" / O / T / L = \"% 1\""
am I doing something wrong?
Much thanks in advance