Remove FarmVille 2

SafeSelected for removal by default

Farming simulation game

App ID
FarmVille2CountryEscape

Removal Command

Remove FarmVille 2PowerShell
# Remove FarmVille 2 (FarmVille2CountryEscape)
Get-AppxPackage -Name "FarmVille2CountryEscape" -AllUsers | Remove-AppxPackage -AllUsers
Get-AppxProvisionedPackage -Online | Where-Object { $_.DisplayName -eq "FarmVille2CountryEscape" } | Remove-AppxProvisionedPackage -Online

Want to remove multiple apps at once?

Open Configurator