Shutdown Screen displays no text help please!

I have installed logon studio and applied custom login screen everything works fine apart from there is no text on the shutdown screen where it normally displays any updates any help! Thanks!
3,502 views 6 replies
Reply #1 Top
what kind of updates?

what should it say?
Reply #2 Top
When turning off the computer it sometimes installs xp updates "update 1 of 2 ; do not turn off computer, computer will turn off automatically" and should also display "windows shuting down" but these messages do not display thanks!
Reply #3 Top
By default a logon created using logonstudio sets the margin for Welcome and shutdown messages to zero. You need to browse to the folder for the logon, open the UIFILE in notepad and edit the following lines.
The path to logons folder is C:\Program Files\WinCustomize\LogonStudio

/*Logo*/
element id=atom(help) contentalign=wrapright width=300rp padding=rect(0rp,300rp,0rp,0rp)/
/element
element id=atom(msgarea) layout=verticalflowlayout(0,0,0,2)
element layout=filllayout() width=300rp

The 2 bold and underlined values will be 0 by default, set to at least 250.
Reply #5 Top
You need to open LogonStudio and click apply for the logon to make changes happen. If do not apply after changes Logonstudio will be using old unedited UIFILE.
Reply #6 Top
Hi, I am trying to change the position of the messages? So which portion of the UIFile should I change? Also, how do I display the windows logo when logging out and shutting down?


Thanks!!!