Message box at windows 7 logion screen

Associate
Joined
26 Nov 2004
Posts
981
Location
Carshalton, Surrey
Hi I'm using Altiris to build all my win7 desktops using a scripted install and various other scripts to install agents software etc... I must strees i have little to none program skills.

What i would like is a message box that pops up at the very end of the build process to let the helpdesk guys know that the process has finished, this would be at the login screen. I need to do this as the helpdesk guys are to lazy to look at the Altiris console to see if the build process has finished and keep logging on and basically interupting the build process by restarting and installing software etc...

I have the ability to run vbscript using the Altiris deployment console and at the moment have this set but it just won't work

msgbox("Staging completed at " & Date() & ", " & Time() & ". Please log in."),vbInformation , "Windows 7 Staging"

Does any one know a simple way of doing this i just want a box to appear that says build process finished with an Ok button, nothing fancy at all i have googled till my eyes bleed and have not found any thing other than changing the login screen text which i don't to do.

Cheers

Dazza
 
Back
Top Bottom