Through TSAdmin, I'm not aware of any setting. BUT!
There are a few different ways of doing this.
1) Easy. From a command line use MSG. There is a /w switch that
indefinitely displays the message to the target user.
2) Risky. Use NET SEND from a command line.
3) Geeky. The API call to send a TS specific message does have a timeout
property. I had the exact opposite problem you are experiencing in some code
I put together. The API call is TSSendMessage and is documented at this link:
http://msdn.microsoft.com/library/de...endmessage.asp
Cheers,
Jeff
"richatct" wrote:
> In terminal services manager on server 2000, when you go to right click on a
> logged in user and hit "Send Message", is there any reg hack or setting that
> I can configure to keep the message from dissappearing from the sendee's view
> after 60 seconds?