Sie sind auf Seite 1von 47

1/15/2018 How to turn your Windows 10 PC into a wireless hotspot | Windows Central

 

Online Accounting UNICAF Scholarship Diploma in Accounting


Diploma Exemptions from the ACCA Certification

GO WIRELESS!

How to turn
  

your Windows
10 PC into a
wireless
hotspot
BY MAURO HUCULAK
Wednesday, Feb 3, 2016 at 4:08 pm EST

Eskimi DSP

Windows 10 includes a feature


called "Hosted Network" that
allows you to turn your
computer into a wireless
https://www.windowscentral.com/how-turn-your-windows-10-pc-wireless-hotspot 1/47
1/15/2018 How to turn your Windows 10 PC into a wireless hotspot | Windows Central

hotspot, and this guide we'll


show you how to do it.

Whether you're connecting to the


internet using a wireless or wired
adapter, similar to previous
versions, Windows 10 allows you
to share an internet connection
with other devices with a feature
called "Hosted Network".

Hosted Network is a feature that


comes included with the Netsh
(Network Shell) command-line
utility.
 It's
waspreviously
introduced in Windows 7, and it
allows you to use the operating
system to create a virtual
wireless adapter – something
that Microsoft refers to "Virtual
Wi-Fi" — and create a SoftAP,
which is a software-based
wireless access point.

Through the combination of


these two elements, your PC can
take its internet connection (be it
an ethernet connection or
hookup through a cellular
adapter) and share it with other
wireless devices — essentially
acting as a wireless hotspot.

In this Windows 10 guide, we'll


walk you through the steps to
verify if your network adapter
supports the feature, how to
configure and enable a wireless
Hosted Network, and how to stop
and remove the settings from

https://www.windowscentral.com/how-turn-your-windows-10-pc-wireless-hotspot 2/47
1/15/2018 How to turn your Windows 10 PC into a wireless hotspot | Windows Central

your computer when you no


longer need the feature.

1 Start your free trial


Build sophisticated, large scale machine learning models that deliver better insights cloud.google.com

2 ESP8266 Project Builder


Control sensors, motors & actuators. Drag & drop project builder. Free mydevices.com/arduino

To follow this guide, you'll need


to open the Command Prompt
with administrator rights. To do
this, use the Windows key + X
keyboard shortcut, and select
Command Prompt (Admin).

  

How to check if
your wireless
adapter supports
Hosted Networks
in Windows 10
While some adapters include
support for Hosted Network, you
will first need to verify your
computer's physical wireless
adapter supports this feature
using the following command:

NETSH WLAN show drivers

https://www.windowscentral.com/how-turn-your-windows-10-pc-wireless-hotspot 3/47
1/15/2018 How to turn your Windows 10 PC into a wireless hotspot | Windows Central

If the generated output shows


Hosted network supported:
Yes, then you can continue with
the guide. If your wireless
adapter isn't supported, you
could try using a USB wireless
adapter that supports the feature.

How to create a
wireless Hosted
Network in
  
Windows 10
Creating a wireless hotspot in
Windows 10 is relatively
straightforward — don't let the
command line scare you. Simply
follow the steps below to
configure a wireless Hosted
Network:

https://www.windowscentral.com/how-turn-your-windows-10-pc-wireless-hotspot 4/47
1/15/2018 How to turn your Windows 10 PC into a wireless hotspot | Windows Central

1. While in Command
Prompt (Admin) enter
the following command:

NETSH WLAN set


hostednetwork
mode=allow
ssid=Your_SSID
key=Your_Passphrase

Where the SSID would


be the name you want to
identify your wireless
network when trying to
  connect
  a new device,
and the passphrase is
the network security key
you want users to use to
connect to your network.
(Remember that the
passphrase has to be at
least 8 characters in
length.)

2. Once you created a


Hosted Network, enter
the following command
to activate it:

NETSH WLAN start


hostednetwork

https://www.windowscentral.com/how-turn-your-windows-10-pc-wireless-hotspot 5/47
1/15/2018 How to turn your Windows 10 PC into a wireless hotspot | Windows Central

How to share your


internet
connection with a
Hosted Network in
Windows 10
Up to here, you created and
started a Hosted Network in your
Windows
 10 PC. However, any
wireless capable device won't be
able to access the internet just
yet. The last thing you need to do
is to share an internet connection
using the "Internet Connection
Sharing" feature from a physical
network adapter.

1. Use the Windows key + X


keyboard shortcut to open
the Power User menu, and
select Network
Connections.

https://www.windowscentral.com/how-turn-your-windows-10-pc-wireless-hotspot 6/47
1/15/2018 How to turn your Windows 10 PC into a wireless hotspot | Windows Central

2. Next, right-click the


network adapter with an
internet connection – this
could be a traditional
Ethernet or wireless
network adapter —
select Properties.

Note: In Network
  Connections,
  you should
now see a new our new
Microsoft Hosted
Virtual Adapter which is
labeled Local Area
Connection* X, and with
the SSID name.

3. Click the Sharing tab.

4. Check the Allow other


network users to connect
through this computer's
Internet connection option.

