Portable version of skype for windows. Portable Skype for Windows

Skype Portable is a popular program designed to communicate with loved ones and colleagues. You can be anywhere in the world, and the only thing you need is a high-quality Internet connection (Wi-Fi or mobile Internet).

The app has several main features:

  • video calls and voice calls to any city, country and even continent;
  • the ability to create a conference to discuss important issues;
  • quick chat with text messages and various “smilies” that perfectly convey emotions;
  • from Skype Portable you can make calls and send SMS to mobile numbers (at prices lower than those of your operator);
  • exchange of multimedia documents.

As you can see from the functional content, portable Skype does not differ from the desktop version of the program. Rather, there is a difference between these releases, but it concerns the installation method, or rather, its absence. This makes it easy to transfer the program to someone else's computer and always remain "online".

Getting Started in Skype Portable

To get started, you should download Skype Portable and just launch it, without additional installation. By the way, all previous versions were released only with an installation package, which significantly delayed the time before the start of communication, because the user also had to wait out a rather lengthy installation.

If you already have a Skype or Microsoft account, you can make calls without registering, otherwise you will need to create your own login so that your friends can quickly find you!

To add new users to the address book, enter the login of the person you want to find in the empty section "Search". After your friend agrees to exchange data, his contacts will immediately appear in your list and you can write him messages or call him!

Benefits of the portable version of Skype:

  1. The application does not require installation.
  2. All transmitted personal data and files are reliably protected.
  3. A simple and accessible interface, even not very experienced users can quickly figure it out.
  4. If you don't know English well, you can always download the Russian version for work.
  5. You will be able to contact your loved ones and colleagues for free, no matter where in the world they are.
  6. The quality of the connection depends only on the webcam and the speed of the Internet connection.

Skype Portable system requirements

  • internet connection;
  • additional equipment (microphone or webcam) is required to make voice and video calls;
  • processor: frequency not less than 1 GHz;
  • rAM: from 256 MB.

You can download Skype Portable to a USB flash drive or any other portable device so that the program is always at hand. As you can see, the recommended parameters are low, which means you can run the application on almost any PC!

Thanks to its functionality, intuitive interface and tons of interesting options, Skype has become one of the most popular utilities for communication. Using the application, you can not only send text messages and make calls, but also send documents, arrange conferences, show the work screen, take photos and much more. The creators have adapted the program for all popular operating systems: Windows, MacOS, Linux, Android, iOS, WP. Also the user can use Skype portable or the web version of the utility.

Program features

Approximately 500 million users worldwide use Skype. Users appreciated the capabilities of the application, created back in 2003. The program is actively developing, new functions appear, old options are being finalized, errors and bugs are eliminated. So what can she do?

  • Send messages.
  • Send a variety of files. The user can send via Skype important documentation, snapshot, video, song, etc.
  • Create conferences. The application allows you to make group calls, in which up to 25 people can take part. Also, users can create a video conference (limit up to 10 people).
  • Demonstrate the screen. The option allows you to make presentations or show the work of the product.
  • Take pictures. The user can take pictures not only of himself, but also of a comrade, during communication via video communication.
  • Forward contacts.

Note: The portable version of the utility is absolutely no different from the regular Skype client.

Features and usage of Skype Portable

The Skype portable client has all the features. The only difference is the lack of an update option. The portable version allows you to work with Skype without installing it on your computer. Instead of the usual installer, the user downloads the already installed utility, which can be transferred to removable media. To use the utility, you just need to connect the flash drive to your PC, start Skype and enter your personal data.

Unfortunately, there is no portable program on the official resource, so you have to turn to third-party resources. The user needs:


66 comments 2 386 downloads

Portable programs (also known as portable, stand-alone or portable) are programs that run without the need for installation and store all the necessary settings in the same location as the executable file. Thanks to this, portable programs can be stored and run on removable media (for example, flash drives).

By and large, Skype for Windows also supports portable mode, and in this article I want to show you how to make portable Skype yourself using the official installer. I also wrote a ready-made script that allows you to create and run portable Skype.


Download Free Download How to Create Portable Skype for Windows

File size:

4.5 KB

File name:

skype_portable_rus.vbs

Date of creation:

20 Mar 2017

Downloads:

2 386

How to use "skype_portable_rus.vbs"?


  • Thanks to this script, you can. If you follow the instructions, first download and extract the files of version 7.17.0.104, then - 6.1.999.130. Now we have two shortcuts in our folder: Login_7.30.0.105 and Login_6.1.999.130. Of course, in this way we can create portable versions for any version of Skype.
  • If you have several Skype accounts, you can run them simultaneously: run the "skype_portable_rus.vbs" script by double clicking, enter the Skype version and your login. Now another shortcut will be created in this folder. Thus, you can create an unlimited number of such shortcuts and if you run them, everything will work.
  • After you have extracted the installer files, you can safely remove the installer so that it does not waste space. All retrievable versions are in the versions folder. If that version is no longer needed, manually delete the folder with the version number.
  • All correspondence (including files transferred via Skype) is located in the appdata folder with your username. If your chat history is very important to you, make sure to periodically back up your profile.
  • If you are going to use portable Skype on a USB flash drive, before disconnecting the USB flash drive, close Skype from the system tray and wait 20-30 seconds.

How does the script work?

