Visit our official website APAJR Lab


Showing posts with label General Information. Show all posts
Showing posts with label General Information. Show all posts

Saturday, 3 May 2014

How To Share media with what's app running on bluestack

| |
0 comments

Hello Readers Of APAJR Lab ,I am Rajeev Ranjan Sharma (RRS) and we are back with an awesome post for you all. Today i will be talking about how to share media with what's app which running on bluestack. 

We all know that the bluestack is great emulator for running android apps on windows pc. Mostly people are using this for running whats app,but after installing whats app on bluestack user confuse how to share pictures and videos from it, even I am also confuse frist time.
After using some days bluestack I found an interesting and simplest way to share pictures and videos with it,so lets start ..  

How To Share media with what's app running on bluestack

  The method is quite simple 
1. First start the whats app with bluestack which you already installed.
2.Now select the image,video etc. what you want to share and simply drop in the bluestack windows.

drop

3.Now a dialog Box open to share your media with twitter,facebook and whats app,just click on whats app.



click

4. Then it will open your saved contacts and group list now just simply click on which one you wish to send.  that's all.

Is it cool? thanks for reading,But wait if you are thinking what about your friend send you media how can we to access the files in our hard disk. If you want to know this stay tune with APAJR Lab for upcoming article "HOW TO COPY BLUESTACK FILES ON HARD DISK"

 
Facebook_Like If you enjoyed this post and wish to be informed whenever a new post is published, then make sure you Subscribe to our regular Facebook update's 





You might also like : 

 

 

  
Read More

Wednesday, 30 April 2014

Check Your Own Mobile Number-Airtel,Idea,Vodafone,Aircel,Docomo,Reliance,Bsnl Etc.

| |
0 comments
                                 


Nowadays we kept so many sims with us for specific usages.some providers will give you a very good messaging offers with fair price and some others will be in good for internet offers.and also we kept same provider's sims for different jobs.So it is Quiet natural to forget numbers.
Friends we all have a situation that we have to make a call but there is no money and you don't know phone number of the sim in your mobile and you may feel great difficulty.we can use very codes named USSD codes to get number on your mobile screen.These are very short and easy to remember.To Find Your Own Mobile Number Just dial the following codes.
One sim may have different codes.So if  you are dialing a code and you are not getting your mobile number on the screen then try another one.

Read Also: How To Transfer Balance From Aircel,Airtel,Idea,Bsnl,Vodafone,Docomo
Fiend  i thinks it will very useful i change all text into into a table.You can see above listed USSD codes in a table below.

Network Provider Dial Code
Idea *789# or *100# or *1# *147# *131# or *131*1#
Vodafone *555# or *555*0# or *111*2# or *777*0# or *131*0#
Airtel *140*175 or*140*1600# or *121*9# or *282#  *141*123#
Aircel *1# or *234*4# or *888# or *122*131# or *131#
Reliance *1# *111#
Bsnl*1# or *99# or *222#
Tata Docomo*1#  or *580# or *124#
Videocon*1# 
VirginSMS:  NUM to 51230 or *1#
Uninor*555# *1# *444# 
Loop*222# *1# *001#
MTNL*8888#
Smart*1# *111*2#
BPL *222# *1# *001#




Note:The codes in green color are successfully verified by me,in Chennai.It is also working in other states.Please comment here to help other visitors.These numbers might get changed.Contact to their call center to get latest number.





Read More

Sunday, 27 April 2014

CMD Tips and Tricks | Hack Using CMD

| |
2 comments


  • Click Start--> Run --> CMD


Hack Windows password using cmd

                             


  • Type net user and press enter button.
  •  Select User Account (Example: Guest or administrator)
  • Type net user account user name * (example: net user Hamza *) and press enter
  •  Now Type the new password without knowing old password and confirm it..
  • Now windows password changed or Hacked Successfully.
 
Shutdown enemy's  computer remotely using CMD
  • Type shutdown/i
  • A popup window will appear 


  • click on ADD button and enter the lan ip (Check Lan ip using ipconfig command in CMD)


  • click ok button. 

Check Your IP and Any Website IP Using CMD 

                                 

  • Type ping www.sitename.com (Example ping www.google.com )
  • That all..

