Displaying message on screen (logged on or not)
Does anyone know of a good way to display a message on a computer's screen weather its logged on or not? I currently can easily display a message on the screen of a logged on user but I need to display a message on the screen even if the user is logged off.
Example: If I walk into a lab I would like to be able to send out a deployment to my lab computers telling them to display their computer names on the screen so I can easily walk by and identify the computer I'm looking for.
I know this can be done, the lanschool software gives teachers the ability to do this.
Comments
Hi,
A Message Step in Deploy or using msg.exe should show up on the screen even when a user is not logged in.
Yeah but the message step doesn't let you include variables like the computer name.
msg.exe worked great, thanks