Only forum where polls are allowed. You may announce a new poll in the matching support forum.
Moderators: sheep, Hacker, Stefan2, white
-
Hacker
- Moderator

- Posts: 11404
- Joined: 2003-02-06, 14:56 UTC
- Location: Bratislava, Slovakia
Post
by *Hacker » 2018-09-13, 21:29 UTC
Perplexer,
Here is a short AHK script that replaces your name in the title bar to anything you want, by default to Perplexer. It updates the title bar regularly, by default every second.
Code: Select all
#Persistent
#NoEnv
; Change the following two lines as desired
AppendTitleBarText = Perplexer
UpdateFrequencyInMs = 1000
WinGetTitle, TcTitleBarWithoutNameText, ahk_class TTOTAL_CMD
TcTitleBarWithoutNameText := SubStr(TcTitleBarWithoutNameText, 1, InStr(TcTitleBarWithoutNameText, " - ") + 2)
SetTimer, ChangeTCTitle, %UpdateFrequencyInMs%
ChangeTCTitle:
WinSetTitle, ahk_class TTOTAL_CMD, , %TcTitleBarWithoutNameText%%AppendTitleBarText%
Return
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.
-
clifford_cooley
- Junior Member

- Posts: 40
- Joined: 2019-03-05, 06:04 UTC
- Location: USA
Post
by *clifford_cooley » 2019-03-05, 17:09 UTC
I personally like having my name on the title bar. I'm not ashamed of showing registration ownership.
License #116347
-
clifford_cooley
- Junior Member

- Posts: 40
- Joined: 2019-03-05, 06:04 UTC
- Location: USA
Post
by *clifford_cooley » 2019-03-05, 17:13 UTC
Hacker wrote: ↑2018-09-13, 21:29 UTC
Perplexer,
Here is a short AHK script that replaces your name in the title bar to anything you want, by default to Perplexer. It updates the title bar regularly, by default every second.
So if someone wanted, they could program the system date and time into the title bar. lol
License #116347
-
p0k3m0n
- Junior Member

- Posts: 7
- Joined: 2018-08-19, 10:47 UTC
Post
by *p0k3m0n » 2019-08-02, 08:18 UTC
When it will be fixed? Actual situation is completely inconsistent with GDPR. It is real problem in our company.
-
Stefan2
- Power Member

- Posts: 2676
- Joined: 2007-09-13, 22:20 UTC
- Location: Europa
Post
by *Stefan2 » 2019-08-02, 08:25 UTC
p0k3m0n wrote: ↑2019-08-02, 08:18 UTC
Actual situation is completely inconsistent with GDPR. It is real problem in our company.
Why that? Others should not know your name? I guess they already do
-
Horst.Epp
- Power Member

- Posts: 3483
- Joined: 2003-02-06, 17:36 UTC
- Location: Germany
Post
by *Horst.Epp » 2019-08-02, 08:38 UTC
p0k3m0n wrote: ↑2019-08-02, 08:18 UTC
When it will be fixed? Actual situation is completely inconsistent with GDPR. It is real problem in our company.
There is nothing in the GDPR which doesn't allow a program on your PC to show your name.
Absolute nothing.
Windows 10 Home x64 November 2019 Update, Version 1909 (OS Build 18363.535)
Intel(R) Core(TM) i7-4770 CPU @ 3.40GH, 16GB RAM
TC 9.50ß9 x64 / x86, Everything 1.4.1.960 (x64)
-
p0k3m0n
- Junior Member

- Posts: 7
- Joined: 2018-08-19, 10:47 UTC
Post
by *p0k3m0n » 2019-08-02, 08:52 UTC
"There is nothing" - ye, right. You must say it to our legal department in headquarters on Isle of Man.
"Why that? Others should not know your name?" - exactly. It is sensitive data.