Skip to main content

How to Use WhatsApp on PC-Laptop (Free)



WhatsApp is the most popular and best messaging platform ever innovated so far. Typically, you can it use it on smartphones, including Android, iOS, Symbian, and Windows Phones. But what if you don't have a smartphone and all of your friends are on whatsapp. Does it mean you cannot communicate with your pals through whatsapp! The good news is that you can use whatsapp without buying an expensive smartphone. All you need to use whatsapp is just a Computer or a Laptop and an Internet Connection.

Installing WhatsApp on PC is quite simple. All you need is a Laptop or PC with Windows OS or Mac, and an active Internet Connection.

I believe there are other approaches to installing WhatsApp on PC; I will illustrate the one I am certain works: Download and Install WhatsApp using BlueStacks.

To Download and Install WhatsApp on PC using BlueStacks, follow the following steps:

Download and Install Bluestacks

  1. Download Bluestacks for Windows. Download Bluestacks
  2. NOTE: Typically, the online installer is provided on the official website. To download the offline installer, click here.  
  3. After Download Finishes, Double Click on Downloaded File to open it.
  4. Follow the Instructions on the screen until Bluestacks installs correctly.
  5. After installing Bluestacks, wait for it to complete download of more files and to configure.
  6. If you encounter an error while installing Bluestack, read this article on how to solve it: Fix Bluestack 25000 Graphics Card Error.

Download and Install WhatsApp

  1. Download WhatsApp APK file. Download WhatsApp APK.
  2. After Download finishes, Double Click on the Downloaded WhatsApp APK file.
  3. WhatsApp will install in your PC.
  4. Open BlueStacks (Click on BlueStacks icon in your Desktop)
  5. In BlueStacks, Click on All Apps.
  6. You’ll see WhatsApp, Click on it.
  7. Accept Terms and Condition 
  8. Type your Mobile Number in the Field
  9. Note: First type your Country Code like +1 for USA and then your Mobile Number
  10. WhatsApp will try to verify your number, but it will show fail message.
  11. Click on Call Me. You’ll receive an automatic call with a confirmation code, write down that code.
  12. Finally, type the received code in verification field and you are done!
         Enjoy WhatsApp on  PC!

Alternatively, Download and Install WhatsApp within Bluestacks

  1. Start Bluestacks and search for "WhatsApp" in the Bluestacks Search bar.
  2. You will see Whatsapp icon, click on it and install Whatsapp on Bluestack.
  3. You have now successfully downloaded and installed Bluestack. 
  4. Simply Go to the homepage and click on Whatsapp shortcut icon.
  5. That’s it. If you followed the above instruction correctly you have successfully Installed Whatsapp on your Computer or Mac



Comments

Popular posts from this blog

Access 2007 and VBA Tutorial

  MS ACCESS 2007:   VBA ENVIRONMENT INTRODUCTION This MSAccess tutorial explains the VBA environment in Access 2007 (with screenshots and step-by-step instructions). See solution in other versions   of MSAccess : Access   2010   Access   2007   Access   2003 WHAT IS VBA? This is what the VBA environment looks like in Microsoft Access 2007: VBA   standards for   Visual Basic for Applications   and is the language embedded within your database in Access 2007. You use   VBA   whenever you do one of the following: Create a new function. Create a new subroutine. Define a global variable. Place code behind an event procedure such as the "On Click" event of a command button. Execute the RunCode action in a macro. These are just some of the examples of when you might be running VBA code. MS ACCESS 2007:   OPEN VBA ENVIRONMENT This MSAccess tutorial explains how to open the VBA environmen...

How to Fix Temporary Profile in Windows 7

Sometimes Windows 7 Operating System fails to read the correct user profile properly, and instead, loads with a temporary profile. If you are keen you will see the following message: "You have been logged on with Temporary profile" This is how you fix the temporary profile problem on Windows 7: A.  Before do anything,  restart the computer 2 or 3 times  to see whether it’s going back to your old correct profile. If this doesn’t work, go to the next step. B.  Rename the temp profile registry and revert back the old registry settings for the correct profile. This methods works especially if the profile is not completely corrupt,. 1. Log in with temp profile. 2. Start registry editor by typing  regedit   in find box of Windows 7. 3. Navigate the following location. 1. Log in with your temporary profile if your account has administrative rights or with the local administrator account. 2. Start the registry editor by typing  regedit ...

Ant - Setup

Apache Ant Ant is distributed under the Apache Software License, a fully-fledged open source license certified by the open source initiative. The latest Apache Ant version, including its full-source code, class files, and documentation can be found at  http://ant.apache.org. Installing Apache Ant It is assumed that you have already downloaded and installed Java Development Kit (JDK) on your computer. If not, please follow the instructions  here . Ensure that the JAVA_HOME environment variable is set to the folder where your JDK is installed. Download the binaries from  http://ant.apache.org Unzip the zip file to a convenient location c:\folder. using Winzip, winRAR, 7-zip or similar tools. Create a new environment variable called  ANT_HOME  that points to the Ant installation folder, in this case  c:\apache-ant-1.9.5-bin folder. Append the path to the Apache Ant batch file to the PATH environment variable. In our case this would be the...