PDA

View Full Version : Show Window message When User Login


sheraz04
Dec 11, 2007, 03:27 AM
Hi to all

I'm using Windows 2003 Server as server and Windows XP as client, I want that when user logon they receive a message window in which we can give message to every user.
How this can be done

Thanks

retsoksirhc
Dec 11, 2007, 06:49 AM
If the client computer(s) are joined to a domain, you can use group policy to have logon scripts run windowed instead of minimised. Then you can add the message to the logon script in the form of an Echo.

----
Old logon script
---
@echo off
CLS
Echo Your Message Here
Pause