Find hidden file using cmd

  • Type dir/ah to see hidden file











Read More

Clickjacking Attack

| |
0 comments
                      

What is Clickjacking?

Clickjacking is a technique used by hackers or spammers to trick or cheat the users into clicking on links or buttons that are hidden from normal view (usually links color is same as page background). Clickjacking is possible because of a security weakness in web browsers that allows web pages to be layered and hidden from general view. In this situation what happens is that You think that you are clicking on a standard button or link, like the PLAY button or download button on an video or some stuff, but you are really clicking on a hidden link. Since you can’t see the clickjacker’s hidden link, you have no idea what you’re really doing. You could be downloading malware or making all your Facebook information public without realizing it. Some good hackers make ajax keyloggers and put them as javascripts over their fake websites and when you open them they retrieve all your passwords stored in web browser and records whatever you type while the web browser is open and stores this information on their servers.

There are several types of clickjacking but the most common is to hide a LIKE button under a dummy or fake button. This technique is called Likejacking. A scammer or hacker might trick you by saying that you like a product you’ve never heard. At first glance, likejacking sounds more annoying than harmful, but that’s not always true. If you’re scammed for liking Mark Zukenberg​, the world isn’t likely to end. But you may be helping to spread spam or possibly sending Friends somewhere that contains malware.

 How It Work ?

The like button is made hidden and it moves along with the mouse.So, wherever the user clicks, the like button is clicked and your fan page is liked.First download the JavaScript from the below download link.

Mediafire

After downloading the script extract all the files.Now modify the config.js and follow the below instructions.

1. Modify config.js file in "src" folder to change fan page URL and other things.
Comments are provided beside them to help you what they do exactly.

2. There is a time out function after which the like button will not be present(move) anymore.
"time" if set to 0 will make it stay forever(which is usually not preferred).

3. Set opacity to '0' before you run the script. Otherwise the like button will not be invisible

Properly set the var in the file if it is jumbled ?

 After modifying the config.js script upload these scripts to javascript hosting website.I prefer yourjavascript you can also upload to some other website.

How To Run The Script ?

1. Add config.js just above head tag in your pages
----------------------------------------------------------------------------------------------------------------
<script language="javascript" src="src/config.js"> </script>
----------------------------------------------------------------------------------------------------------------

2. Add like.js after body tag in your pages
----------------------------------------------------------------------------------------------------------------
<script language="javascript" src="src/like.js"> </script>
----------------------------------------------------------------------------------------------------------------

Remove src link with your uploaded link.

5. That's it. The script is ready to go.

Note: This tutorial is only for Educational Purposes, I did not take any responsibility of any misuse, you will be solely responsible for any misuse that you do. Hacking email accounts is criminal activity and is punishable under cyber crime and you may get upto 40 years of imprisonment, if got caught in doing so.

- See more at: http://blackhatcrackers.blogspot.in/2013/01/clickjacking.html#sthash.xBUByvvD.dpuf


What is Clickjacking ?

Clickjacking is a technique used by hackers or spammers to trick or cheat the users into clicking on links or buttons that are hidden from normal view (usually links color is same as page background). Clickjacking is possible because of a security weakness in web browsers that allows web pages to be layered and hidden from general view. In this situation what happens is that You think that you are clicking on a standard button or link, like the PLAY button or download button on an video or some stuff, but you are really clicking on a hidden link. Since you can’t see the clickjacker’s hidden link, you have no idea what you’re really doing. You could be downloading malware or making all your Facebook information public without realizing it. Some good hackers make ajax keyloggers and put them as javascripts over their fake websites and when you open them they retrieve all your passwords stored in web browser and records whatever you type while the web browser is open and stores this information on their servers.

There are several types of clickjacking but the most common is to hide a LIKE button under a dummy or fake button. This technique is called Likejacking. A scammer or hacker might trick you by saying that you like a product you’ve never heard. At first glance, likejacking sounds more annoying than harmful, but that’s not always true. If you’re scammed for liking Mark Zukenberg​, the world isn’t likely to end. But you may be helping to spread spam or possibly sending Friends somewhere that contains malware.


How It Work ?

