Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

steve333

macrumors 65816
Original poster
Dec 12, 2008
1,407
962
I deleted CleanMyMacX from my computer but when I check log in items it is listed in 'Allow in Background'
It is turned off but I want to delete it completely and I see no way to do it. It doesn't show up when I check Find File
Is there any way to get rid of it?
 
Apps tend to leave things behind.
There are links that you can delete for login items. They are called aliases in macOS, or shortcuts in Windows.

In Terminal (AT YOUR OWN RISK):

Bash:
cd /Library/LaunchAgents
ls -alhTt

See where the entry is pointing to and

Bash:
rm -rf [file]

For both files in each location

And:

Bash:
cd /Library/LaunchDaemons
ls -alhTt

See where the entry is pointing to and

Bash:
rm -rf [file]

For both files in each location

It's advisable that you delete the entire folder it is pointing to if it shares the same name as your app you wish to delete. Typically these are in: /Library/Application\ Support/

Also look in ~/Library/Application\ Support/ (your user's Library)

Important Note: Be careful with
Bash:
rm -rf
It's very unforgiving. ;)
 
Thanks, but with my luck I would rather not go into terminal
I wonder if Onyx has a software deletion feature, ironically CleanMyMacX does
 
I deleted CleanMyMacX from my computer but when I check log in items it is listed in 'Allow in Background'
It is turned off but I want to delete it completely and I see no way to do it. It doesn't show up when I check Find File
Is there any way to get rid of it?
CleanMyMacX has its own uninstaller. It sounds like you didn't use that and simply dragged the app to the trash. The easiest way for you to fix it is to reinstall the app and then run the included uninstaller.

 
  • Like
Reactions: gilby101
Thanks, yeah I screwed up.
Not sure if it will allow me to install it again after having gotten a refund but I will try
 
MacPaw emailed me an uninstaller and it worked, there was a lot more left behind in plists, etc
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.