For those who are interested in technical details: if you know VBScript, you can analyze the source code of the script, but here I want to briefly describe how the script works. So our little script does three things:
  1. Extracts installer files
    supports a special key that allows you to extract files in a separate folder without initiating the installation process. For example, this is done like this:
    % cd% \\ skype_7.33.0.105.exe / extractonly: "% temp% \\ skype_portable"

    After extraction, only files from \\ Program Files \\ Skype \\ Phone are copied in the% cd% \\ versions \\ 7.33.0.105 folder, and% temp% \\ skype_portable is deleted.

  2. Saves the shortcut
    In fact, it would be easier to use scripts rather than shortcuts. However, people are used to seeing the Skype icon, and therefore chose the more difficult path. Depending on the specified login and Skype version, each shortcut executes the following command:
    "% windir% \\ System32 \\ cmd.exe" / c start / min / d. cscript.exe "skype_portable_rus.vbs" " Login" "7.33.0.105"

    That is, the shortcut stores the specified login and version, and when it starts it passes them to the script so that it “knows” what exactly needs to be launched.

  3. Launches portable Skype
    When the script receives a login and version, it first finds out if the given login is already running. If so, it just shows the Skype window (there is no point in running the same login again). Otherwise, it launches Skype using the following:
    "% cd% \\ versions \\ 7.33.0.105 \\ Skype.exe" / username: " Login"/ removable / secondary / datapath:"% cd% \\ appdata \\ Login"

    This command "tells" Skype to start the program even if another copy of Skype is already running, and at the same time, to save user data in the specified folder, and not in the default folder (that is,% appdata% \\ Skype).


Does the script work for newer versions of Skype?

Yes it works. However, the instructions above are slightly different. New Skype (that is, version 8 and higher) uses a different type of installer, therefore, to unpack the files, the innounp utility (Inno Setup Unpacker) is used, which, if necessary, is automatically saved to the script folder. Also, the command line parameters () differ.
I just want to add that the script was tested on Windows 7 and Windows XP, but I do not exclude that even on such systems something may not work correctly. Therefore, I will be grateful for any information about errors and comments on improving the script.

Skype is considered the leader among the programs designed to communicate with friends and acquaintances over the Internet. There are versions of the application for different operating systems. The program is installed on a PC, tablet or smartphone, after which you can use all its features. The developers of the Portableapps.com resource have offered a portable version of the Skype Portable application.

Its main difference is that you can install the program not only on the device itself, but also on removable media. When installing the official version of Skype, its files are automatically stored in the system folder AppData. The portable version of the application does not use the operating system registry. Therefore, it may well be installed on a USB flash drive.

To install the application, you need to download Skype Portable for free in Russian from the link at the end of the article. Next, you need to click on the installation file and specify the location where the program data will be stored. After installation, users will see the familiar program interface and can start communicating with loved ones.

Skype portable version supports all the functionality of the standard application. In addition, the developers offer updates at least as often as for the official program. This version is convenient for those who often work in various systems. In addition, it can be applied on the device if the official client stops working or gives errors. The program does not affect the system registry, so it does not need to be fully installed on a PC.

You can download the portable version for devices running Windows 7 or higher. The advantages of Skype Portable are undeniable:

  • Full installation is not required;
  • The application runs from any removable media;
  • The program interface is simple and intuitive even at the first acquaintance;
  • All data transmitted through the application is reliably protected and will not fall into third hands;
  • The quality of the connection depends only on the network speed and the characteristics of the microphone and webcam.

Anyone can appreciate the advantages of the portable version of Skype, as it is distributed free of charge. From time to time, the developers' website offers updates to fix bugs and expand the program's functions. Millions of users have made their choice in favor of Skype, which provides a stable connection with an opponent anywhere in the world.

Skype is considered the leader among the programs designed to communicate with friends and acquaintances over the Internet. There are versions of the application for different operating systems. The program is installed on a PC, tablet or smartphone, after which you can use all its features. The developers of the Portableapps.com resource have offered a portable version of the Skype Portable application.

Its main difference is that you can install the program not only on the device itself, but also on removable media. When installing the official version of Skype, its files are automatically stored in the system folder AppData. The portable version of the application does not use the operating system registry. Therefore, it may well be installed on a USB flash drive.

To install the application, you need to download Skype Portable for free in Russian from the link at the end of the article. Next, you need to click on the installation file and specify the location where the program data will be stored. After installation, users will see the familiar program interface and can start communicating with loved ones.

Skype portable version supports all the functionality of the standard application. In addition, the developers offer updates at least as often as for the official program. This version is convenient for those who often work in various systems. In addition, it can be applied on the device if the official client stops working or gives errors. The program does not affect the system registry, so it does not need to be fully installed on a PC.

You can download the portable version for devices running Windows 7 or higher. The advantages of Skype Portable are undeniable:

  • Full installation is not required;
  • The application runs from any removable media;
  • The program interface is simple and intuitive even at the first acquaintance;
  • All data transmitted through the application is reliably protected and will not fall into third hands;
  • The quality of the connection depends only on the network speed and the characteristics of the microphone and webcam.

Anyone can appreciate the advantages of the portable version of Skype, as it is distributed free of charge. From time to time, the developers' website offers updates to fix bugs and expand the program's functions. Millions of users have made their choice in favor of Skype, which provides a stable connection with an opponent anywhere in the world.

Did you like the article? To share with friends: