Check for first time logon
Is there a way in C# to check on Windows startup for a new user logon? In other words when I create a new user profile on a domain, when that user logs on to the domain for the first time I want to know.
Thanks for any replies.