https://www.windowscentral.com/how-turn-your-windows-10-pc-wireless-hotspot 7/47
1/15/2018 How to turn your Windows 10 PC into a wireless hotspot | Windows Central

5. Next, from the Home


networking connection
drop-down menu select
the Microsoft Hosted
Virtual Adapter.

  

6. Click OK to finish.

At this point, you should be able


to see and connect any wireless
capable device to the newly
created software access point,
and with access to the internet.

How to stop
sharing an
internet
connection with
other devices in
Windows 10
If you want to temporary stop
allowing other devices to connect

https://www.windowscentral.com/how-turn-your-windows-10-pc-wireless-hotspot 8/47
1/15/2018 How to turn your Windows 10 PC into a wireless hotspot | Windows Central

wirelessly through your


computer, you can type the
following command in the
Command Prompt and hit Enter:

NETSH WLAN stop


hostednetwork

At any time, you can just use the


start variant of the command to
allow
  
other devices to connect to
the internet using your computer
as an access point without extra
configuration:

NETSH WLAN start


hostednetwork

Similarly, you can also use the


following command to enable or
disable a wireless Hosted
Network:

NETSH WLAN set


hostednetwork mode=allow

NETSH WLAN set


hostednetwork mode=
disallow

https://www.windowscentral.com/how-turn-your-windows-10-pc-wireless-hotspot 9/47
1/15/2018 How to turn your Windows 10 PC into a wireless hotspot | Windows Central

How to change a
Hosted Network
settings in
Windows 10
In the case you want to change
some of the current settings,
such as SSID or network security
you can use the following
commands:

NETSH WLAN set


hostednetwork
 
ssid=Your_New_SSID

NETSH WLAN set


hostednetwork
key=Your_New_Passphrase

How to view the


current Hosted
Network settings
There are two commands to view
never miss out.
the Hosted Network settings on
your computer:
__________________
Subscribe to the Windows Central Newsletter
for the best stuff in your inbox!
The following command shows
the mode and SSID name in use, Enter your email SIGN UP

max number of clients that can


Over 4 Million Subscribers
connect, type of authentication,
and cipher:

NETSH WLAN show


hostednetwork
https://www.windowscentral.com/how-turn-your-windows-10-pc-wireless-hotspot 10/47
1/15/2018 How to turn your Windows 10 PC into a wireless hotspot | Windows Central

And the following command will


also reveal the current network
security key among other
settings, similar to the previous
command:

NETSH WLAN show


hostednetwork
setting=security

  

How to disable a
wireless Hosted
Network in
Windows 10
While the setup of a wireless
Hosted Network in Windows 10
is not very complicated, Microsoft
doesn't make very
straightforward to remove the
configurations when you no
longer need the feature.

Although you can use the stop or


disallow commands, these
actions won't eliminate the
settings from your computer. If
you want completely delete the

https://www.windowscentral.com/how-turn-your-windows-10-pc-wireless-hotspot 11/47
1/15/2018 How to turn your Windows 10 PC into a wireless hotspot | Windows Central

Hosted Network settings in


Windows 10, you'll need to
modify the Registry.

Important: Before you change


anything settings on your
computer, it's worth noting that
editing the Windows Registry can
be a dangerous game that can
cause irreversible damages to
your system if you don't know
what you are doing. As such, it's
recommended for you to make a
full backup of your system or at
least System Restore Point
before
 proceeding
  with this
guide. You have been warned!

1. Open the Start menu, do a search for regedit, hit Enter, and click OK to open the Registr

https://www.windowscentral.com/how-turn-your-windows-10-pc-wireless-hotspot 12/47
1/15/2018 How to turn your Windows 10 PC into a wireless hotspot | Windows Central

2. Scroll down the following path in the Registry:

HKEY_LOCAL_MACHINE\system\currentcontrolset\services\wlansvc\para

Right-click the HostedNetworkSettings DWORD key, select Delete, and click Y

  

3. Restart your computer

https://www.windowscentral.com/how-turn-your-windows-10-pc-wireless-hotspot 13/47
1/15/2018 How to turn your Windows 10 PC into a wireless hotspot | Windows Central

4. Open to the Command Prompt and use the following command:

NETSH WLAN show hostednetwork

You will know that you have successfully deleted the settings when the Settings

  

5. Make sure you turn off "Internet Connection Sharing" in the physical network ad
internet with other devices. Use the Windows key + X keyboard shortcut to ope
select Network Connections.

6. Right-click the network adapter, and select Properties.

7. Click the Sharing tab.

https://www.windowscentral.com/how-turn-your-windows-10-pc-wireless-hotspot 14/47
1/15/2018 How to turn your Windows 10 PC into a wireless hotspot | Windows Central

8. Uncheck the Allow other network users to connect through this computer's

  

9. Click OK to complete the process.

Things you need


to know
Although the wireless Hosted
Network feature in Windows 10
allows you to implement an
access point solution to share an
internet connection with other
devices, it's not meant to be a
solution to replace a physical
wireless access point.
https://www.windowscentral.com/how-turn-your-windows-10-pc-wireless-hotspot 15/47
1/15/2018 How to turn your Windows 10 PC into a wireless hotspot | Windows Central

