I was thinking about a cool feature... maybe you can add a checkbox to give as caption of the start button the nickname of the current user ... Would be cool

So your script has to check the name at each signin using the SignIn evenement.
This is a simple line of code
var StartMenuCaption := Messenger.MyName;
See you
