VanDyke Software

Tips

Index

How to Remove All Traces of SecureCRT from Your Machine (macOS)

Below are the steps you would take to completely uninstall SecureCRT and remove all traces of its configuration.

Uninstall
Removal is reverse of installation. Recall that to install SecureCRT, you would have opened the .dmg file and dragged the SecureCRT app to your Applications folder.

To uninstall SecureCRT, follow the steps below:

  1. Open the Applications folder within the Finder app (or click on the blue Applications folder if present in the dock) and locate SecureCRT.
  2. Drag SecureCRT to the trash.
  3. If you chose to install the TFTP binding helper daemon, you will need to remove this manually within a native Terminal window using these two commands (or similar):
    sudo rm /Library/LaunchDaemons/com.vandyke.SecureCRT.BindingHelper.plist

    sudo rm /Library/PrivilegedHelperTools/com.vandyke.SecureCRT.BindingHelper

The SecureCRT app itself is now uninstalled.

Remove All Traces
If you want to remove all traces of SecureCRT — including your configuration data — here are the additional steps you will need to take:

  • Remove your configuration folder. If you're not sure where this is located, open a Terminal window and run this command:
    open "`defaults read com.vandyke.SecureCRT \"Config Path\"`/../"
  • Remove your personal data folder (if you chose to use one for storing sensitive data). If you're not sure where this is or even if you were using it, open a Terminal window and run this command:
    open "`defaults read com.vandyke.SecureCRT \"Personal Data Path\"`/../"
  • Remove global defaults for SecureCRT. Open a Terminal window and run this command:
    defaults delete com.vandyke.SecureCRT

VanDyke Software uses cookies to give you the best online experience. Before continuing to use this site, please confirm that you agree to our use of cookies. Please see our Cookie Usage for details.