How to Show Previous Logon Activity on Windows Welcome Screen

January 5, 2017 updated by Admin Leave a reply »

How to view users logon activity in Windows? Do you need to know the time of the last login? In this tutorial we’ll show you how to deploy a GPO in Windows to display information about previous logons during user logon. This feature works on all computers running Windows 10/8/7, Windows Server2008 or later.

Method 1: Show Previous Logon Information with Group Policy Editor

  1. Press the Windows key + R to open the Run command box. Type gpedit.msc and press Enter.

    gpedit

  2. In the Local Group Policy Editor, drill down to Computer Configuration > Administrative Templates > Windows Components > Windows Logon Options.

    windows-logon-options

    On the right panel, find the “Display information about previous logons during user logon” policy and double-click it.

  3. Select the Enabled option. Click OK and restart your computer.
    display-previous-logon-in-windows

  4. The next time you log into Windows, after entering your password, you will see the following screen that shows you the time of last successful logon and unsuccessful logon attempts. Click OK and it takes you to the desktop.

    windows-previous-login-activity

Method 2: Show Previous Logon Information with Registry Hack

If you have a Windows Home edition, you need to use the following registry hack to enable the “Display information about previous logons during user logon” policy on your computer.

  1. Press the Windows key + R to open the Run box. Type regedit and press Enter.

    regedit-via-run

  2. When the Registry Editor opens, navigate to the following key:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
  3. Look for the REG_DWORD value DisplayLastLogonInfo in the right panel. If it doesn’t exist, right-click the empty space and choose New > DWORD (32-bit) Value. Name the new value DisplayLastLogonInfo.
  4. Double-click DisplayLastLogonInfo and then change the value from 0 to 1. Click OK. (If you don’t want Windows to show previous logon information after sign-in, just change the DisplayLastLogonInfo value back to 0)

    DisplayLastLogonInfo

  5. Close Registry Editor and restart your computer. The next time you log into your Windows account it will display last interactive logon information on the welcome screen.