Reset interface back to initial install
Moderators: Hacker, petermad, Stefan2, white
Reset interface back to initial install
Is there a way to revert Total Commander back to how it was upon initial install. I'm totally lost.
Re: Reset interface
Create an empty wincmd.ini file in place of your current configuration file.
Save it before you do that.
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
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
Re: Reset interface
To complement what said @Horst.Epp you could:
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 !
- in totalcmd command line type cmd
- close all running TC instances
- create a backup from console and delete old file
Code: Select all
move %commander_ini% wincmd_ini.Backup del %commander_ini%
- Next time you launch TC a new empty ini will be created with default parameters
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 !
Re: Reset interface
Using %commander_ini% will only work from inside of TC.nsp wrote: 2022-06-07, 06:13 UTC To complement what said @Horst.Epp you could:If you want to keep plugins or more, do not delete file but type notepad %commander_ini% from cmd console.
- in totalcmd command line type cmd
- close all running TC instances
- create a backup from console and delete old file
Code: Select all
move %commander_ini% wincmd_ini.Backup del %commander_ini%
- Next time you launch TC a new empty ini will be created with default parameters
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 !
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
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
Re: Reset interface
If you launch cmd from TC command line, all the TC variable are available ! (Give a try)Horst.Epp wrote: 2022-06-07, 09:00 UTCUsing %commander_ini% will only work from inside of TC.nsp wrote: 2022-06-07, 06:13 UTC To complement what said @Horst.Epp you could:
- in totalcmd command line type cmd
- close all running TC instances
- create a backup from console and delete old file
Code: Select all
move %commander_ini% wincmd_ini.Backup del %commander_ini%
- Next time you launch TC a new empty ini will be created with default parameters
.....
You have to use the full pathname of the ini-file.
Code: Select all
C:\>SET
/////
COMMANDER_DRIVE=....
COMMANDER_EXE=....
COMMANDER_INI=....
COMMANDER_INSTANCE=1
COMMANDER_PATH=....
/////
Code: Select all
CD /d %COMMANDER_INI%\..
Re: Reset interface back to initial install
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!
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