Quick Guide- How to Identify Recently Installed Programs on Windows 11

by liuqiyue

How to Check Recently Installed Programs in Windows 11

In the digital age, managing your computer’s software is crucial for maintaining performance and security. Windows 11, the latest operating system from Microsoft, comes with a variety of features that make it easier to manage your programs. One of the most common tasks users perform is checking recently installed programs. This article will guide you through the steps to check recently installed programs in Windows 11.

Method 1: Using the Start Menu

One of the simplest ways to check recently installed programs in Windows 11 is by using the Start menu. Here’s how to do it:

1. Click on the Start button located at the bottom left corner of your screen.
2. Scroll through the list of programs until you find the one you recently installed.
3. If you can’t find it, click on “All apps” to see a full list of all programs installed on your computer.

Method 2: Using the Settings App

Another method to check recently installed programs in Windows 11 is by using the Settings app. Here’s how to do it:

1. Click on the Start button and select “Settings” from the list of options.
2. In the Settings window, click on “Apps” from the left-hand menu.
3. In the right-hand pane, click on “Apps & features.”
4. Scroll down to the “Apps & features” section and click on “Manage” under “Installed apps.”
5. You will now see a list of all programs installed on your computer. To find recently installed programs, you can sort the list by date installed or simply scroll through the list.

Method 3: Using the Task Manager

The Task Manager is a powerful tool in Windows 11 that can help you manage and monitor your programs. Here’s how to use it to check recently installed programs:

1. Press “Ctrl + Shift + Esc” to open the Task Manager.
2. Click on the “Startup” tab.
3. You will see a list of programs that automatically start when you boot your computer. If you find a program you recently installed, it’s likely that it’s set to start up automatically.

Method 4: Using PowerShell

PowerShell is a command-line shell and scripting language designed for system administration and automation. Here’s how to use PowerShell to check recently installed programs in Windows 11:

1. Press “Win + X” and select “Windows PowerShell (Admin)” from the menu.
2. In the PowerShell window, type the following command and press Enter:
“`
Get-ItemProperty HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\ | Select-Object DisplayName, DisplayVersion, Publisher, InstallDate
“`
3. This command will display a list of all installed programs, including their names, versions, publishers, and installation dates. You can use this information to identify recently installed programs.

In conclusion, checking recently installed programs in Windows 11 is a straightforward process. By using the Start menu, Settings app, Task Manager, or PowerShell, you can easily manage and monitor the software on your computer. Keeping track of your installed programs will help you maintain a clean and secure system.

Related Posts