
- #HOW TO UNINSTALL KODI ON WINDOWS HOW TO#
- #HOW TO UNINSTALL KODI ON WINDOWS WINDOWS 10#
- #HOW TO UNINSTALL KODI ON WINDOWS CODE#
- #HOW TO UNINSTALL KODI ON WINDOWS WINDOWS#
Scroll down towards the file names starting with U and look for the colored icons, so you know it's an executable.

The file you're trying to locate will be named unwise.exe, or something with the word uninstall in it. To find the location, you can right-click on the program's icon in the Start Menu or Desktop and click on Open file location. Locate the folder where your application was installed. Most programs are installed in and include an uninstall script.
#HOW TO UNINSTALL KODI ON WINDOWS HOW TO#
There are plenty of choices, but we've used IObit Uninstaller for at least 10 years.Ĥ: How to Uninstall Programs When the Uninstall Button Is Grayed Out - Manually Find and Uninstall Often, some third-party freeware apps have a way of finding programs that can't be uninstalled normally.
#HOW TO UNINSTALL KODI ON WINDOWS WINDOWS#
You can also look under Turn Windows features on or off.ģ: How to Uninstall Programs When the Uninstall Button Is Grayed Out - Third-Party App Click on the app to uninstall, and click Uninstall.

If you change your mind later, most of the apps are available on the Windows Store.Ģ: How to Uninstall Programs When the Uninstall Button Is Grayed Out - Control Panel Get-AppxPackage *xboxapp* | Remove-AppxPackage Get-AppxPackage *bingweather* | Remove-AppxPackage Get-AppxPackage *soundrecorder* | Remove-AppxPackage Get-AppxPackage *windowsstore* | Remove-AppxPackage Get-AppxPackage *bingsports* | Remove-AppxPackage Get-AppxPackage *photos* | Remove-AppxPackage Get-AppxPackage *windowsphone* | Remove-AppxPackage Get-AppxPackage *people* | Remove-AppxPackage Get-AppxPackage *onenote* | Remove-AppxPackage Get-AppxPackage *bingnews* | Remove-AppxPackage Get-AppxPackage *zunevideo* | Remove-AppxPackage Get-AppxPackage *bingfinance* | Remove-AppxPackage Get-AppxPackage *solitairecollection* | Remove-AppxPackage Get-AppxPackage *windowsmaps* | Remove-AppxPackage Get-AppxPackage *zunemusic* | Remove-AppxPackage Get-AppxPackage *skypeapp* | Remove-AppxPackage Get-AppxPackage *getstarted* | Remove-AppxPackage Get-AppxPackage *officehub* | Remove-AppxPackage Get-AppxPackage *Microsoft.GetHelp* -AllUsers | Remove-AppxPackage Get-AppxPackage *windowscamera* | Remove-AppxPackage Get-AppxPackage *windowsalarms* | Remove-AppxPackage Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage Get-AppxPackage *3dbuilder* | Remove-AppxPackage Get-AppxPackage *windowscalculator* | Remove-AppxPackage Get-AppxPackage Microsoft.Microsoft3DViewer | Remove-AppxPackage

#HOW TO UNINSTALL KODI ON WINDOWS CODE#
If you want to remove a Windows app, you need to type in the code for PowerShell. If the program is listed type in product where name="name of the program" call uninstall If the program is listed type in Remove-AppxPackage PackageFullName replacing PackageFullName with the name of the app.Ĭommand Prompt: Type wmic. Powershell: Type in Get-WmiObject -Class Win32_Product | Select-Object -Property Name Open PowerShell or Command Prompt as admin.
#HOW TO UNINSTALL KODI ON WINDOWS WINDOWS 10#
We can look for a list of programs or use a list of codes to uninstall difficult apps, including Windows 10 UWP Apps.

Some programs or applications can be removed with PowerShell or the Command Prompt. TIP: Hard to fix Windows Problems? Repair/Restore Missing Windows OS Files Damaged by Malware with a few clicksġ: How to Uninstall Programs When the Uninstall Button Is Grayed Out - Command Prompt
