1
Is there any way to set the text of a taskbar item in Windows XP? I need something on-the-fly that can be set per-instance, not per application. For instance, if I have three Putty windows open, I need to be able to name them in the taskbar.
The applications that I specifically need to rename are Putty and Gvim.
Thanks for the tips. My first attempt script is #n:: WinGetActiveTitle, CurrentWindowTitle InputBox, NewName, %CurrentWindowTitle% WinSetTitle, %CurrentWindowTitle%, ,%NewName% return – Jeff – 2016-09-08T17:10:35.563
Thank you. I found the example on this page but I am not sure where to put the script. I have installed AutoHotKey. Also, how does one differentiate between two windows with the same title? Thanks.
– dotancohen – 2012-04-03T01:40:34.647I don't know where scripts go; I've just added all my stuff to the script you get when you select "Edit This Script". No idea where it is. As for the window, see AutoHotKey docs for Last Found Window - there's various ways to find a window apart from by its title. – Tom Seddon – 2012-04-03T21:45:15.707