

Once you complete the steps, the application will be removed from your computer. Quick note: If you are removing a classic desktop program, continue with the on-screen directions to complete the process. Under the “Apps & features” section, select the app (or game). Uninstall a Microsoft Store or a classic (win32) application, use these steps: Uninstall apps using Settings on Windows 10 Uninstall apps using Command Prompt on Windows 10.Uninstall apps using PowerShell on Windows 10.Uninstall apps using Control Panel on Windows 10.Uninstall apps using Windows Package Manager on Windows 10.Uninstall apps using Start menu on Windows 10.Uninstall apps using Settings on Windows 10.In this guide, you will learn the steps to uninstall apps on Windows 10. If you no longer need a specific app or have to reinstall one of them, Windows 10 includes multiple ways to uninstall apps completely using the Settings app, Control Panel, Windows Package Manager, PowerShell, and even Command prompt.

It can also help you to get rid of bloatware, free up space, and troubleshoot problems. Double check if you have got the product description accurately.On Windows 10, the ability to uninstall apps is an essential feature that allows you to remove apps that are no longer needed. If you get the error No Instance(s) Available, it means that there’s no such product installed on your system. Let’s say we want to uninstall ‘Java 7 Update 79 (64-bit)’ C:\WINDOWS\system32>wmic product where "description='Java SE Development Kit 7 Update 79 (64-bit)'" uninstallĮxecuting (\\mypc\ROOT\CIMV2:Win32_Product.IdentifyingNumber="",Name="Java 7 Update 79 (64-bit)",Version="7.0.790")->Uninstall() I have above versions of JDK on my system. Java SE Development Kit 8 Update 45 (64-bit) Java SE Development Kit 7 Update 79 (64-bit) C:\>wmic product get description | findstr /C:"Java" Uninstall Java SDK/JDK from command promptįirst you need to find the version of the Java installed on the system.

Below are few examples for uninstalling different programs.