Also, there are a few things you


want to consider. For example,
wireless speeds will dramatically
be reduced compared to the
rates provided from a physical
access point. Perhaps it would
not be a big deal for internet
browsing, but downloading or
transferring big files could be an
issue for some users.

You also need to consider that


your computer needs to be
always turned on to act as a
wireless access point. If the
computer
 
enters into sleep,
hibernate, or restarts, your
wireless hotspot will stop
working, and you will need to
start manually the feature using
the NETSH WLAN start
hostednetwork command.

You cannot run a SorftAP and ad


hoc at the same time on
Windows. If you need to create a
temporary network connection
between two computers, setting
up ad hoc will turn off SoftAP —
you can run one or the other, not
both at the same time.

Wrapping things
up
Wireless Hosted Network is a
nifty feature in Windows can be a
great tool to have for when you
need to create a wireless access
https://www.windowscentral.com/how-turn-your-windows-10-pc-wireless-hotspot 16/47
1/15/2018 How to turn your Windows 10 PC into a wireless hotspot | Windows Central

point on the go. It won't match


the performance of a physical
wireless access point, but it can
be useful for many unexpected
scenarios — like having one
wired ethernet connection and
several devices you want to get
online. It's not a replacement for
the real thing, but in a sticky
situation, it can be just the fix you
need.

More resources
  
For more tips and tricks on
Windows 10, and get the latest
news, you can visit the following
resources:

Windows 10 on
Windows Central – All
you need to know

Windows 10 help,
tips, and tricks

You May Like Sponsored Links by Taboola

10 Countries That Don’t Want You To Visit


Bored Articles

Top 10 Most Dangerous Countries To Visit


WomenArticle.com

Cheap Flights - Compare Rates and Save!


Lastmin-Flights

https://www.windowscentral.com/how-turn-your-windows-10-pc-wireless-hotspot 17/47
1/15/2018 How to turn your Windows 10 PC into a wireless hotspot | Windows Central

Top 6 Digital Coins That May Be Worth More


Than Bitcoin Some Day
WomenArticle.com

Start your free trial


Deploy on an infrastructure protected by more than 700 top experts
cloud.google.com

READER COMMENTS 98
How to turn your Windows 10 PC into a wireless
hotspot
  COMMENTS

Log In to Comment | Register

Google Cloud Platform - Build


what's Next
Run your application using the same technology and tools
used by Google. Try it cloud.google.com

SORT BY DATE SORT BY RATING

martzmatias

I can creat the hotspot but nor my phone neither


my tablet can browse the internet, it recognizes
the network, connects but it's always "waiting
for network connection". It's not a problem from
my laptop, since I've tried with other networks, it
must be the ethernet from my house... how can
I know what's the problem? 2 months ago I
could share the network just fine, but for some
reason it just stopped working.

 1 year ago REPLY   2


https://www.windowscentral.com/how-turn-your-windows-10-pc-wireless-hotspot 18/47
1/15/2018 How to turn your Windows 10 PC into a wireless hotspot | Windows Central

DVDH0

I have the same problem, have you


solved it yet?

 11 months ago REPLY   1

whitewizard619

Awesome Guru!!!!!!!!

 1 year ago REPLY   0

whitewizard619

 Awesome
  Guru

 1 year ago REPLY   0

dududull

Hi

 1 year ago REPLY   0

RAJA IMRAN1

All steps successful but internet not showing


hostpot ??

 1 year ago REPLY   0

ioan buda

Thank you very much, it helps me a lot !

 1 year ago REPLY   0

IL Y

Thank You! very helpful :)

 1 year ago REPLY   0


https://www.windowscentral.com/how-turn-your-windows-10-pc-wireless-hotspot 19/47
1/15/2018 How to turn your Windows 10 PC into a wireless hotspot | Windows Central

Ishtiyak Khan

fail in stap 2 help me for this problem

The hosted network couldn't be started.


The wireless local area network interface is
powered down and doesn't support the
requested operation.

 1 year ago REPLY   0

David Surlaya

This works perfectly for me until I log off or turn


off my computer. Then I have to go into Regedit
and delete the hosted network settings, and do
 everything
  all over again.

Is there any fix for this? or do I have to do that


everytime I want a hotspot? I just don't want to
go buy a router right now since one is coming
with my wife in about a week lol.

 1 year ago REPLY   1

Pralay Khandavalli

after i have done the setup of ssid and key


phrase, when i use the command "netsh wlan
start hostednetwork"

it says "the hosted network couldn't be started.

"the group or resource is not in the correct state


to perform the request operation"

can you help me with this?

 1 year ago REPLY   1

jasse jake

i had the same problem and solved it.


Go to your Device Manager(press
Windows + X and select Device
Manager)

https://www.windowscentral.com/how-turn-your-windows-10-pc-wireless-hotspot 20/47
1/15/2018 How to turn your Windows 10 PC into a wireless hotspot | Windows Central

then locate the Network section click on


it and locate the Micrsoft Virtual Network,
right click on it and click enable.

then run the command "netsh wlan start


hostednetwork"

this should work !

 1 year ago REPLY   0

