Jump to content

How to send a message to the logon screen?


Recommended Posts

Hi,

i try to send a message to the logon screen if no user is logged on to inform a script is running and performing tasks.

it doesn't need to be a message box with a button, i could take care to delete it when finished or else...

at the moment my only idea is to change the background and refresh but don't know if that will work (read about that somewhere here in the forums...)

Any ideas?

THX

Link to comment
Share on other sites

Yeah, the wallpaper idea comes to mind to me, too.

There is also the Legal Notice Dialog Box Before Logon possibility. It takes effect right away when I tested; however, the registry key might have to be set while someone (or an AutoIt script impersonating a person) is logged in.

Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
Link to comment
Share on other sites

There is a good utility called BgInfo that might do what you're looking for.

http://www.sysinternals.com/Utilities/BgInfo.html

I *think* it actively sets the wallpaper for all users, but you'll want to test it in the case of someone sitting at the logon prompt.

Edited by lod3n

[font="Fixedsys"][list][*]All of my AutoIt Example Scripts[*]http://saneasylum.com[/list][/font]

Link to comment
Share on other sites

  • 2 weeks later...

There is a good utility called BgInfo that might do what you're looking for.

http://www.sysinternals.com/Utilities/BgInfo.html

I *think* it actively sets the wallpaper for all users, but you'll want to test it in the case of someone sitting at the logon prompt.

Another idea, if I understand this properly, is to add the following key as this will display on the log on screen:

RegWrite ( "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\ CurrentVersion\Winlogon", "LogonPrompt", "REG_SZ", "This is the text you want to add to log in screen" )

Hope this is what you are looking for

Joseph MangrumCCNA, CNA, MCP, Network+

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...