How can I make login script window more viewable rather than minimized?

I have 50 Windows 2000 workstations that log into a NT4.0 domain. When the user's login script runs is there a way that I can make that window "viewable" as opposed to minimized? I have tried everything I can think of and checked the Internet to no avail. I have been tasked with displaying login message's to this particular group of user's when they login. Thanks very much for your time & consideration.
If you're tasked to display messages when users log on to their computers, then I have two recommendations that are better than displaying these messages from a batch login script. The first is that you can use Windows Scripting Host and VBscript as your login script language. Doing so gives you much more flexibility, and you can display normal-looking dialog boxes on the user's desktop. The second is to use the registry. Set LegalNoticeCaption and LegalNoticeText in the registry key HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon.

This was first published in January 2004

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.