kuppydu

After all the steps I got this message:

The SSID of the hosted network has been


 successfully
  changed.
The user key passphrase of the hosted network
has been successfully changed.

C:\WINDOWS\system32>netsh wlan start


hostednetwork
The hosted network couldn't be started.
The group or resource is not in the correct state
to perform the requested operation.

I can't even see the network adapter from my


control panel. How can I fix it?

 1 year ago REPLY   0

ahmadalibaloch

If I create Hotspot with mHotSpot then the


internet works fine on mobile devices but when I
create with the above method everything works
fine and there are no configuration differences
but internet is not working on devices if it
works a website will open half and then say no
internet. Some time apps open sometime not.
But mHotspot works like charm with same
configurations as I can see in Network and
Sharing Center.

 1 year ago REPLY   0

https://www.windowscentral.com/how-turn-your-windows-10-pc-wireless-hotspot 21/47
1/15/2018 How to turn your Windows 10 PC into a wireless hotspot | Windows Central

Airhead Bit

This is one of the better written 'how to'


that I've seen in a long time, very
detailed.

Here is my problem:

>NETSH WLAN set hostednetwork


mode=allow ssid=gateway
key=pp123456
The hosted network mode has been set
to allow.
The SSID of the hosted network has
been successfully changed.
The user key passphrase of the hosted
network has been successfully changed.
  
C:\Users\Kevin>netsh wlan start
hostednetwork
The hosted network couldn't be started.
The group or resource is not in the
correct state to perform the requested
operation.

When I checked the adaptor it is a Yes


for sharing.

Any ideas?

Oh, when I tried to use my local network


it died, I rebooted and it was dead, found
the DHCP had been turned off so it
couldn't get an IP.

 1 year ago REPLY   0

Erron Black

hey guys i ****** up is there a way to stop this it


says "stop is not recodnized as an internal or
external command,operable program or batch
file" plz help

 1 year ago REPLY   0

Cola Nuka

https://www.windowscentral.com/how-turn-your-windows-10-pc-wireless-hotspot 22/47
1/15/2018 How to turn your Windows 10 PC into a wireless hotspot | Windows Central

wifi hotspot feature is now build in with windows


10 anniversary update build 1607. You still can
use command as above to create hotspot but it
easier to just go to setting ->network -> enable
mobile hotspot.

 1 year ago REPLY   1

aman252525

after upgrading from windows 8.1 to 10 when i


enter NETSH WLAN show drivers then it shows
HOSTED Network Supported :No

and in device manager even after doing View -


>show hidden devices

microsoft hosted network virtual adapter does


 not  
show

 1 year ago REPLY   0

SMS Zaidi

It was easy to configure but i was unable to


connect my devices to my laptop although wifi
ssid was showing in wifi settings of devices.

 1 year ago REPLY   0

jasonbrown1965

Worked first time for me! Which is almost the


first time that any Windows tip has worked for
me - at all :)

THANKS MAURO HUCULAK !

 1 year ago REPLY   0

Shatakshi Agrawal

why does in my mobile it is always obtaining ip


address??It fails to obtain a valid ip .Can
anybody help??

 1 year ago REPLY   0

https://www.windowscentral.com/how-turn-your-windows-10-pc-wireless-hotspot 23/47
1/15/2018 How to turn your Windows 10 PC into a wireless hotspot | Windows Central

Waghmare Prashanth

its very easy step by step guid and it worked

 1 year ago REPLY   0

Aslam Noori

Hello

Thanks for the detail process... I have use the


same for day 1 and from day 2 (After starting
my notebook) I am trying to connect but its
asking password... I have entered the password
but its showing incorrect password.

I have tried to check the NETSH WLAN show


 hostednetworl
   setting=security
The password is matching, but still its showing
wrong password in my phone (when connecting
my PC wifi network).

I even changed my password and re-entered


but still my phone is showing Wrong password
for SSID...

Plz Suggest....

Aslam Noori

 1 year ago REPLY   0

Aqheeb Sultan

Hi all,

My mobile got connectd but speed is slow, Any


suggestions for this issue...?

Please help.

--

Aqheeb

 1 year ago REPLY   0

Rlkc

https://www.windowscentral.com/how-turn-your-windows-10-pc-wireless-hotspot 24/47
1/15/2018 How to turn your Windows 10 PC into a wireless hotspot | Windows Central

I set up a wifi hotspot for my Sony Vaio via this


guide and the wifi worked fine on my phone
(Samsung S6). However, then I went home for
the weekend and came back on Monday and
now the wifi won't connect. It keeps saying
'connecting' or 'failed to obtain IP adress.' I'm
able to connect to other wifi networks though,
just not the one set up via my laptop. Help
please??

 1 year ago REPLY   0

shakeeb tgi

my ipad is connected but i didn't get internet in


it

  

 1 year ago REPLY   0

mallepallys

<p>im able yo find network but unable to


connect internet&nbsp;</p>

 1 year ago REPLY   0

shakeeb tgi

i did it but computer said you may lose


connectivity with other computer

 1 year ago REPLY   0

dpralhad

When I connect to wifi of my mobile device to


