Page 1 of 1

Licence display/hide Option wanted!

Posted: 2020-10-05, 12:36 UTC
by Rittmeister39
Hi guys!

Been using TC for a long time, thinking about finally buying a license - although I think it's really really sad that you haven't managed to create a LINUX version for TC yet. Anyway, despite the price - 44€, which is a bit steep imo, but OK, one thing I really don't want is after buying a license to have my Name visible on the Top Bar, because it means I can't use TC for making youtube videos and everybody seeing my Name, very bad for privacy!

So, unless this is already possible somehow, I really would want an option in the Settings somewhere which enables REGISTERED users to enter some phrase to display on the Top Bar instead of their real name. This option of course should only be possible if you bought a key. Or at leased only say LICENSED COPY by ****** or something like that.

thanks!

Re: Licence display/hide Option wanted!

Posted: 2020-10-05, 13:05 UTC
by Stefan2
Hi and welcome, Rittmeister39.

Thanks for your suggestion. Here are some ideas for you:
If you don't want to see your name on the title bar, then you just may rename the license file temporary.
Even doable with an batch, including the need TC restart.

Also TC is fully "portable", so you can just copy the whole folder,
remove the license key and start that copy without your name but with all configurations.
Next week you can also copy all files of your licensed folder to that copy-folder to be up-to-date.




HTH

Re: Licence display/hide Option wanted!

Posted: 2020-10-05, 17:47 UTC
by halvgrim
Support++

Re: Licence display/hide Option wanted!

Posted: 2021-12-07, 17:46 UTC
by rilley
"although I think it's really really sad that you haven't managed to create a LINUX version for TC yet" You can have it under MAC/Linux with WINE/Crossover and it works perfectly as native.

Re: Licence display/hide Option wanted!

Posted: 2021-12-15, 01:16 UTC
by dindog
Support++

Re: Licence display/hide Option wanted!

Posted: 2022-03-06, 21:42 UTC
by Mjolnir
@Rittmeister39

If allowed (modo ?), how about a little script (this is an Autoit one) like:

Code: Select all

Local $sTitle	= "myTC new title"
Local $hWnd	= WinGetHandle("[CLASS:TTOTAL_CMD]")
WinSetTitle($hWnd, "", $sTitle)
to change in "live" TC title by "myTC new title"