Hi,
I've followed the instructions on the link below to make total commander open on opening a folder.
ghisler.ch/wiki/index.php/Explorer_integration
now i am trying to revert it back so that folders are opening with explorer.
Also in the link above.
So the total_commander lines in the register are gone, but folders are still opening with total commander.
when i change the name of the total commander folder i get the following error message
error opening c: - application not found.
when i change the name of the total commander folder back to what it was, the folders are opening with total commander.
I have rebooted the pc so i know the register has been loaded.
I run windows 10.
TC-Explorer integration: how to revert back / disable?
Moderators: Hacker, petermad, Stefan2, white
Try the following reg file:
Code: Select all
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Drive\shell]
@="none"
[HKEY_CLASSES_ROOT\Directory\shell]
@="none"
wingzero,
If folders are still opened with TC, there must be a registry key pointing to TOTALCMD.EXE. So search should help to find it. If you only imported registry files mentioned here, only those registry keys should be modified.
BTW you could give us at least some information about TC and Windows versions.
If folders are still opened with TC, there must be a registry key pointing to TOTALCMD.EXE. So search should help to find it. If you only imported registry files mentioned here, only those registry keys should be modified.
BTW you could give us at least some information about TC and Windows versions.
Horst.Epp wrote:Try the following reg file:Code: Select all
Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Drive\shell] @="none" [HKEY_CLASSES_ROOT\Directory\shell] @="none"
This solved my problem. THX