The like button is made hidden and it moves along with the mouse.So, wherever the user clicks, the like button is clicked and your fan page is liked.First download the JavaScript from the below download link.
    
                                    http://adfoc.us/22646342285149
                                                           
After downloading the script extract all the files.Now modify the config.js and follow the below instructions.

1. Modify config.js file in "src" folder to change fan page URL and other things.
Comments are provided beside them to help you what they do exactly.

2. There is a time out function after which the like button will not be present(move) anymore.
"time" if set to 0 will make it stay forever(which is usually not preferred).

3. Set opacity to '0' before you run the script. Otherwise the like button will not be invisible



Properly set the var in the file if it is jumbled ?

 After modifying the config.js script upload these scripts to javascript hosting website.I prefer yourjavascript you can also upload to some other website.

How To Run The Script ?

1. Add config.js just above head tag in your pages
----------------------------------------------------------------------------------------------------------------
<script language="javascript" src="src/config.js"> </script>
----------------------------------------------------------------------------------------------------------------

2. Add like.js after body tag in your pages
----------------------------------------------------------------------------------------------------------------
<script language="javascript" src="src/like.js"> </script>
----------------------------------------------------------------------------------------------------------------

Remove src link with your uploaded link.
 


5. That it, The Script is Ready to go.


Note: This tutorial is only for Educational Purposes, I did not take any responsibility of any misuse, you will be solely responsible for any misuse that you do. Hacking email accounts is criminal activity and is punishable under cyber crime and you may get upto 40 years of imprisonment, if got caught in doing so. 
 


 
https://www.facebook.com/FanofRRS


What is Clickjacking?

Clickjacking is a technique used by hackers or spammers to trick or cheat the users into clicking on links or buttons that are hidden from normal view (usually links color is same as page background). Clickjacking is possible because of a security weakness in web browsers that allows web pages to be layered and hidden from general view. In this situation what happens is that You think that you are clicking on a standard button or link, like the PLAY button or download button on an video or some stuff, but you are really clicking on a hidden link. Since you can’t see the clickjacker’s hidden link, you have no idea what you’re really doing. You could be downloading malware or making all your Facebook information public without realizing it. Some good hackers make ajax keyloggers and put them as javascripts over their fake websites and when you open them they retrieve all your passwords stored in web browser and records whatever you type while the web browser is open and stores this information on their servers.

There are several types of clickjacking but the most common is to hide a LIKE button under a dummy or fake button. This technique is called Likejacking. A scammer or hacker might trick you by saying that you like a product you’ve never heard. At first glance, likejacking sounds more annoying than harmful, but that’s not always true. If you’re scammed for liking Mark Zukenberg​, the world isn’t likely to end. But you may be helping to spread spam or possibly sending Friends somewhere that contains malware.

 How It Work ?

The like button is made hidden and it moves along with the mouse.So, wherever the user clicks, the like button is clicked and your fan page is liked.First download the JavaScript from the below download link.

Mediafire

After downloading the script extract all the files.Now modify the config.js and follow the below instructions.

1. Modify config.js file in "src" folder to change fan page URL and other things.
Comments are provided beside them to help you what they do exactly.

2. There is a time out function after which the like button will not be present(move) anymore.
"time" if set to 0 will make it stay forever(which is usually not preferred).

3. Set opacity to '0' before you run the script. Otherwise the like button will not be invisible

Properly set the var in the file if it is jumbled ?

 After modifying the config.js script upload these scripts to javascript hosting website.I prefer yourjavascript you can also upload to some other website.

How To Run The Script ?

1. Add config.js just above head tag in your pages
----------------------------------------------------------------------------------------------------------------
<script language="javascript" src="src/config.js"> </script>
----------------------------------------------------------------------------------------------------------------

2. Add like.js after body tag in your pages
----------------------------------------------------------------------------------------------------------------
<script language="javascript" src="src/like.js"> </script>
----------------------------------------------------------------------------------------------------------------

Remove src link with your uploaded link.

5. That's it. The script is ready to go.

Note: This tutorial is only for Educational Purposes, I did not take any responsibility of any misuse, you will be solely responsible for any misuse that you do. Hacking email accounts is criminal activity and is punishable under cyber crime and you may get upto 40 years of imprisonment, if got caught in doing so.