windows central of Laptop it asks me for
Password to connect which password should I
use

 1 year ago REPLY   0

https://www.windowscentral.com/how-turn-your-windows-10-pc-wireless-hotspot 25/47
1/15/2018 How to turn your Windows 10 PC into a wireless hotspot | Windows Central

AnilSharmaIND

Thanks a lot for the post. Worked fine for me for


the first time. But when I tried to set up the
connection second time the hosted network just
wont turn on Saying " The group or resource is
not in correct state to perform the requested
operation". What should I do now?

 1 year ago REPLY   0

tzurp

Updated link fo WifiToggle:


http://1drv.ms/1Lq8j2Y

  
 1 year ago REPLY   0

eecuraj2

I have a windows 10 PC with wired ethernet


LAN connection. I followed all mentioned steps
for creating wireless hosted network which got
created successfully. But thereafter when the
command for starting the hosted network was
given, a message "The hosted network couldnot
be started. The group or resource is not in the
correct state to perform the requested
operation". The PC has all necessary drivers
and adapter as well required for the purpose.
Kindly help with the problem

 1 year ago REPLY   0

ambhutta

Really help full but specified name and


password is not working

 1 year ago REPLY   0

Sarim Ashrafi

I always use the same steps.. It's awesome trick


to start hotspot without any third party software..

https://www.windowscentral.com/how-turn-your-windows-10-pc-wireless-hotspot 26/47
1/15/2018 How to turn your Windows 10 PC into a wireless hotspot | Windows Central

 1 year ago REPLY   0

InsGadget

"It's not a replacement for the real thing, but in a


sticky situation, it can be just the fix you need."

https://www.youtube.com/watch?
v=bkmV9mnUTC4

 1 year ago REPLY   0

Debjyoti Gorai

Why there is no settings in control panel or


settings app for it instead of using CMD to
activate or disable it ?
  

 1 year ago REPLY   0

absad

+5 well written and straightforward

 1 year ago REPLY   0

Abhishek Yadav1

Well some oems' included it like my vaio pc had


one. One question cant we create an ad hoc
connection in 8,8.1,10?was it possible only with
7??

 1 year ago REPLY   0

Adrian Gell

Yes, ad hoc was removed in 8. I recall


some security warnings about it in prior
versions and always assumed it was
related. I recall an article about why the
"Free Public Wifi" ad-hoc SSID had gone
rather viral. If memory is correct, a
critical mass of computers were set to
remember and automatically connect,
that they would run into each other, start
the network, and attract new curious
https://www.windowscentral.com/how-turn-your-windows-10-pc-wireless-hotspot 27/47
1/15/2018 How to turn your Windows 10 PC into a wireless hotspot | Windows Central

users who would also save the setting,


etc.

 1 year ago REPLY   0

ks_yeoh

I just upgraded my work laptop in my office to


WIndows 10. And my office's WIFI is a bit out of
range from my desk. So, this tutorial is perfect
since my laptop is connected to LAN and now I
can use the WIFI on my phone. Thanks for the
tutorial.

 1 year ago REPLY   0

 Akhil
rockstar
 
Well no need to do these complicated things.
Just download Connectify on your PC and it
would automatically do all your required
configurations. The free version can be used to
share Ethernet as wi-fi or just as a Wifi repeater.
Much easier this way.

 1 year ago REPLY   0

Abhishek Yadav1

Oh!is this complicated?connectify free


has limitations and pro's crack is hard to
find.Save the command once in a batch
file and set a task scheduler for it to start
at login and then you are done forever.

 1 year ago REPLY   0

albertico

I'm sure Microsoft can take advantage of the


Windows 10 "convergence" on desktop/mobile
and bring Internet Sharing over to the Desktop
to replace this mess. Thanks for the guide
though!

 1 year ago REPLY   0

https://www.windowscentral.com/how-turn-your-windows-10-pc-wireless-hotspot 28/47
1/15/2018 How to turn your Windows 10 PC into a wireless hotspot | Windows Central

Jeevan Kumar Majji

thanks for the info.

 1 year ago REPLY   0

gerrymad

You could also just install the UC Browser and


then click the Launch Virtual WiFi button in the
toolbar. One step and you're done.

 1 year ago REPLY   0

bhavneet1996

 I use
Virtual
 Hotspot :p

 1 year ago REPLY   0

kz_m

Someone should make an app for this..

 1 year ago REPLY   0

Akhil rockstar

There is Connectify.

 1 year ago REPLY   0

Nilesh Jagnade

Thanks...

 1 year ago REPLY   0

Jim Bob4

Worked on surface pro 3 with 8.1 does not work


with W10....wth?

 1 year ago REPLY   0

https://www.windowscentral.com/how-turn-your-windows-10-pc-wireless-hotspot 29/47
1/15/2018 How to turn your Windows 10 PC into a wireless hotspot | Windows Central

Adrian Gell

Thank you for this. I'd tried setting this up once


