Uninstall Drone2Map using either the Control Panel or Windows Settings, or silently using the Windows Installer command.
Uninstall ArcGIS Drone2Map
Access the Control Panel from the Start menu or search box. Select ArcGIS Drone2Map from the list of programs, click Uninstall/Change, and choose the Remove option.
Alternatively, access the Windows Settings from the Start menu. Browse to Apps & features, select ArcGIS Drone2Map from the list of programs, click Uninstall, and choose the Remove option.
Uninstall the Drone2Map products silently
To uninstall a product silently, use the following Windows Installer command:
msiexec /x <{product code}> /qb
The product codes for the Drone2Map suite are found in the registry at either HKEY_LOCAL_MACHINE\SOFTWARE\Esri (for a per-machine installation) or HKEY_CURRENT_USER\SOFTWARE\Esri (for a per-user installation), in the string value ProductCode under that product's registry key.
To uninstall a product silently with Windows PowerShell, use the following command:
Start-Process "msiexec.exe" -ArgumentList "/x $ProdCode {product Code} /qb”Note:
For the latest product codes, see the product code list [PDF].