- See more at: http://blackhatcrackers.blogspot.in/2013/01/clickjacking.html#sthash.xBUByvvD.dpuf
Read More

Saturday, 26 April 2014

How to Play Android Games on PC | BlueStacks

| |
0 comments
Android is becoming a very Popular Operating System in Smartphones due to the availability millions of apps in the Google Playstore.The Main reason for the Growing Success of Android OS is its amazing apps and High Quality Games of which most of them are available for free.Play Subway Surfers on PC Because of these high quality apps and games you need to have a Powerful Android Smartphone to run these apps smoothly on your devices but on the same side these Powerful Android Smartphones costs a lot which are not affordable for everyone. If you want to buy Android Smartphone just for enjoying the Android apps or Games therefore i am going to Provide you a Different platform to enjoy these apps just for free.Use Whatsapp on PC Here in this Post I am going to Tell you How to Play or Run these Android Games on Your PC/Computer without spending money on Android Smartphones.You can Run any Android app or game on your pc using the BlueStacks.Here below is a Step by Step Guide on How to Play Android Games on your PC using BlueStacks a Free Emulator to Play your Favorite Android Games on PC.


How to Play Android Games on PC : Steps to Follow

1 – Downloading and Installing BlueStacks

  • First of all You need to Download and Install BlueStacks on Your PC/Computer.

Download BlueStacks From Here – Windows

 Download BlueStacks From Here – Mac OS

    • After Installing BlueStacks When You Run it for the First Time it will Start Downloading its Database and Componets that will take few minutes depending on the Speed of Your Internet Connection.

2 – Setting Up Bluestacks

  • Go to My Apps and Select App Search as Shown below in the Image.

 How to Play Android Games on PC
  • After Selecting App Search it will ask you to Complete two steps which is a One Time Setup as shown below in the Image and Click on Continue.
 How to Play Android Games on PC/
  • Next it will ask you to Login to your Google Account as shown below in the Image. 

How to Play Android Games on PC/

Note - If Your Account Password is in Capital Letters then you need to Enter Your Password Using the Virtual Keyboard located at the Bottom.

3 – Searching For the App and Installing

  • After Completing the One Time Setup now Search for the App you want to Download to your PC/Computer as shown below in the image.
 How to Play Android Games on PC/
  • Click Install and It will start Searching the Stores and Click on the Game Icon and it will Start Downloading as shown below in the Image. 

How to Play Android Games on PC/

4 – Running the Installed App

  • After Installing the App Go back to My Apps tab and there it will be shown installed as shown below in the Image. 
How to Play Android Games on PC/
  • Click on the App to Run and You will be able to Play the Game Using Your Mouse and Keyboard.
Screenshot Showing Gameplay on PC/Computer 

How to Play Android Games on PC/
  • That’s all and You are all Done.

Optional – Guide to Use BlueStacks

BlueStacks is an Awesome Emulator to Play Your Favorite Android Games on Your PC/Computer.By Using BlueStacks You can Even use Whatsapp to chat with your Friends.Best Free Android Apps of All Time You can Easily Configure BlueStacks Settings i.e Changing Keyboard Layout,Managing Contacts,Managing Applications etc.You just Need to Click on the Gear Icon Located at the Bottom to Open the BlueStacks Settings Page where you can edit or Manage the Applications,Contacts,Keyboard Settings and Much More as Shown below in the Image.
 How to Play Android Games on PC/

 

Note Important

It may happen that Some Android Games will Crash during Playing since BlueStacks is still in Beta Version therefore you need to wait till the Full Proper Version of BlueStacks is Released

www.fb.me/fanofrrs


You might also like : 


Read More

Wednesday, 16 April 2014

Memory bit Information | .::APAJR::.

| |
0 comments





                             


HOW FAR DO YOU KNOW =>

