How to Uninstall Zoho Assist Unattended Agent
Zoho Assist, like any other application, can be uninstalled from your computer when it's no longer required for remote access. Here are the steps to uninstall the Zoho Assist Unattended Agent based on the operating system.
Uninstall the Zoho Assist Unattended Agent on Windows OS
Here are the steps for uninstalling Unattended Access agent from Windows systems. There are several means to uninstall Unattended agent from windows computer.
Uninstall via control panel
- Click the Windows Start button, then navigate to Control Panel > Programs and Features.
- Right-click the Zoho Assist Unattended Agent application and click Uninstall.
Uninstall via Windows settings
Click the Windows Start button, then navigate to Settings > Apps > Apps and Features.
Select More Options for the Zoho Assist Unattended Agent application and click Uninstall.
Uninstall via Zoho Assist App in Windows tray
Click the Windows Tray icon.
Right-click the Zoho Assist icon.
- Click Uninstall.
Note: Ensure that the Prevent customer from uninstalling the unattended access application from the control panel and Prevent customer from stopping the service of the unattended access application features are unchecked in the Settings > Preferences tab.
Uninstall the Zoho Assist Unattended Agent on Mac OS
To remove the Unattended Agent:
Open the Finder, click Applications on the left side, then select Zoho Assist.
Double-click to execute Unattended Uninstaller.
Follow and allow the onscreen prompts to complete the uninstalling process.
Uninstall the Zoho Assist Unattended Agent on Linux OS
The uninstallation of Unattended Agent varies based on the means of installation.
Use the following command to uninstall the agent:
"sudo dpkg --purge zohoassist"
Uninstallation of Agent installed for other distros
An uninstallation script is provided at the time of installation. Executing the script will uninstall the agent completely. Use the following command to execute the uninstallation script.
sudo chmod +x ./uninstall.sh
sudo ./uninstall.sh
➤ Uninstallation via Web Console
Log in to Zoho Assist.
Navigate to Unattended access > Deployment > Manage devices.
Select devices from the list and click Uninstall.
Download end extract the attached Script file (UninstallerScript.sh.zip).
Copy and paste the extracted Script file in the desktop.
Open Terminal and use the following command to execute the script:
chmod +x ~/Desktop/UninstallerScript.sh