TC-Explorer integration: how to revert back / disable?

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
wingzero
Junior Member
Junior Member
Posts: 2
Joined: 2015-10-07, 12:31 UTC

TC-Explorer integration: how to revert back / disable?

Post by *wingzero »

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.
User avatar
Horst.Epp
Power Member
Power Member
Posts: 7022
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Post by *Horst.Epp »

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"
 
User avatar
MVV
Power Member
Power Member
Posts: 8711
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

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.
wingzero
Junior Member
Junior Member
Posts: 2
Joined: 2015-10-07, 12:31 UTC

Post by *wingzero »

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
Post Reply