1 Bit = Binary Digit
8 Bits = 1 Byte
1024 Bytes = 1 Kilobyte
1024 Kilobytes = 1 Megabyte
1024 Megabytes = 1 Gigabyte
1024 Gigabytes = 1 Terabyte
1024 Terabytes = 1 Petabyte
1024 Petabytes = 1 Exabyte
1024 Exabytes = 1 Zettabyte
1024 Zettabytes = 1 Yottabyte
1024Yottabytes = 1 Brontobyte
1024 Brontobytes = 1 Geopbyte
1024 Geopbyte=1 Saganbyte
1024 Saganbyte=1 Pijabyte
Alphabyte = 1024 Pijabyte
Kryatbyte = 1024 Alphabyte
Amosbyte = 1024 Kryatbyte
Pectrolbyte = 1024 Amosbyte
Bolgerbyte = 1024 Pectrolbyte
Sambobyte = 1024 Bolgerbyte
Quesabyte = 1024 Sambobyte
Kinsabyte = 1024 Quesabyte
Rutherbyte = 1024 Kinsabyte
Dubnibyte = 1024 Rutherbyte
Seaborgbyte = 1024 Dubnibyte
Bohrbyte = 1024 Seaborgbyte
Hassiubyte = 1024 Bohrbyte
Meitnerbyte = 1024 Hassiubyte
Darmstadbyte = 1024 Meitnerbyte
Roentbyte = 1024 Darmstadbyte
Coperbyte = 1024 Roentbyte


Read More

Monday, 10 March 2014

How To Transfer Balance From Aircel,Airtel,Idea,Bsnl,Vodafone,Docomo | .::APAJR::.

| |
0 comments
Hi friends,now i'm giving a trick to how to transfer you balance from your phone to another phone.Try this trick and transfer balance for all operators 


 

1. Vodafone Balance Transfer Trick

Go through the following steps:
Step1: Dial *131*Amount*friend vodafone mobile no# [eg: *131*50*9052XXXXXX#]
Terms and conditions: Charges Rs.1/- for balance transfer

 

 

2. Airtel Balance Transfer Trick

Follow the Steps below:
Step1: Dial *141# and follow the instructin
OR
Step2: *141*1*Amount*Mobile Number# [eg: *141*1*5*9910XXXXXX#]

 

 

3. BSNL Prepaid Balance Transfer Trick

Follow the steps below:
Step1: SMS ” GIFT friend Bsnl number amount ” to 53733 or 53738
[eg: GIFT 949XXXXXXX 50 ]
Terms and Conditions apply.

 

 

4. Idea Balance Transfer Trick

