Skype command line options

9

2

The purpose of this question is to get a list of command line options for Skype, as many as possible to get. I know there are more options than the Skype site lists, as is the case with /secondary and a list of them would help a lot.

Dumitru

Posted 2013-10-11T20:04:51.047

Reputation: 201

Question was closed 2015-05-07T05:44:43.010

Parameters are OS dependent. To display skype options list in command line type: skype --help – Zon – 2016-06-20T11:25:01.793

Answers

3

Per this website and this website, the known command line flags for Skype are:

  • /callto [Skype user or telephone number] - Calls a user or number from Skype
  • /datapath [path] - Specifies where user personal data is to be stored by Skype
  • /nosplash - Prevents Skype's splash screen from displaying
  • /minimized - Launches Skype minimized to the system tray
  • /removable - Ensures that nonexistent paths aren't written to the Windows registry and does other housekeeping for running Skype from removable media
  • /shutdown - Stops a running Skype instance

I believe there may be more, but these are all I could find.

Kale Muscarella

Posted 2013-10-11T20:04:51.047

Reputation: 1 080

Pretty sure there are more. Found some time ago a page with quite a lot of them and... well, it's lost now. – Dumitru – 2013-10-12T20:46:02.673

@KuraiHikari You may have seen the commands that can be entered in a chat window, such as /info. – Kale Muscarella – 2013-10-12T22:22:16.287

@Huskehn I'm pretty certain those were command line options. So careless of me for not saving that page... – Dumitru – 2013-10-14T10:36:12.977

3

Two I'm using to autologin combined with /secondary:

  • /username:[your user name]
  • /password:[your password]

Andriy K

Posted 2013-10-11T20:04:51.047

Reputation: 131

1Extremely useful, unfortunately tho it's not working anymore as of version 7.16, only the /secondary command. – Gruber – 2016-01-05T18:37:20.647

1+1 for the "not working" - it used to, but the skype 7.18 i installed just now also refuses to sign in with provided credentials. It doesn't even echo them into the login screen username box so I'm reasonably confident that support for these switches has been dropped – Caius Jard – 2016-01-14T18:26:02.413

0

This works too (as of May 2015): /sendto: "C:\path\to\image.jpg"

Julian

Posted 2013-10-11T20:04:51.047

Reputation: 11