and found that it disabled on reboot but maybe I
overlooked something. Might have been
running 8.1 though. Either way, I'll give it
another shot
Scenario where this is helpful: My grandfather's
retirement community has a mesh WiFi network
which for privacy is set to prevent wireless
clients from communicating directly (no normal
LAN behavior). So no simple wireless printing.
This should avoid the alternative of switching
between the printer's direct wifi and mesh WiFi
that has Internet. If I'm successful I'll owe Mauro
a beer.

 
1 year ago REPLY   0
 
tbleong

It was really easy to do this in windows 7, i.e. by


setting up a wireless ad hoc network through
the network and sharing center. Quite sad when
Microsoft removed (or rather hid) the function in
Windows 8 and above.

 1 year ago REPLY   0

brucexli

shame it doesn't work on Surface

 1 year ago REPLY   0

dandrayan

I tried to do this the other day on my Surface


Book, only to be massively disappointed by the
fact that it's not supported by the driver at this
time. :(

 1 year ago REPLY   0

Sh0nky

I've been doing this for a couple of years. Works


flawlessly.
https://www.windowscentral.com/how-turn-your-windows-10-pc-wireless-hotspot 30/47
1/15/2018 How to turn your Windows 10 PC into a wireless hotspot | Windows Central

I use task scheduler to run a batch file at login.

 1 year ago REPLY   0

Orlando Parkinson

Mi windows 10 doesn't support hosted network

 1 year ago REPLY   -1

Hoekie

Incorrect. Your network adapter will


be the one that does not support a
hosted network.

Read the article one more time.


  

 1 year ago REPLY   1

Shantek

Curious how many people actually use this?


Wouldn't be a very big percentage of computers
that would have wireless cell coverage? I know
I'm always going the other way around, hooking
my phone up with my pc

 1 year ago REPLY   0

Hoekie

Actually most of my collegues have been


using this for ages.

 1 year ago REPLY   0

l33tuc

Can also be useful as a temporary WiFi


extender... When I moved house, before
my broadband was connected, I found I
could access a free hotspot, but only in
one awkward corner of the house... Set
this up on my laptop in that corner, and
https://www.windowscentral.com/how-turn-your-windows-10-pc-wireless-hotspot 31/47
1/15/2018 How to turn your Windows 10 PC into a wireless hotspot | Windows Central

hey presto free (slow) WiFi throughout


most of the house. :)
EDIT: Obviously don't go using this for
online banking or whatnot, it's not very
secure, but if you just want iPlayer or
whatever, saves you some mobile data.

 1 year ago REPLY   0

Loco5150

Yes, why there just isnt a button for this? Its


ridicilous and stupid.

 1 year ago REPLY   0

  
Hoekie

Making something to easy realy makes


people stupid. Think about it. This is
realy simple. Just a couple of command
lines that you can copy paste.

 1 year ago REPLY   0

aXross

It used to be bit easier in Windows 7,


then for some reason they removed the
UI in Windows 8 and even now we have
to dig through the command prompt to
activate this.

 1 year ago REPLY   0

Magnificus

You say "You cannot run a SorftAP and ad hoc


at the same time on Windows." which implies
the exsistence of a 'ad hoc' option. However I
tought that ad hoc was removed from Windows
in faviour of this new SoftAP functionallity and
that you now can only created a SoftAP and
now longer true ad hoc networks, where
everyone is directlt talking to everyone else.
Or do you only mean that you cannot be joined
to an ad hoc network and run a SoftAP at the
same time? I do know how to join an ad hoc
https://www.windowscentral.com/how-turn-your-windows-10-pc-wireless-hotspot 32/47
1/15/2018 How to turn your Windows 10 PC into a wireless hotspot | Windows Central

network after someone else has created it but I


do not know how I could create one. Everything
I could find gave me the impression that it is no
longer possible since Windows 8(.1) and
therefore I have been using the SoftAP function
as described in this article instead.

 1 year ago REPLY   0

Rastko Koprivica The First

On Linux you don't have to go to the terminal to


activate this. It's easier.

 1 year ago REPLY   -3

  
ahmedjan87

Same on Windows where you can use


an app called connectify
So stop this Linux prejudice especially
when you're on a Microsoft centered
website

Posted via the Windows Central App for


Android

 1 year ago REPLY   1

eehsun

To be fair Connectify is pretty crappy and


limited (at least it was the last time I
tested it.)

 1 year ago REPLY   0

HidingTrouble

Not do something in the terminal? How


un-Linux of you :)

 1 year ago REPLY   0

fourbadcats

https://www.windowscentral.com/how-turn-your-windows-10-pc-wireless-hotspot 33/47
1/15/2018 How to turn your Windows 10 PC into a wireless hotspot | Windows Central

Very nice write up. Thanks

 1 year ago REPLY   1

eehsun

I've been experiencing some issues with the


hostednetwork since I installed 1511 (maybe it's
an issue with my setup or it's a bug, I don't
know). The issue is that after a couple of hours,
although the hotspot is still active and other
devices are able to connect to it, they cannot
access the Internet. The workaround I've been
using involves (i) stopping the hostednetwork,
(ii) disabling and reenabling the Wi-Fi adapter,
(iii) restarting the ICS (internet connection
sharing service), and finally (iv) starting the
 hostednetwork
   again. This workaround
