Click here to Skip to main content
15,886,258 members
Articles / Programming Languages / C++

Determine Time Since Last Logon

Rate me:
Please Sign up or sign in to vote.
5.00/5 (6 votes)
8 Jun 2021CPOL3 min read 5.1K   136   5  
Find logon time on Windows 10
In this tip, you will find a stand-alone utility that can read last-logon time from the system and display time since last logon.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Retired
United States United States
I have worked for 25+ years as a firmware engineer, in various environments. In my private life, I create a variety of applications, including console applications in Linux and Windows, and GUI applications in Windows. All of my programs and code snippets are freeware, with source code available. All programs are written in C or C++, and built using the MinGW toolchain.

Comments and Discussions