Remove FarmVille 2

SeguroSeleccionada para eliminación por defecto

Farming simulation game

ID de la aplicación
FarmVille2CountryEscape

Comando de eliminación

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