Follow the below Steps:
Step1: Dial *567*friend mobile number*amount#
[eg:*567 *9092 XXXXXX*50#] Finish.
Term and Conditions: You Will Be Charged Rs/- 2 For this Method.

 

 

5. Tata Docomo Balance Transfer Trick

Follow the steps below:
Step: SMS “BT Mobile Number Amount” and send it to 54321[eg: BT 72078XXXXX 50]

 

 

6. Uninor Balance Transfer Trick

Follow the below steps:
Step1: Choose the amount to transfer.
Step2: Dial *202*friend mobile number*amount#
[eg: *202*962XXXXXXX*50#] Finish your amount has been transferred.



7.Aircel Balance Transfer Trick


Follow the below steps:
aircel users can transfer balance upto rs 100 

transfer code

 


*122*666#

Terms and Conditions: Minimum balance should be rs.5/-



Important Note:
1. Balance Transfer Code work between same networks  like Vodafone to Vodafone,  Airtel to Airtel etc.
2. Terms and conditions apply for balance transfer.
Read More

Thursday, 27 February 2014

Why You need to Stop using WhatsApp? | .::APAJR::.

| |
0 comments
WhatsApp security ssl













"WhatsApp does not perform SSL pinning when establishing a trusted connection between the mobile applications and back-end web services. Without SSL pinning enforced, an attacker could man-in-the-middle the connection between the mobile applications and back-end web services. This would allow the attacker to sniff user credentials, session identifiers, or other sensitive information."







Read More

Learn How to Hide WhatsApp 'Last seen at' Time and Profile Picture from Other Users | .::APAJR::.

| |
0 comments
hide whatsapp last seen at and profile picture


WhatsApp for Android added most awaited privacy option for all who do not want to display information about when they last used the app.

 
This is the first impressive update of the WhatsApp after acquisition by Facebook, who has paid a lot of money in cash and stock to acquire it.
The Popular Smartphone messaging application WhatsApp version 2.11.169 will provide you more ability and control over privacy options i.e. Hiding ‘last seen at’ time, Profile picture, status updates from others, which are currently visible for all WhatsApp users.
Currently, these options are set to 'everyone' by default, that allows any WhatsApp user to find out exactly when you used WhatsApp for the last time, also reveals your image and Status message. Most of the times we don't want it to be shown to anyone or to non-contact users.



Read More

Why Facebook is buying WhatsApp for $19 Billion? | .::APAJR::.

| |
0 comments
WhatsApp Facebook secure chat app

Popular Smartphone Messaging app WhatsApp's $19 billion acquisition by Social Network giant Facebook made Headlines this week.
While Some are applauding the move, and many other users are worried about WhatsApp’s future and their privacy after this acquisition.
Why So Serious?
WhatsApp currently having 450 million active users and processes 50 billion messages a day. Service charges a nominal service fee of $1/year, that means Facebook is buying at $42.22 per user.
$19 Billion / 450 million users  = $42.22 per user
These figures showobviously future revenue from WhatsApp can’t cover the acquisition cost in the short or mid-term.

"You can still count on absolutely no ads interrupting your communication. There would have been no partnership between our two companies if we had to compromise on the core principles that will always define our company, our vision and our product." WhatsApp founder said in a blog post.





Read More

Saturday, 25 January 2014

How to Make a Bootable USB Flash Drive | .::APAJR::.

| |
0 comments
Using a bootable USB to install an operating system makes the installation much faster and also saves a DVD.You can make a bootable USB easily.You can use cmd for making a bootable USB for windows 7 or vista.There are many third party tools available to make a bootable USB. These tools can be used to create a bootable USB for Windows 7,Windows 8,Windows xp,Windows Vista and Linux operating systems.Here we have mentioned how to make a bootable USB by using cmd and also few third party tools are discussed for your help. 


                           bootable USB

 

 

How to Make a Bootable USB Using (cmd)

This method work in Windows 7, 8,& Vista.It requires a USB flash drive (4GB+).follow the instruction to make a bootable USB easily.

 

How to Make a Bootable USB Using Third Party Tools

There are many third party tools available to make a bootable USB flash drive.They are quite easy, simple and safe.Some best tools are mentioned below.

 

 

WinToFlash

It is a free tool that allows you to make a bootable USB flash drive from a windows XP, Vista, Windows 7, Server 2003 or server 2008 installation CD or DVD. You can also use WinToFlash to make a MSDOS bootable USB drive. 


        How to make a bootable USB


 

 

 

 

Rufus

It is a small portable tool to create bootable USB for Windows and Linux.Rufus runs in 32-bit and 64-bit versions of Windows XP,Vista, Windows 7 and Windows 8.You can also make bootable USB drives for popular Linux OS’s such as Ubuntu, Kubuntu, Fedora, and OpenSUSE.It also allows you to check USB drives for bad sectors,using upto four passes.It is very easy to use.Get Rufus here. 


                                 how to make a bootable USB

 

Windows 7 USB/DVD Download Tool

This is an official freeware tool from Microsoft. It allows you to install Windows 7 and Windows 8 without running the existing OS on your computer.You can change boot orders of the drives in your computer’s BIOS so that the Windows 7 installation on your USB drive runs automatically when you turn on your computer. 


                           Bootable USB 


 

WiNToBootic

It is a free tool to Make a bootable USb drive for Windows 7 or Windows 8. It supports an ISO file ,a DVD or a folder as the boot disk source.This is standalone tool that doesn’t require installation and also it operates very fast.                                                      how to make a bootable USB   



Windows Bootable Image (WBI) Creator

 

This is a free and portable tool to make a bootable ISO image from Windows XP, Vista, and Windows 7 set up files.It is very easy to use.Simply tell the tool where the Windows setup files are located and select a target folder for the new ISO file to be created.Use one of the above mentioned tools to make a bootable USB flash drive. 


                           windows bootable image creater


Thus the above mentioned cmd method and the third party tools can be used to make a bootable USB flash drive easily and safely.
Read More

How to create a wireless network on pc /Windows 7/XP/Vista | .::APAJR::.

| |
0 comments
How to create a Wireless Network on PC:Sometimes we need to share our internet connection with other computers or WiFi enabled smartphones or Tablets or other devices.The simplest way to do this is set up a wireless network with the help of a router. All you need is to attach a wireless router to your modem or WiFi enabled device located in range of computer and you can connect to internet using that connection.Here are few simple methods to make a wireless Network on PC.         


 wireless network  


If you have all of the above devices but you do not have a Wireless Router.Than you can
setup a Wireless Network using wireless network adapters.The latest Desktop and Laptops
have inbuilt wireless capabilities.You can either buy USB network adapter or Wireless
adapter.One could opt for an Internal Wireless PCI card which is placed inside the cabinet.

  • Setup a WiFi network without a Router


If you have one of the above things than you can easily set up a Wireless Network for Your
PC.Now can set up a wireless network  without a router.An Ad Hoc network is created in windows xp or Vista and a Virtual WiFi network in windows 7 or windows server 2008.

  • For Windows Vista and Windows XP or Mac OS X


If your computer is having Windows XP Vista or Mac OS X running on the system,and computer has aleady connected to internet than you can setup an ad-hoc network.Other Wireless devices can connect to internet usin this ad-hoc network.This type of connection is also called as Computer-to-Computer network.
An Ad Hoc connection can be set up by following method

  • Wired Connection In, Wireless Connection Out


This method is similar for both windows Vista and Windows XP.There is a slight difference
between both.In windows XP the system must be runnig on Windows XP SP2 or SP3.There are few extra steps in Windows XP while setting up a Wireless Network.
       Steps for setting an ad-hoc network in Windows Vista are:
  • Go to Control Panel
  • Click on Network and sharing
  • Select “Setup a Wireless ad-hoc Network”.
  • Select “Save this network”,so that the ad-hoc network is not deleted when no other devices are connected to the Network.
  • Turn on Internet sharing.

Now your computer can be connected to ad-hoc network.same steps are followed for Windows XP with couple of extra steps after these steps for Windows Vista.

  • For Users of Windows 7


Windows 7 user does not need to setup a Wireless Connection.They can turn their computer into a portable WiFi hotspot without any configuration.This can be done by “Virtual WiFi Router”.
Virtual WiFi Router is an application which enables you to perform WiFi tethering by your Windows 7 running system.you can share your internet with other computers and smartphones wirelessly.

                  To turn your computer into a Wireless WiFi Hotspot:
  • Go to Control Panel
  • Go to Programs>Uninstall a program
  • Turn Windows features on or off.  
  •  
  •  
  • wireless network
  • Now Scroll down to Microsoft.NET Framework,extend this category
  • Enable Windows Communication Foundation (HTTP and Non-HTTP) both. wireless network   

Now go to Network and Sharing Center
  • Change adapter settings  ' 
  • wireless network
  • Click on properties
  • Go to Sharing and enable Internet Connection Sharing.
  • After doing this,Now Launch “Virtual WiFi Router” application.




virtual wifi router 

  • Select Network Card Interface and click Configure
  • Enter a name and password for your Virtual network connection 


virtual WiFi router 


  • Click start to enable WiFi Hotspot.
A new wireless connection will appear.Any one can access the network connection by entering the password assigned to Virtual WiFi Router application.You can view the connected devices from the “Client Connected Tab”.
Virtual WiFi Router works only on Windows and Windows Server 2008.It works on all Windows 7 operating systems.With the help of above methods you can easiliy create a Wireless Network on your PC running on Windows Vista Windows 7 Windows XP and Windows Server 2008.


For making an Ad Hoc connection the system needs an Ethernet based internet connection as well as a Wireless Local Area Network(WLAN) adapter.In this connection all the computers or devices must be within 30 feet of area.Ad Hoc Network connection is available on Windows 7,Windows XP and Vista.
Where as in Virtual WiFi the Ethernet card is optional .You can use your Laptop as a hotspot even if your laptop itself is connected to a Wireless Network instead of Ethernet cable.There is no restriction of Range in Virtual Wireless Networks as there was in Ad Hoc Networking.Virtual WiFi Hotspot is easier to set up than Ad hoc.
You can use any of the above methods for setting up a Wireless Network on your PC.But you must take care of your operating system .Apply the method which suits your system best.
Read More
Powered by Blogger.