Financial News

Revealing the Hidden- How to Track and Identify Recently Uninstalled Programs on Windows 10

How to See Recently Uninstalled Programs in Windows 10

In Windows 10, it can sometimes be challenging to keep track of all the programs you have installed and uninstalled. However, if you’re looking to see a list of recently uninstalled programs, there are a few methods you can use. In this article, we’ll guide you through the process of finding out which programs have been removed from your system recently.

Method 1: Using the Control Panel

One of the simplest ways to view recently uninstalled programs in Windows 10 is by using the Control Panel. Here’s how you can do it:

1. Click on the Start button and type “Control Panel” in the search box. Open the Control Panel from the search results.
2. In the Control Panel, click on “Programs” and then select “Programs and Features.”
3. The Programs and Features window will display a list of all installed programs on your computer. Scroll through the list to find the programs you’ve recently uninstalled.

Method 2: Using the Task Manager

Another method to view recently uninstalled programs is by using the Task Manager. This method is particularly useful if you want to quickly identify the programs you’ve removed:

1. Press “Ctrl + Shift + Esc” to open the Task Manager.
2. Click on the “Details” tab to view the list of processes running on your computer.
3. Look for the “Image Name” column. If you find a program that you know you’ve uninstalled, it might be listed here.
4. Right-click on the program and select “Properties.” This will provide you with more information about the program, including its location on your system.

Method 3: Using the Command Prompt

If you prefer using the Command Prompt, you can also find out which programs have been uninstalled recently. Here’s how to do it:

1. Press “Win + X” and select “Command Prompt (Admin)” from the menu.
2. In the Command Prompt window, type the following command and press Enter:
“`
powershell “Get-ItemProperty HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\ | Select-Object DisplayName, DisplayVersion, Publisher, InstallDate”
“`
3. This command will generate a list of all installed programs, including the ones you’ve recently uninstalled. Look for the “DisplayName” and “DisplayVersion” columns to identify the programs.

Conclusion

Now that you know how to see recently uninstalled programs in Windows 10, you can easily keep track of the software installed on your system. Whether you’re troubleshooting issues or simply trying to manage your installed applications, these methods will help you identify the programs you’ve removed from your computer.

Related Articles

Back to top button