Showing posts with label without any software. Show all posts
Showing posts with label without any software. Show all posts

Tuesday, 5 August 2014

How to Turn Your Laptop Into WiFi Hotspot Without Using Any Software

Turning your laptop into wireless hotspot is a 5 step process.

Requirments:-
1. A computer with WiFi Adapter.
2. An active Internet Connection.

Step 1:
Open Command Prompt with Administrative Privileges. To do this go to start then type cmd then right click on cmd and select "Run as Administrator".

Step 2:
Run following command: netsh wlan set hostednetwork mode=allow ssid="My Hotspot" key=mypassword

You can change "My Hotspot" and "mypassword" in above command to any other value of your choice.

Step 3:
Congratulations you just created your wifi hotspot. you just need to start it and do little bit settings for first time. To start your hotspot run following command:

netsh wlan start hostednetwork


Step 4:
Goto "Control Panel > Network and Sharing Center > Change Adapter Settings" and then right click on the connection you are currently connected to (dialup, Ethernet or WiFi) and then click on properties. In the sharing Tab check "Allow other network users to connect through this computer's Internet Connection". Under "Select a Private Network Connection" Select your Hotspot Adapter. You can check this in your Network and Sharing Center. See Image Below.

So in this case you will select "Wireless Network Connection 2". And click ok. Now you should be able to connect to internet.


Step 5:
Your hotspot is ready now, you can actually connect to your hotspot but it will show limited connection for now. you just need to stop it and start  it again. In order to stop hotspot run following command: 

netsh wlan stop hostednetwork

followed by:

netsh wlan start hostednetwork






Now your hotspot has started transmitting. You can see your hotspot in your smartphone's wifi Networks. But this is not the end. You can connect to hotspot but will not be able to connect to internet until you allow internet sharing for the interface you are connected to. To allow internet sharing follow step 4.

Do hit g+ button if you like the post.

Tuesday, 9 October 2012

How To Run NFS Most Wanted Game in Full screen Mode Solved

This Trick will work for all games that won't run in widescreen mode. It forces Your Graphics Software to scale in full screen.
  • Press windows + R on the keyboard or go to “Start Menu -> Accessories -> Run” to open “Run”.
  • Type “regedit”. Registry Editor will open.
  • Go to “HKEY_LOCAL_MACHINE -> SYSTEM -> ControlSet001 -> Control ->GraphicsDrivers -> Configuration -> LGD02100_00_07D9…… -> 00 -> 00”  
  • Note: The above directory named “LGD02100_00_07D9……” can have different name on your system according to ur video drivers. The configuration directory can contain more than one sub directories then do set scaling value for all of them.
  • On the right side area you will see a key named “Scaling”.
  • Double click on it and change the “Value Data” field to 3. Base will be “Hexadecimal”.

 

  •  The “Value data” key means different for different values:
             2 > Center Image
             3 > Scale Full Screen
             4 > Maintain Aspect Ratio
  • Click OK and close Registry Editor.
  • Your problem should be solved.
  • If still not solved try different value (2 or 4 not any other numbers). But most probably it will be 3 as it worked for me.
Plz do hit g+1 button below this post.

You may also like: How to turn your Laptop into WiFi Hotspot without using any tool.