consistently resolves the connection loss issues
for me. Just thought I'd share.

Tip: you can type "netsh wlan start/stop host"


instead of the full 'hostednetwork' commands to
save time, the command is still recognized

 1 year ago REPLY   1

Samy Shubham

What this has to do with Windows 10. The


process in Windows 8 was the same. Couldn't
they just bring Internet Sharing option from
phone. I was hoping MS would save us from
trouble.

 1 year ago REPLY   0

FarStrider2001

Well like it or not not all client adapters


support this. & youd think intel would've
fixed up their dashboard app by now. But
till then there's Connectify

 1 year ago REPLY   0

Carlos RJ

https://www.windowscentral.com/how-turn-your-windows-10-pc-wireless-hotspot 34/47
1/15/2018 How to turn your Windows 10 PC into a wireless hotspot | Windows Central

I've been using this feature to play Halo CE


through LAN with my classmates :v

 1 year ago REPLY   0

nrwood

Been using this since windows 8, but I made a


bat file to turn it off or on with a pause between
them

 1 year ago REPLY   1

TheMelonOfWater

That is what Windows Central should do


 instead
  of creating complicated steps
like this. It should just be "Put this code
into notepad, save it as .bat, and run it."

 1 year ago REPLY   0

gteichman

Could you or somone else write this


out? When I tried too save the file, I do
not see the .bat extension option. What
folder should I place .bat files?

Thank you!

 1 year ago REPLY   0

rory753

my windows rt lumia 2520 tablet had internet


sharing as an option, either in settings, or
straight in the charms. Since RT was dead, i
ditched the tablet(sort of regretably, but not
really). it was super easy to share the internet
with it. i assumed this was a feature in windows
8.1, and not limited to rt. did it go away in
windows 10?

 1 year ago REPLY   0

FarStrider2001
https://www.windowscentral.com/how-turn-your-windows-10-pc-wireless-hotspot 35/47
1/15/2018 How to turn your Windows 10 PC into a wireless hotspot | Windows Central

There was nothing for it. The only thing


that was transferred was the ability to
manage wireless broadband devices like
usb sticks

 1 year ago REPLY   0

Microsoftjunkie

Nice tip to the ones that did not know. Been


using this for awhile.

 1 year ago REPLY   0

Jaffer Alawi

 While
 this
 isnot very complicated, it would be
awesome if a toggle switch was added
to Windows 10 to enable it for supported
wireless adapters so it can be easily turned on
and off.

Other than that, this is a great step-by-step


guide and should come in hand when I need it.
Thanks!

 1 year ago REPLY   7

Achike Da

Again, I ask. Why is it so complicated?


Why not an easy toggle like the mobile
phone

 1 year ago REPLY   2

Axmantim

Probably because it's FAR FAR less


used. More often someone would use a
mobile device as a hotspot since PC's
without any LTE capibilities would need
either a wireless or wired connection
anyway.

 1 year ago REPLY   0


https://www.windowscentral.com/how-turn-your-windows-10-pc-wireless-hotspot 36/47
1/15/2018 How to turn your Windows 10 PC into a wireless hotspot | Windows Central

Deamion

I understand where you are coming from


here, but I find it hard to believe
Microsoft would not have the time to
make a simple toggle in Win10. Look at
all the Win10 LTE tablets.

Plus it would be helpful to use your PC's


WiFi to share your connection so you
don't kill your phone's battery.

Oh, and I know this one is a stretch, but


it would also help Microsoft with getting
Win10 in to cars.

  
 1 year ago REPLY   0

Axmantim

Did you forget to read? It says right in


the article it was part of Windows 7.
Since you clearly think you're a better
journalist, why don't you start your own
news site and leave this one.

 1 year ago REPLY   1

Axmantim

Read carefully. How does the article


imply that it's only a Windows 10 feature
if it specifically states it was introduced
with Windows 7?

 1 year ago REPLY   0

Axmantim

No, it's YOU who does not get it. What is


the relevent version of Windows right
now? 10. What will 200,000,000 people
be searching for how to do things on
their shiny new OS. Windows 10 users.
Would you rather them say "How to turn
your Windows PC into a wireless
https://www.windowscentral.com/how-turn-your-windows-10-pc-wireless-hotspot 37/47
1/15/2018 How to turn your Windows 10 PC into a wireless hotspot | Windows Central

hotspot"? That wouldn't work because


not all versions support it. How about
make the title "How to turn your
Windows 7, 8, 8.1, 10, Server 2008 R2,
and Server 2012 into a wireless hotspot,
if and only if you have a network adapter
that supports this feature and have
administrative access" Would that be an
acceptable title for you? Should Mobile
Nations contact you for every title from
now on to make sure they are
acceptable to you and never mind that
they need to get articles out that are
relevent to today's users that might be
searching for this information. Try this,
copy and paste the article title into bing
and see the results. This article is about
4 links down. Now remove the number
 10 and
  you'll see this article isn't on the
first page. You're a moron if you don't
understand that the people that write
these articles don't do this for free, and
the way the get paid is through web
traffic. If no one can find the article, no
traffic, no money. So for once in your life,
get your head out of your a$$.

 1 year ago REPLY   0

