Discover the Easiest Ways to View Recently Installed Programs on Windows 10

by liuqiyue

How to See Recently Installed Programs in Windows 10

In the fast-paced digital world, keeping track of the programs you install on your Windows 10 computer is crucial for maintaining system performance and security. Whether you want to check if a specific application was recently added or simply manage the software on your device, knowing how to see recently installed programs is a valuable skill. In this article, we will guide you through the steps to view the list of recently installed programs on Windows 10.

Method 1: Using the Control Panel

The Control Panel is a traditional method for managing installed programs on Windows 10. Follow these steps to view recently installed programs using the Control Panel:

1. Click on the Start button and type “Control Panel” in the search bar.
2. Open the Control Panel from the search results.
3. In the Control Panel, click on “Programs” and then “Programs and Features.”
4. In the “Programs and Features” window, click on the “View installed updates” link on the left-hand side.
5. The list of recently installed updates will appear. Look for any programs that were installed around the same time as the updates.

Method 2: Using the Settings App

The Settings app is a more modern approach to managing installed programs on Windows 10. Here’s how to view recently installed programs using the Settings app:

1. Click on the Start button and select “Settings” from the menu.
2. In the Settings window, click on “Apps.”
3. Under the “Apps & features” section, click on “Manage installed apps.”
4. A list of all installed programs will appear. Scroll through the list to find recently installed applications.

Method 3: Using the Windows PowerShell

For users who are comfortable with the command line, Windows PowerShell offers a quick way to view recently installed programs. Follow these steps to use Windows PowerShell:

1. Click on the Start button and type “Windows PowerShell” in the search bar.
2. Right-click on “Windows PowerShell” and select “Run as administrator.”
3. In the PowerShell window, type the following command and press Enter:
“`
Get-ItemProperty HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\ | Sort-Object InstallDate -Descending | Select-ObjectDisplayName, InstallDate
“`
4. The PowerShell will display a list of recently installed programs, sorted by the installation date.

By following these methods, you can easily see recently installed programs on your Windows 10 computer. Whether you’re managing your software or troubleshooting issues, knowing how to view the list of installed programs is an essential skill for any Windows 10 user.

You may also like