TC main window title - needs to have licensee name ?

English support forum

Moderators: white, Hacker, petermad, Stefan2

User avatar
pdavit
Power Member
Power Member
Posts: 1529
Joined: 2003-02-05, 21:41 UTC
Location: Kavala -> Greece -> Europe -> Earth -> Solar System -> Milky Way -> Space
Contact:

Post by *pdavit »

Here is a poll for you to vote:
http://www.ghisler.ch/board/viewtopic.php?t=4317
"My only reason for still using M$ Window$ as an OS is the existence of Total Commander!"
Christian Ghisler Rules!!!
User avatar
Valentino
Power Member
Power Member
Posts: 706
Joined: 2003-02-07, 00:21 UTC
Location: Ukraine

Re: TC main window title - needs to have licensee name ?

Post by *Valentino »

Still no setting for registered users to hide the name from the title bar?
Lately I quite often use my notebook in cafes and other public places and this issue disturbs me quite a lot.
TC has setting StartupScreen=0 which is ignored for unregistered users. Why we can't have similar solution for name in title bar?

P.S. Windows 10 login screen used to show my name and email as well. I solved it using registry settings but can't hide name from TC title... :(
User avatar
obeg
Junior Member
Junior Member
Posts: 43
Joined: 2006-09-28, 09:20 UTC
Location: Sweden

Re: TC main window title - needs to have licensee name ?

Post by *obeg »

If this is a major issue , the title can always be changed by an AHK-script.
Here is a an excerpt of script i used years ago, to show current active path instead
Don't know if syntax still works today.

Loop{
if (WinActive("ahk_class TTOTAL_CMD")){
sTotalCommanderTitle := WinGetActiveTitle()
sCurrentPath := ControlGetText("TMyPanel2")
sCurrentPath := SubStr(sCurrentPath, 1, StrLen(sCurrentPath)-1)
sNewTitle := sCurrentPath . " - Total Commander"
If (sTotalCommanderTitle != sNewTitle)
WinSetTitle(sNewTitle)
}
else
Sleep(500)
Sleep(100)
}
User avatar
Stefan2
Power Member
Power Member
Posts: 4155
Joined: 2007-09-13, 22:20 UTC
Location: Europa

Re: TC main window title - needs to have licensee name ?

Post by *Stefan2 »

Valentino wrote: 2020-02-18, 10:14 UTC Still no setting for registered users to hide the name from the title bar?
Please read there > viewtopic.php?p=20824#p20824




 
User avatar
Valentino
Power Member
Power Member
Posts: 706
Joined: 2003-02-07, 00:21 UTC
Location: Ukraine

Re: TC main window title - needs to have licensee name ?

Post by *Valentino »

Yeah, I've read this long time ago. I hoped that something has changed for the past 17 years. Thank you guys for reply.

AHK is workaround, maybe I'll try it because it must be more convenient than moving TC key file back and forth all the time.

I'm upset and as many other people, I don't understand how this annoyance for legitimate users can increase TC sells.
Unregistered TC copies have "UNREGISTERED" in the title. Stolen TC versions now display stolen name in the title so obviously these malicious users don't care what name is displayed so this "protection" does not influence them in any way.
User avatar
Hacker
Moderator
Moderator
Posts: 13064
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Re: TC main window title - needs to have licensee name ?

Post by *Hacker »

Valentino,
malicious users don't care what name is displayed so this "protection" does not influence them in any way
Well, I assume it is supposed to influence legitimate users not to share their keys.

Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
User avatar
matixx
Power Member
Power Member
Posts: 1117
Joined: 2003-03-21, 02:37 UTC
Location: ....

Re: TC main window title - needs to have licensee name ?

Post by *matixx »

Main problem is, if the key is stolen, in license there are displayed complete NAME and part of ADRESS.
#101512
User avatar
vdijken
Member
Member
Posts: 181
Joined: 2016-07-30, 14:07 UTC
Location: The Netherlands

