Skip to main content

AhsayACB macOS Uninstallation

July 21, 2025

Uninstall Instructions

Follow the steps below to uninstall AhsayACB:

  1. Click Go at the top menu bar and then click Utilities.

    success

  2. Double-click the Terminal icon,

    success

  3. Use the highlighted command to enter the Applications folder.

    
    #cd /Applications 
    #[user]-Mac-mini:Applications [user]$ 
            
  4. Use the highlighted command to enter the AhsayACB folder.

    
    #[user]-Mac-mini:Applications [user]$ cd AhsayACB.app/bin 
    #[user]-Mac-mini:bin [user]$
            
  5. Use the highlighted command to execute the uninstallation. Enter the password for logging in to your Mac when prompted.

    
    #[user]-Mac-mini:bin [user]$ sudo sh uninstall.sh 
    #Password:
            
  6. The following scripts show when the uninstallation is completed.

    
    #Shutdown Scheduler for Ahsay A-Click Backup 
    
    #Wait 5 seconds before Scheduler 0exits 
    
    #Kill Process by Image Name: /Applications/AhsayACB.app/jvm/bin/bJW 
    
    #Ignore Process by Image Name 
    
    #Kill Process by Image Name: /Applications/AhsayACB.app/jvm/bin/bschJW 
    
    #Ignore Process by Image Name: 
    
    #Kill Process by Image Name: /Applications/AhsayACBapp/jvm/bin/java 
    
    #Ignore Process by Image Name 
    
    #Remove LaunchDaemons for com.AhsayACB.scheduler from service
    
    #Remove AhsayACB from Your mac OS 
    
    #[user]-Mac-mini:bin [user}$