Page History
...
- Open Terminal (click the Spotlight / magnifying glass icon in the top-right corner and type 'Terminal' and hit Enter).
Enter the following command in Terminal:
Code Block ~ launchctl list | grep com.digitician.peakhour4.launchAtLoginHelper - 0 com.digitician.peakhour4.launchAtLoginHelper
In the output above, the login helper is present and enabled.
To disable and delete the login helper, enter these two commands:
Code Block ~ sudo launchctl stop com.digitician.peakhour4.launchAtLoginHelper Password:
Note: Enter your macOS password when prompted.
Note: Enter your macOS password when prompted.Code Block ~ sudo launchctl remove com.digitician.peakhour4.launchAtLoginHelper