Re: TC main window title - needs to have licensee name ?

Post by *vdijken »

Move wincmd.key temporary to a different location when you travel. Then it seems you use the unregistered version. More simple then that it cannot be.
User avatar
Valentino
Power Member
Power Member
Posts: 706
Joined: 2003-02-07, 00:21 UTC
Location: Ukraine

Re: TC main window title - needs to have licensee name ?

Post by *Valentino »

2vdijken
Disagree. It is annoying to move key file back and forth every time I work in public. And I need to remember to do this until it is too late :) Moreover, in this case you will also have to press 123 to start TC.

By the way, you could guess that I already know about this "technique" because I wrote:
it must be more convenient than moving TC key file back and forth all the time
:)
User avatar
petermad
Power Member
Power Member
Posts: 14796
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: TC main window title - needs to have licensee name ?

Post by *petermad »

I have my lincence key in Windows Registry - a little cumbersome to remove it from there.
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
vianova
Member
Member
Posts: 103
Joined: 2011-12-06, 18:35 UTC
Location: Hamburg

Re: TC main window title - needs to have licensee name ?

Post by *vianova »

petermad wrote: 2020-02-21, 18:14 UTC I have my lincence key in Windows Registry - a little cumbersome to remove it from there.
Morning Peter,
a question, how do you get your key in the registry?
Thx in advance from HH, nearby Denmark.
#425 Personal licence me and TBO are the same user
16 GB Win 10 Pro 21H2 64 Bit with TC 10.51 (32/64 Bit)
comvox
Junior Member
Junior Member
Posts: 4
Joined: 2017-10-08, 01:52 UTC

Re: TC main window title - needs to have licensee name ?

Post by *comvox »

obeg wrote: 2020-02-19, 07:34 UTC If this is a major issue , the title can always be changed by an AHK-script.
Here is a an excerpt of script i used years ago, to show current active path instead
Don't know if syntax still works today.
Obeg's idea about using an autohotkey script is a good one. I've modified the syntax and simplified his script to simply show "Total Commander" as the title. It works on my system with the current version of ahk, and hopefully will on other systems as well:

Code: Select all

Loop
{
if (WinActive("ahk_class TTOTAL_CMD")){
   WinGetActiveTitle, sTotalCommanderTitle
   sNewTitle := "Total Commander"    
   If (sTotalCommanderTitle != sNewTitle)
      WinSetTitle, % sNewTitle
}
else
Sleep, 600
}
Return
User avatar
Valentino
Power Member
Power Member
Posts: 706
Joined: 2003-02-07, 00:21 UTC
Location: Ukraine

Re: TC main window title - needs to have licensee name ?

Post by *Valentino »

Just installed AHK - it works but... consumes 12% CPU when Total Commander is active :)
So this protection is easily bypassed and just causes inconveniences for legitimate users and extra power consumption. :(
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6482
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Re: TC main window title - needs to have licensee name ?

Post by *Horst.Epp »

Valentino wrote: 2020-02-22, 13:02 UTC Just installed AHK - it works but... consumes 12% CPU when Total Commander is active :)
So this protection is easily bypassed and just causes inconveniences for legitimate users and extra power consumption. :(
Of course it does when you really let it check every 600 milliseconds.
Windows 11 Home x64 Version 23H2 (OS Build 22631.3447)
TC 11.03 x64 / x86
Everything 1.5.0.1372a (x64), Everything Toolbar 1.3.3, Listary Pro 6.3.0.73
QAP 11.6.3.2 x64
User avatar
Valentino
Power Member
Power Member
Posts: 706
Joined: 2003-02-07, 00:21 UTC
Location: Ukraine

Re: TC main window title - needs to have licensee name ?

Post by *Valentino »

I don't know why they check it every 600 ms, maybe TC restores its title periodically.

Anyway, checking and setting a title twice a second should not consume so much CPU :)
Post Reply