Forum Discussion
TechSkills
Nov 11, 2024Brass Contributor
Uninstall command for AsanaSetup.exe
I am trying to find a way to silently uninstall the Asana app with the Endpoint manager.
I found two commands that works locally, but not when i use it in the Endpoint Manager.
Install:
AsanaSetup.exe -silent
Uninstall:
%LOCALAPPDATA%\Asana\Update.exe -uninstall
or
%USERPROFILE%\AppData\Local\Asana\Update.exe -uninstall
I'll get this error message back in the Endpoint Manager:
Uninstall Failed 0x800700C1
Does anyone know how i can solve this issue? I found a post on Asana's website, but i cannot find a solution for this there.
It has been resolved by deleting the %USERPROFILE%\AppData\Local\Asana folder with a batch script.
1 Reply
- TechSkillsBrass Contributor
It has been resolved by deleting the %USERPROFILE%\AppData\Local\Asana folder with a batch script.