Reset interface back to initial install

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
BZee
Junior Member
Junior Member
Posts: 7
Joined: 2015-10-16, 17:13 UTC

Reset interface back to initial install

Post by *BZee »

Is there a way to revert Total Commander back to how it was upon initial install. I'm totally lost.
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6950
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Re: Reset interface

Post by *Horst.Epp »

Create an empty wincmd.ini file in place of your current configuration file.
Save it before you do that.
Windows 11 Home, Version 24H2 (OS Build 26100.3915)
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
User avatar
nsp
Power Member
Power Member
Posts: 1912
Joined: 2005-12-04, 08:39 UTC
Location: Lyon (FRANCE)
Contact:

Re: Reset interface

Post by *nsp »

To complement what said @Horst.Epp you could:
  1. in totalcmd command line type cmd
  2. close all running TC instances
  3. create a backup from console and delete old file

    Code: Select all

    move %commander_ini% wincmd_ini.Backup
    del %commander_ini%
  4. Next time you launch TC a new empty ini will be created with default parameters
If you want to keep plugins or more, do not delete file but type notepad %commander_ini% from cmd console.
keep all sections like [????plugins] and [???plugin64]. As a first try, you can just empty [configuration] section only and see if your are not back to normal !
BZee
Junior Member
Junior Member
Posts: 7
Joined: 2015-10-16, 17:13 UTC

Re: Reset interface back to initial install

Post by *BZee »

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

Re: Reset interface

Post by *Horst.Epp »

nsp wrote: 2022-06-07, 06:13 UTC To complement what said @Horst.Epp you could:
  1. in totalcmd command line type cmd
  2. close all running TC instances
  3. create a backup from console and delete old file

    Code: Select all

    move %commander_ini% wincmd_ini.Backup
    del %commander_ini%
  4. Next time you launch TC a new empty ini will be created with default parameters
If you want to keep plugins or more, do not delete file but type notepad %commander_ini% from cmd console.
keep all sections like [????plugins] and [???plugin64]. As a first try, you can just empty [configuration] section only and see if your are not back to normal !
Using %commander_ini% will only work from inside of TC.
You have to use the full pathname of the ini-file.
Windows 11 Home, Version 24H2 (OS Build 26100.3915)
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
User avatar
nsp
Power Member
Power Member
Posts: 1912
Joined: 2005-12-04, 08:39 UTC
Location: Lyon (FRANCE)
Contact:

Re: Reset interface

Post by *nsp »

Horst.Epp wrote: 2022-06-07, 09:00 UTC
nsp wrote: 2022-06-07, 06:13 UTC To complement what said @Horst.Epp you could:
  1. in totalcmd command line type cmd
  2. close all running TC instances
  3. create a backup from console and delete old file

    Code: Select all

    move %commander_ini% wincmd_ini.Backup
    del %commander_ini%
  4. Next time you launch TC a new empty ini will be created with default parameters
    .....
Using %commander_ini% will only work from inside of TC.
You have to use the full pathname of the ini-file.
If you launch cmd from TC command line, all the TC variable are available ! (Give a try)

Code: Select all

C:\>SET
/////
COMMANDER_DRIVE=....
COMMANDER_EXE=....
COMMANDER_INI=....
COMMANDER_INSTANCE=1
COMMANDER_PATH=....
/////
You can even go to right ini folder from cmd shell using:

Code: Select all

CD /d %COMMANDER_INI%\..
User avatar
Zyber
Junior Member
Junior Member
Posts: 11
Joined: 2009-10-07, 20:44 UTC
Location: Sweden

Re: Reset interface back to initial install

Post by *Zyber »

yeeeeah... exactly what I was looking for.

Mr.Ghisler, it would be amazing if you integrated that little function in the HELP menu to export your settings file.
And then import also.
Maybe it is needed once but very useful.

Otherwise, the Total Commander or Windows Commander from the beginning is the best ever!

Windows and Total Commander has been my friend since 1996.
A lot of needed functions and a good-looking interface.

Thumbs up!
/Zyber
Post Reply