Sunday, November 1, 2015

How to remove Candy Crush from Windows 10

To view installed applications for a particular user, launch an elevated PowerShell prompt and use the command Get-AppxPackage –user username.  This should produce a long list of installed “Modern” applications.

windows10getappxpackage1

To remove Candy Crush, add the parameter –Name king.com.CandyCrushSaga.  The parameter to note is the Full Package value.

windows10getappxpackage2

The cmdlet to remove a “Modern” application is Remove-AppxPackage.  If you attempt to use the command still at the elevated prompt, an error will be returned.

windows10getappxpackage3

If the Remove-AppxPackage cmdlet is used followed by the full package name under the user account name in question, it should be successful.

windows10getappxpackage4

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.