Axmantim

How about this, all things aside, since


you can't form a rebuttal without twisting
around what I say. If the article bothers
you so much, and many of them do on
here, why continue to visit this site. Do
you have nothing better to do? Me
personally, I'm laid up in bed from
surgery, so I have a legit excuse. So
what's yours, troll? Unemployed and
bored? Jealous? Can't really think of
more at the moment.

 1 year ago REPLY   0

Ahy Nonimous

I like your response to smart asses like


kevin. All too often, authors of articles

https://www.windowscentral.com/how-turn-your-windows-10-pc-wireless-hotspot 38/47
1/15/2018 How to turn your Windows 10 PC into a wireless hotspot | Windows Central

try too hard to tolerate trolls like this


clown. Well played.

 1 year ago REPLY   0

Achike Da

please guys, can someone help. i


followed every step correctly until the
end but under 'properties' i don't have a
"Home networking connection drop-
down menu". There's no drop down
menu for me to select my local area
connection. any solutions?

  

 1 year ago REPLY   0

Programmerman

The network you're connected to is not


the right profile (probably set to public).

 1 year ago REPLY   0

Richie Vk

I have the same issue. My network set to


private now. Did all the steps but when I
go to share the option to switch to the
new network is not available? Any
advice on how to correct that thanks!!!

 1 year ago REPLY   0

John McIlhinney

I'm guessing that it's because networking


on a PC is far more complex than on a
phone. On a phone there's just one
interface and it's always the same
whereas on a PC there are all manner of
interfaces and possibly more than one

https://www.windowscentral.com/how-turn-your-windows-10-pc-wireless-hotspot 39/47
1/15/2018 How to turn your Windows 10 PC into a wireless hotspot | Windows Central

on the same machine. I'm sure that it


could be done but the fact that it would
be implemented differently to the phone,
be more complex and probably not used
nearly as often is why it hasn't been
done yet I'd imagine.

 1 year ago REPLY   0

hacer619

You can just put the commands in


notepad and save the file in .bat format.
One file to start (start.bat) and one to
stop (stop.bat). Just make sure you run
them as admin

    1 
year ago REPLY   2

DekDhamecha

The command can be set as


Environment Variable that is easy to
access by short name.
E.g. start = netsh wlan start
hostednetwork
stop = netsh wlan stop hostednetwork
and so on.
To run, open Command Prompt with
Administrator and just type %start% to
start hostednetwork or %stop% to stop
hostednetwork.

 1 year ago REPLY   1

gteichman

With windows 10 I found that the


connection worked for a few minutes,
then disconnected and would not
connect again without a restart.

This fix solved the problem when I typed


in netsh wlan start hostednetwork.
When I do the second step:>%stop% I
receive this message:

'%stop%' is not recognized


as an internal or external
https://www.windowscentral.com/how-turn-your-windows-10-pc-wireless-hotspot 40/47
1/15/2018 How to turn your Windows 10 PC into a wireless hotspot | Windows Central

command,
operable program or batch
file.

I'm fine using the command line. It is


curious that MS doesn't make this a gui
option. Not everyone is running a wifi
network in their home.

 1 year ago REPLY   0

hacer619

I have the same problem and I think it's


related to the wifi card. I have 3 laptops
and 1 has this problem. You can
disable/enable or unplug/plug your wifi
card instead of a restart.
  

 1 year ago REPLY   0

Ananthu07

Here is an alternative, download


mHotspot app. Works for me ;)

 1 year ago REPLY   1

Divesh Uttamchandani

it is added (possibly now in new update)


search for hotspot.

 1 year ago REPLY   0

500M Consumers Reached Yearly

Copyright 2018 Mobile Nations • Terms and Conditions • Privacy Policy • Your Ad Choices •
Careers: Writer | Dev • Licensing • External Links Disclosure Advertising Partner

https://www.windowscentral.com/how-turn-your-windows-10-pc-wireless-hotspot 41/47
1/15/2018 How to turn your Windows 10 PC into a wireless hotspot | Windows Central

https://www.windowscentral.com/how-turn-your-windows-10-pc-wireless-hotspot 42/47
1/15/2018 How to turn your Windows 10 PC into a wireless hotspot | Windows Central

https://www.windowscentral.com/how-turn-your-windows-10-pc-wireless-hotspot 43/47
1/15/2018 How to turn your Windows 10 PC into a wireless hotspot | Windows Central

https://www.windowscentral.com/how-turn-your-windows-10-pc-wireless-hotspot 44/47
1/15/2018 How to turn your Windows 10 PC into a wireless hotspot | Windows Central

https://www.windowscentral.com/how-turn-your-windows-10-pc-wireless-hotspot 45/47
1/15/2018 How to turn your Windows 10 PC into a wireless hotspot | Windows Central

https://www.windowscentral.com/how-turn-your-windows-10-pc-wireless-hotspot 46/47
1/15/2018 How to turn your Windows 10 PC into a wireless hotspot | Windows Central

https://www.windowscentral.com/how-turn-your-windows-10-pc-wireless-hotspot 47/47

Das könnte Ihnen auch gefallen