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!
Licence display/hide Option wanted!
Moderators: Hacker, petermad, Stefan2, white
-
- New Member
- Posts: 1
- Joined: 2020-10-05, 12:29 UTC
Re: Licence display/hide Option wanted!
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
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!
Support++
Re: Licence display/hide Option wanted!
"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!
Support++
Re: Licence display/hide Option wanted!
@Rittmeister39
If allowed (modo ?), how about a little script (this is an Autoit one) like:
to change in "live" TC title by "myTC new title"
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)
Longue vie a TC... déjà + de 20 ans de bons et loyaux services chez moi !
Re: Licence display/hide Option wanted!
Have we finally gotten an option in TC settings to hide this name?