How to stop skype from automatically starting?

After installing skype it will always start whenever I login. I'd rather it didn't do that.

How do I stop Skype from automatically starting?


Alternate Method (for Snow Leopard and possibly * Lion):

  1. Open System Preferences
  2. Select "Accounts"
  3. Select your user account
  4. Select "Login Items" at the top
  5. Remove "Skype"

Ta-da!


Since an image is worth a thousand words (make sure the options isn't checked):

enter image description here


For Skype for Business on Mac OS Catalina:

  1. Right click Skype icon in dock, click Options, ensure "Open at Login" is not selected
  2. Right click Skype icon in dock, select "Quit"
  3. System Preferences
  4. Users & Groups
  5. Select user in left pane
  6. Click "Login Items" button in right pane
  7. Select "Skype for Business" from list and click minus button at bottom of pane
  8. Repeat previous step if more than one "Skype for Business" is in the list

This worked for me.. first list all login items:

$ osascript -e 'tell application "System Events" to get the name of every login item'

Then delete skype for business

$ osascript -e 'tell application "System Events" to delete login item "Skype for Business"'

You may need to run several times if there were repeated items.