This issue has been on my nerves for a while. I tried to solve it finally today. Here is what I did
- Kill the Tips app and tips daemon manually. Open Terminal and type
sudo killall Tips tipsd
2.Start an automation to kill the app whenever the computer restarts or you re-login
Here are the steps to create the automation
- Start Automator app
- Select Application
- Click Show library in the toolbar (if hidden)
- Add Run shell script (from the Actions/Utilities)
killall tipsd Tips 2>/dev/null
- Copy & paste your script into the window
- Test it
- Save somewhere (for example you can make an Applications folder in your HOME, you will get an your_name.app)
- Go to System Preferences -> Users & Groups -> Login items (or System Preferences -> Accounts -> Login items / depending of your MacOS version)
- Add this app
This will make sure that the tipsd will never open unless you really want those tips :)