I have a need to display alerts and such on-screen at any time the computer is running. We have a service running collecting these events, so that's not a problem - but I need to find a way to display critical alerts, even if the user hasn't logged in yet; that is, they're sitting at the 'Press Ctrl-Alt-Delete to log in' prompt.
Is this possible? If so, can it be done via managed code (C#)?