
One of the lesser-known (and more complicated) ways to remove a program is by using a combination of the Windows Registry and Run app. Uninstall a Program Using Windows Registry and Run

Confirm you want to uninstall the app by typing Y and pressing the Enter key. Run product where name="program name" call uninstall (replace program name with the actual program name) to uninstall the app. Run product get name to get a list of installed programs on your PC and take note of the program name. Run the wmic command to use the Windows Management Instrumentation Command-line (WMIC) software utility. Uninstalling a program using Windows PowerShell follows the exact same instructions as uninstalling a program using Command Prompt, detailed in the section above. Uninstall a Program Using Windows PowerShell

If successful, the “Method Execution Successful” message will be returned. Type Y to confirm and then just press the Enter key. For example, if I wanted to uninstall Skype, I would run this command: product where name="Skype Meetings App" call uninstallĪfter that, you’ll be asked to confirm you really want to uninstall the program. Just replace program name with the actual name of the program you want to uninstall. This is important because when you run the command to uninstall the program, you must type the program name exactly as it appears in the returned list.įind the program you want to uninstall, take note of the exact name, and then run this command: product where name="program name" call uninstall Next, get a list of the programs installed on your PC by running this command: product get nameĪ list of installed programs is returned.

Run this command to use Windows Management Instrumentation (WMI) operations: wmicĪfter running the command, if you see wmic:root\cli>, then you’re good to go. You’ll need to use the Windows Management Instrumentation Command-line (WMIC) software utility in Command Prompt to uninstall a program. Go ahead and open Command Prompt as an administrator by typing “Command Prompt” in the Windows Search bar, right-clicking “Command Prompt” in the search results, and then clicking “Run as Administrator.”
:max_bytes(150000):strip_icc()/iobit-uninstaller-0b3b3c53f5c3471d927a12390dba16a1.png)
The uninstall.exe file can be found with it.ĭouble-click the uninstall file to begin the program-removal process.Īnother cool way to uninstall a program is by using Command Prompt. To find this file, you’ll need to dig through File Explorer and navigate to the file path that the application’s EXE file is located. Several applications come with an uninstaller file. Follow the prompts and the program will be removed once finished.
