Since Candy Crush Saga is a preinstalled application, you won't find it in the "Programs and Features" control panel to be removed. Instead, you have to use the Windows PowerShell to remove it. Use the following procedure:
Click in the search box in your Taskbar and type powershell; select "Windows Powershell" (not "Windows Powershell ISE" if that shows up).
At the prompt, type Get-AppxPackage -Name king.com.CandyCrushSaga and press Enter (TIP: to copy/paste that command, copy as usual, then just right-click in the PowerShell window to paste).
Look for the "PackageFullName" line in the result that comes up; it should be something similar to king.com.CandyCrushSaga_1.540.1.0_x86__khqwnzmzfus32.
Copy the PackageFullName by left-clicking and dragging to highlight it, then right-click in the PowerShell window to copy the selected text.
Type Remove-AppxPackage (include trailing space) and paste the PackageFullName that you copied in step 4, then press Enter.
A teal-colored text dialog should come up showing the removal process, and then uninstall should be complete.
Repeat step 2 to verify that it uninstalled successfully (the command should now return nothing).
Lastly, confirm that Candy Crush Saga is no longer in your Start Menu.
Enjoy a Candy-Crush-Free computer!
Et un lien "désinstaller" dans le menu démarrer, ou une entrée dans "Programmes et fonctionnalités", c'était trop compliqué ?!
"Quand certains râlent contre systemd, d'autres s'attaquent aux vrais problèmes." (merci Sinma !)
[^] # Re: Plasma5 a ete valide par la concurrence
Posté par xcomcmdr . En réponse à la dépêche Les évolutions KDE avec KDE Frameworks 5.13, KDE Applications 15.08 et Plasma 5.4. Évalué à 9.
Avec le gestionnaire de paquets de Windows 10 et une ligne de Powershell (intégré à Windows 10), si, c'est possible. Mais c'est pas du tout intuitif.
Exemple pour Candy Crush :
Et un lien "désinstaller" dans le menu démarrer, ou une entrée dans "Programmes et fonctionnalités", c'était trop compliqué ?!
"Quand certains râlent contre systemd, d'autres s'attaquent aux vrais problèmes." (merci Sinma !)