Option to use "Internal" Drive Icons?

The behaviour described in the bug report is either by design, or would be far too complex/time-consuming to be changed

Moderators: Hacker, petermad, Stefan2, white

Post Reply
harrismail
Member
Member
Posts: 107
Joined: 2007-02-07, 07:41 UTC

Option to use "Internal" Drive Icons?

Post by *harrismail »

Would it be at all possible to have an option to use the "internal" drive icons rather than the system drive and folder icons as the internal ones display much better and clearer for me (and maybe others)
Thanks Steve
User avatar
Dalai
Power Member
Power Member
Posts: 9968
Joined: 2005-01-28, 22:17 UTC
Location: Meiningen (Südthüringen)

Post by *Dalai »

Code: Select all

[Configuration]
OldDriveIcons=2
HTH

Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64

Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
harrismail
Member
Member
Posts: 107
Joined: 2007-02-07, 07:41 UTC

Post by *harrismail »

Yep - that'll do nicely - thanks!
Vulpix
Junior Member
Junior Member
Posts: 28
Joined: 2013-05-15, 18:06 UTC

Post by *Vulpix »

Dalai wrote:

Code: Select all

[Configuration]
OldDriveIcons=2
HTH

Regards
Dalai
Strangely this does nothing for me when I edit it and restart totalcmd
User avatar
Dalai
Power Member
Power Member
Posts: 9968
Joined: 2005-01-28, 22:17 UTC
Location: Meiningen (Südthüringen)

Post by *Dalai »

Vulpix wrote:Strangely this does nothing for me when I edit it and restart totalcmd
Make sure to edit the correct settings file used by TC. You should edit wincmd.ini by menu Configuration > Change Settings Files directly. Furthermore there must not be more than one key with the name OldDriveIcons, and of course, only one section named [Configuration]. And, you should use at least TC9 beta2 since that's the first to understand a value of 2.

Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64

Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
User avatar
MVV
Power Member
Power Member
Posts: 8711
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

If one uses a beta version, he should use the latest beta, which is 4th for today. :)
Vulpix
Junior Member
Junior Member
Posts: 28
Joined: 2013-05-15, 18:06 UTC

Post by *Vulpix »

Dalai wrote:
Vulpix wrote:Strangely this does nothing for me when I edit it and restart totalcmd
Make sure to edit the correct settings file used by TC. You should edit wincmd.ini by menu Configuration > Change Settings Files directly. Furthermore there must not be more than one key with the name OldDriveIcons, and of course, only one section named [Configuration]. And, you should use at least TC9 beta2 since that's the first to understand a value of 2.

Regards
Dalai
I have the latest beta, of course.

There are two sections named "Configuration" in my file. I didn't check for that before, hmm.

One of them is at the very top of the config file, the other is very close to the end of it.

I tried deleting either but both got re-generated (as I was greeted with the "first launch of TC" window.)

However, I found that putting the parameter in the SECOND configuration section, it worked! So that's what I dod.
User avatar
Dalai
Power Member
Power Member
Posts: 9968
Joined: 2005-01-28, 22:17 UTC
Location: Meiningen (Südthüringen)

Post by *Dalai »

2Vulpix
Keeping the two sections is prone to even more errors. You should close TC and edit wincmd.ini afterwards, move all settings from the second section to the first one and then delete the second section header.

Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64

Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
User avatar
MVV
Power Member
Power Member
Posts: 8711
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

Perhaps file accidentally has been saved with UTF-8 BOM and first section isn't recognized now because of it (only ANSI and UTF-16 are supported by Windows INI files).
Please check if file is in UTF-8. File must be saved in pure ANSI encoding. There is no need in UTF-16 because TC applies its own encoding for all Unicode strings anyway.
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50550
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Windows does not support UTF-8 in ini files. Either save as UTF-16 in Notepad, or as plain text.
Author of Total Commander
https://www.ghisler.com
Post Reply