Creating popup message when connecting to RDP

5,827

A Task Scheduler event can do that. Make a task that launches notepad with a text document listing notes you want to pass to each other. I would suggest three triggers so you cover when the server has rebooted or when one of you has logged off in addition to reconnecting. Example below is from a task to run BGInfo (a Sysinternals utility to put some information on the wallpaper) for ideas.

enter image description here

Share:
5,827

Related videos on Youtube

gerrytan
Author by

gerrytan

Software Programmer from Sydney, Australia. Loves summer BBQ, beers, music, and programming! Visit my LinkedIn profile: http://au.linkedin.com/pub/gerry-tan/34/242/920

Updated on September 18, 2022

Comments

  • gerrytan
    gerrytan over 1 year

    Is there any way I can create some popup message when I connect to my RDP session? I wanted to show some important information for my work colleague so we don't forget.

    We share one account to login to the server and we never log off, so the message should appear right after connecting.

    We're on windows server 2008 R2 and using the native RDP application to remote desktop.

    • Darius
      Darius over 10 years
      I don't know how to do it natively, but what we do at our workplace (very similar setting to you), just before we log out and need to leave messages for the other user, we just open notepad and write our messages on the notepad, and make it full screen before closing the session (not logging out). So the next person logging in using the same account, that full-screen notepad will be the first thing they see and your message.