🥳 Soda 10th Anniversary Season is here!
🏆 Soda Cup is back, with the biggest prize yet!
📝 Join the weekly Soda quiz for rewards!
🖼 Send a birthday card and get FREE wallpapers!
How to remove Candy Crush Soda Saga from windows 10 with a Powershell command?
Answers
-
Hi Orlin!
I think you can uninstall Soda in the normal way - just right-click the app in the All Apps list in the Start menu and select “Uninstall”. (on a touch screen, long-press the app instead of right-clicking).
If you want to go through Powershell:
First, open PowerShell as administrator. Open the Start menu, search for “PowerShell,” right-click the PowerShell shortcut, and select “Run as administrator.” Agree to the UAC prompt.
Copy and paste this line into Powershell:
Get-AppxPackage -Name 'king.com.CandyCrushSodaSaga' | Remove-AppxPackage
Done! :-)
-
Did you run PowerShell in administrator mode?
I've found this link that might help you out: http://answers.microsoft.com/en-us/windows/forum/apps_windows_10-groove/how-to-remove-windows-10-default-apps-the-easy-way/7a6fd9b5-9103-4800-8dbe-8ba9ce039538?auth=1
Cheers :-)