Run two different Skype accounts under Windows, at the same time

Posted by Paul Braren on Dec 31 2011 (updated on Aug 6 2012) in
  • Productivity
  • Windows
  • SkypeTwiceTrayArea

    Skype has documented a procedure for running 2 copies of Skype, but I find the method I show in the below video to be more useful, with shortcuts to your batch files conveniently pinned right to your Taskbar, and no manual user account selection or password typing is required.

    I created this procedure with with Skype 5.5, on Windows 7 64 bit. Basically, in the video below, you'll see me take a few minutes to create 2 batch files, with the following contents, where you replace skypeusername1 and skypeusername2 with your Skype account usernames (2 lines in each batch file).

    start /D "C:\Program Files (x86)\Skype\Phone" Skype.exe /username:**_skypeusername1_** /password: /secondary
    exit
    
    start /D "C:\Program Files (x86)\Skype\Phone" Skype.exe /username:**_skypeusername2_** /password: /secondary
    exit

    I then make some tweaks to pin these batch files to the Taskbar, using BabuNagarajan's tip, then chosing custom Skype icons, here's the full path to skype.exe that you'll find handy for cut-and-paste:
    C:\Program Files (x86)\Skype\Phone\Skype.exe

    For those occasions where you need to login a 2nd copy of Skype, you just click on the icon in your tray (pictured below). Skype will prompt you for the login, which is normal Skype second-instance behavior, but if the password is already saved, so you can just click the "Sign me in" button (or just hit your enter key) to get right in.

    There's a lot of steps in the video, but if you follow along carefully, you will succeed.

    Notes:

    • If you have multiple sound devices, you should be able to configure each instance of Skype to use a different sound device.
    • I created this procedure with with Skype 5.5, on Windows 7 64 bit, but 32 bit users may have success following along as well, by simply removing the  (x86) from all path statements.
    • My video shows Skype set up to save passwords, but not autostart with the computer. You can use autostart if you prefer, then just use the second shortcut to start the second copy of Skype as needed, pictured below:
    SkypeSecondInstanceLaunch