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
![]() |
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
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
All times are GMT -7. The time now is 12:06 PM. |