Get Data & Time information

  • Thread starter Thread starter Richard Skinner
  • Start date Start date
R

Richard Skinner

I'd like for my application to be able to know/Do the following:

When was the last Date/Time a person logged in with Remote Desktop
Be able to Get the Last Boot Time and Date
Be Able to Change the Administrators Password if we know the old password
ofcourse.

Are their functions already there to do these? If so could somebody tell me
which ones or give me a little hint.

Thanks,
Richard
 
Hi Richard,

Look at NetUserChangePassword there are other ways to do this as well.

Although you need this for Windows XP Embedded those questions are more
appropriate for SDK, DDK news groups since you want to program all of this.

Regards,
Slobodan

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Have an opinion on the effectiveness of Microsoft Embedded newsgroups? Tell
Microsoft!
https://www.windowsembeddedeval.com/community/newsgroups
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Richard,

Have you looked at EventView events?
You may want to check it on XP Pro machine to see what goes there.

Also, you can always turn on audit on XP (check Security-->Audit Group
Policy).

KM
 
Back
Top