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):
- Open System Preferences
- Select "Accounts"
- Select your user account
- Select "Login Items" at the top
- Remove "Skype"
Ta-da!
Since an image is worth a thousand words (make sure the options isn't checked):
For Skype for Business on Mac OS Catalina:
- Right click Skype icon in dock, click Options, ensure "Open at Login" is not selected
- Right click Skype icon in dock, select "Quit"
- System Preferences
- Users & Groups
- Select user in left pane
- Click "Login Items" button in right pane
- Select "Skype for Business" from list and click minus button at bottom of pane
- 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.