Microsoft partnered with King Digital Entertainment to bring default new games to Windows 10. The widely popular Android and iPhone game Candy Crush Saga now joins the league of Freecell, Solitaire and Hearts. Everyone who chooses to upgrade to Windows 10 will get Candy Crush installed by default. Currently, this game is only haunting users that are using Windows Live ID to login to the operating system.

Candy Crush Windows 10

Advertisement

Also, Candy Crush comes as a Core app in Windows 10 hence, you cannot find its uninstall on “Programs and Features”. Luckily, there is still a workaround for removing it through PowerShell.

How to Uninstall, Remove Candy Crush Saga from Windows 10:

1. Click in the search box in your Taskbar and type Powershell and select “Windows Powershell” (avoid “Windows Powershell ISE” if that shows up).PowerShell Candy Crush

2. When PowerShell shows up enter the following command:

Get-AppxPackage -Name king.com.CandyCrushSaga

3. You will get the details about Candy Crush app. Copy the PackageFullName value you received after entering last command. It will be something like this:

king.com.CandyCrushSaga_1.540.1.0_x86__khqwnzmzfus32.

Powershell Windows 10
4. Now enter the following command:

Remove-AppxPackage PackageFullName

Replace PackageFullName with the value you got earlier. Candy Crush will be completely removed from your PC. You don’t need to restart your PC for the changes to take effect.

Candy Crush Uninstall

You can use similar method to remove other Core Applications on Windows 10. We’re living in a sad era where operating systems are now getting shipped with bloatware.

1 COMMENT

  1. Don’t bother with this method on a desktop computer.

    Just open Settings from the start menu, click system (Apps etc), find the app in the dropdown and click on it, click uninstall.

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.