Can't create wifi hotspot with Windows 10

Alex

I have an HP Pro x2 running Windows 10 Enterprise x64. It has a Verizon SIM card and under Settings > Network & Internet > Cellular, it has Verizon Wireless (LTE) listed as Connected. Under Settings > Network & Internet > Wi-fi, it has the switch set to on.

Under Control Panel > All Control Panel Items > Network Connections > Cellular, I've right-clicked and selected Properties > Sharing; there I've checked the box for “Allow other network users to connect through this computer’s internet connection.” In its dropdown, I've selected "Wi-Fi". Current network connection is via the cellular SIM card and it works fine by itself.

Now, under Settings > Network & Internet > Mobile Hotspot, I click to turn on the hotspot, but it switches to off immediately and says:

We can't set up mobile hotspot. Turn on Wi-Fi.

The cellular network adapter info is as follows:

Manufacturer:   HP
Model:  HP lt4211 Gobi 4G Module
Firmware:   T77H468.V.3.2.7.2
Network type:   GSM

The SIM card doesn't have a PIN (it's blank). What am I missing? I've updated the driver for the HP Gobi Module from HP. In addition, I've modified the registry with the following changes so it allows me to have access to the hotspot feature:

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Network Connections]
"NC_PersonalFirewallConfig"=dword:00000001
"NC_ShowSharedAccessUI"=dword:00000001
"NC_AllowNetBridge_NLA"=dword:00000001

Thank you.

Alex

Found this solution for those who are wondering. First, I have the following in a .reg file (I'm aware that the last modification is not recommended by sys admins):

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Network Connections]
"NC_PersonalFirewallConfig"=dword:00000001
"NC_ShowSharedAccessUI"=dword:00000001
"NC_AllowNetBridge_NLA"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"DisableBkGndGroupPolicy"=dword:00000001

Then I have these commands in a .bat file:

REM ----- Run regedit silently to add the necessary network sharing settings -----
regedit.exe /S NetworkSharingSetup.reg

REM ----- Add the hotspot -----
netsh wlan set hostednetwork mode=allow ssid=Hotspot1 key=123456

REM ----- Start the hotspot -----
netsh wlan start hostednetwork
REM ----- Show the hotspot details -----
netsh wlan show hostednetwork

timeout -t 10 /nobreak

REM ----- Bounce the Cellular connection -----
netsh interface set interface name="Cellular" admin=disabled
netsh interface set interface name="Cellular" admin=enabled

pause

I ran into an issue where, after starting the hostednetwork, my cellular connection kept connecting and immediately disconnecting in an infinite loop. I discovered that if I waited (timeout) and bounced the connection, it fixed the issue. Not sure why the cellular connection got into this status or why the wait was required.

After creating this batch file, I create a shortcut to it, then right-click > Properties > Shortcut tab > Advanced > check the box for "Run as administrator". This is required for the lines where we bounce the cellular connection.

One final thing: During this process, the tablet was kept off the organization's domain.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Why can't my Windows 10 create 2.4G WiFi hotspot?

From Dev

Windows WiFi hotspot - clients can't connect

From Dev

Creating A wifi hotspot in Windows 10

From Dev

Can't create a hotspot from windows 10 after upgrading from windows 8

From Dev

I can't set bandwidth of mobile hotspot in Windows 10

From Dev

use "netsh wlan set hostednetwork ..." to create a wifi hotspot and the authentication can't work correctly

From Dev

use "netsh wlan set hostednetwork ..." to create a wifi hotspot and the authentication can't work correctly

From Dev

Create WiFi hotspot on ubuntu

From Dev

Create WiFi hotspot on ubuntu

From Dev

Error Enable / disabled Hotspot Virtual Wifi in Windows 10

From Dev

Can I create Wifi hotspot from within virtual box?

From Dev

How can I create a wifi hotspot and share my localhost across

From Dev

Can't connect to own Ubuntu-created WiFi hotspot

From Dev

Hotspot shield on windows 10

From Dev

Missing Microsoft Hosted Network Virtual Adapter while setting up WiFi hotspot in Windows 10

From Dev

How to create WiFi Hotspot when connected to a wireless network with 2 network adapters in Windows 8.1?

From Dev

Create a wifi hotspot on Gnome 3 / Arch Linux

From Dev

Create a wifi hotspot on Gnome 3 / Arch Linux

From Dev

How to create wifi hotspot from ethernet network?

From Dev

How to create wifi hotspot in Ubuntu 17.10

From Dev

How to create wifi hotspot in Ubuntu 15.04?

From Dev

Create WiFi hotspot without internet from laptop

From Dev

Windows 10: Why I can't create a folder named "a" or "b"?

From Dev

Why can't I create a system restore point on Windows 10?

From Dev

I can't create a universal 10 project after upgrading from windows 8.1 pro to windows 10

From Dev

Can't update Windows 10

From Dev

How can I set WiFi connection order in Windows 10?

From Dev

How can I check WiFi connection order in Windows 10?

From Dev

After Windows 10 wakes up, WIFI won't work

Related Related

  1. 1

    Why can't my Windows 10 create 2.4G WiFi hotspot?

  2. 2

    Windows WiFi hotspot - clients can't connect

  3. 3

    Creating A wifi hotspot in Windows 10

  4. 4

    Can't create a hotspot from windows 10 after upgrading from windows 8

  5. 5

    I can't set bandwidth of mobile hotspot in Windows 10

  6. 6

    use "netsh wlan set hostednetwork ..." to create a wifi hotspot and the authentication can't work correctly

  7. 7

    use "netsh wlan set hostednetwork ..." to create a wifi hotspot and the authentication can't work correctly

  8. 8

    Create WiFi hotspot on ubuntu

  9. 9

    Create WiFi hotspot on ubuntu

  10. 10

    Error Enable / disabled Hotspot Virtual Wifi in Windows 10

  11. 11

    Can I create Wifi hotspot from within virtual box?

  12. 12

    How can I create a wifi hotspot and share my localhost across

  13. 13

    Can't connect to own Ubuntu-created WiFi hotspot

  14. 14

    Hotspot shield on windows 10

  15. 15

    Missing Microsoft Hosted Network Virtual Adapter while setting up WiFi hotspot in Windows 10

  16. 16

    How to create WiFi Hotspot when connected to a wireless network with 2 network adapters in Windows 8.1?

  17. 17

    Create a wifi hotspot on Gnome 3 / Arch Linux

  18. 18

    Create a wifi hotspot on Gnome 3 / Arch Linux

  19. 19

    How to create wifi hotspot from ethernet network?

  20. 20

    How to create wifi hotspot in Ubuntu 17.10

  21. 21

    How to create wifi hotspot in Ubuntu 15.04?

  22. 22

    Create WiFi hotspot without internet from laptop

  23. 23

    Windows 10: Why I can't create a folder named "a" or "b"?

  24. 24

    Why can't I create a system restore point on Windows 10?

  25. 25

    I can't create a universal 10 project after upgrading from windows 8.1 pro to windows 10

  26. 26

    Can't update Windows 10

  27. 27

    How can I set WiFi connection order in Windows 10?

  28. 28

    How can I check WiFi connection order in Windows 10?

  29. 29

    After Windows 10 wakes up, WIFI won't work

HotTag

Archive