I'm trying to play a video game with my friends that requires a local wifi network that allows UDP broadcasts. The dorm wifi doesn't allow UDP broadcasts, so I'm trying to set up my laptop as a hotspot. Windows 10 by default allows you to share an internet connection over wifi, but you must have an internet connection to do so. Sharing the wifi connection results in a lot of problems such as constant disconnects, and I don't have access to an ethernet connection to share. Is there some way I can set up a wifi network without actually sharing an internet connection?
1.) Open an elevated command prompt. Win+X and choose CMD (Admin) OR type in "cmd" or "command prompt" into Windows Search by typing into Start Menu and then right click "Command Prompt" and select "Run As Administrator"
2.) Check if your system is capable run this command: netsh wlan show drivers. Scroll down to Hosted network supported. If it saysYes you are in luck; if No there is no easy alternative and don't continue.
Replace %ssid% with your Wifi or "Hotspot" Name or SSID. E.g. ssid=MyGreatHotspot. Replace %pass% with your Wifi or "Hotspot" Password. It must be 8 characters long at a minimum. E.g. key=strongPasswordsAreWEAK.
4.) After that run the command, netsh wlan start hostednetwork, to start the "Hotspot" broadcast. Right now you can play without internet connection after all devices connect. Remember to check IP addresses of all your individual devices in order to connect to each other. The hotspot's IP Address usually is "192.168.137.1".
5.) Open Run (Win + R) or by searching for Run and enter in ncpa.cpl, then press Enter. A new adapter has shown in the screen it should say something along the lines of "Microsoft Hosted Network Virtual Adapter". (Optional if you're OCD, rename that one if its says "L.A.N Connection* 15" or rather to like "Hotspot"). Right click the Internet Connect Source you want to share internet from and choose "Properties." Go to the "Sharing" Tab and checkmark or toggle on "Allow other network users to connect through this computer's Internet Connection." Apply, OK to save changes.
In case writing your own application is a possibility, have a look at the WiFi Direct API, which offers a legacy mode. Enabling the legacy mode will create a SoftAP with the specified SSID and password. However, specifying no password doesn't seem to be supported.
Have a look at the IoTOnboarding sample to see the legacy mode in action (and to have a better 'documentation' than what Microsoft officially provides): IotOnboarding/IoTOnboardingService/OnboardingAccessPoint.cs
If you are still using windows 10, then just open "Microsoft Store" from Start Menu. Find the app named as "Hotspot Lite" from there and just install it. Now open the app and configure the settings if you want or not. Done!!
1. Although your computer is connected trough LAN connection, in Settings Network & internet, switch Wifi to ON and connect your computer to 5GHz WiFi band (so now, your computer is connected to Internet trough Ethernet and Wifi 5Ghz).
Sorry, but I don't have other ideas. Could be that there is some specific problem with AX200 on Windows 11. For me Mobile Hotspot 5GHZ and 2.4 GHZ working on Windows 11. I've checked on three NUC computers running on Windows 11. Two computers with AC 8265 adapter and the third with AX 201. See the attached image.
Please download and run the Intel System Support Utility for Windows. Select all data categories and then have it generate a report. Next, have the tool Save the report to a text file (don't try to use the Submit capability; it doesn't work). Finally, using the Drag and drop here or browse files to attach dialog below the edit box for the body of your response post, upload and attach this file to the response post.
Based on the SSU report, we can confirm that the wireless driver currently installed on your computer is version 22.80.1.1, which is a driver provided by Intel. "Actually I don't know my issue is directly connected to intel driver or windows 11", yes, it could be very well related to Windows* 11 itself, especially based on the fact that you are currently using the latest Intel wireless driver version for Windows* 11.
Just to let you know, the Intel wireless drivers are generic, meaning they might or might not work with your system. For that reason, we always recommend to install the wireless driver provided by the manufacturer of the computer, since that driver was customized by them to work with your specific platform.
I looked on MSI's website, and even though they have some drivers available for Windows* 11, there is no wireless driver available for that operating system, which indicates it might not be validated yet as fully compatible with the board, at least in reference to Wireless drivers.
Even though you mention "Unfortunately I cannot test case with mobile hotspot on windows 10." Still, they do have a wireless driver available for Windows* 10, version 22.70.1.1, for testing purposes you can always try a clean installation of that driver following the instructions in the links below, even if you are using Windows* 11:
and about the driver V. . 22.80.1.1 its new driver that came yesterday And according to what is written in the changes, this should not affect my card at all because my card is an ax210 and not an ax211
"I decided to change one by one properties in advance tab and after changes some of properites hotspot 5GHz started working. After restart PC driver properties was the same but hotspot 5GHz doesn't work. If I continued to change random driver properties after some time I could run hotspot 5GHz."
If you do not remember the random driver properties that you changed, that is no problem, please let us know so we can do further research on this matter, keeping in mind that the root of the issue could be related to incompatibility between the Operating System and the platform being used.
Just in case, you can also use the option to submit your inquiry on a new thread, the reason for this is that every scenario is different even if the same product is being used, so for us to better assist you and in order to try to fix the problem, you can submit a new thread:
Just in case, you can always get in contact directly with the manufacturer of your Router in order to be able to configure it manually and set the 149, 153, 157, 161, 165 channels with a frequency of 5 GHz, or at least one of them and then try to use the 5GHz mobile hotspot.
"So I'm wondering why russian restrictions are applied in Ukraine?", In most cases, that is something you will need to check directly with the manufacturer of the laptop. Still, we will do further research on this question and the other ones you just posted. As soon as I get any updates I will provide all the details on this thread.
I just received an update on this matter. Just to let you know, actually, in different countries/regions the band 5GHz is not supported yet, and when is implemented, OEMs (Original Equipment Manufacturers) release BIOS updates/drivers to enable the support. You mentioned that maybe Russian restrictions are applied to your country, and yes, that is a possibility since 5GHz hotspot is still not supported in Russia.
Since the Operating System (OS) is involved too, the best thing to do at this point would be to make sure that the BIOS, OS, and other drivers are up to date and to check with the ISP (Internet Service Provider) directly about the support of the 5GHz hotspot in your country.
Intel does not verify all solutions, including but not limited to any file transfers that may appear in this community. Accordingly, Intel disclaims all express and implied warranties, including without limitation, the implied warranties of merchantability, fitness for a particular purpose, and non-infringement, as well as any warranty arising from course of performance, course of dealing, or usage in trade.
I'm searching for a way to enable/disable the Hotspot built into Windows 10 via the command prompt, powershell or a batch file. In the GUI, it can be easily done with the third button in the network panel (see image below), but I want to automate it.
I already found some hundred tutorials how to create a new hotspot using netsh, but as I understand it this would create another, different hotspot.Instead I want to use the already configured one. Or does Windows 10 use the same and creates a new hotspot every time but in between only remembers the settings?
So it seems that MS is using a very different technique for the built-in hotspot than the netsh variant. Which brings me again to the question: how can I automate (by script) the enabling/disabling of this hotspot?
TL;DR:
If anyone is interested, I've created a batch file using the above solution to turn on the Mobile Hotspot. Simply create a new .bat file and paste the following code inside:
(Although it's trivial to say, I'll remind you that the above code will also work as a CMD command).
Explanation:
What I did is to take the following PowerShell script (given in above answers by Julius Hardt), and convert it to a batch file using this converter:
I've also put this batch file inside the startup folder located in "C:\Users\\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup" so the Mobile Hotspot will turn on automatically upon Windows startup.
I think the only solution at the moment is to setup an autohotkey script to click the button on start up. Windows +A, Shift Tab, down arrow, etc... I need this for a headless PC to allow wifi remote desktop.
how to block mobile hotspot windows 10 in the Sophos firewall its more than 3 months I'm asking how to block windows 10 mobile hotspot but no answer from Sophos technical team my case still in Sophos investigation it's not acceptably for me .....
This isn't a request for help, I'm just documenting how I made my new USB wifi adapter work with Mobile hotspot on Windows 10. I mostly use these devices to create a hotspot at work for my phones to connect to the cabled Ethernet connection, and a full fledged router isn't an option, so I need the mobile hotspot function to work properly. However, during both my previous install (TL-WN725N) and this one (T4U v3) I encountered several hurdles before I could make them work. Perhaps others have the same problems and these points might help them troubleshoot.
93ddb68554