In addition to the LaunchAgents and LaunchDaemons folders in /Library and ~/Library, applications may
```bash
/Library/LaunchAgents
/Library/LaunchDaemons
~/Library/LaunchAgents
~/Library/LaunchDaemons
```
have items inside their bundle, e.g. inside:
```bash
/Applications/AppName.app/Contents/Library/LoginItems/
/Applications/AppName.app/Contents/Library/LaunchAgents/
/Applications/AppName.app/Contents/Library/LaunchDaemons/
```
reset login item
note: The program has been uninstalled, and the plist has been deleted, but the startup item still exists.
```bash
sfltool resetbtm
```