I use my Wi-Fi mobile hotspot frequently. Is it possible to set it up to turn on/off at set times of day? Is it possible to set it to turn on when specified Wi-Fi devices, such as phones or laptops, come into range? How about both options? Any will do…
Asked
Active
Viewed 2,096 times
1 Answers
1
You can enable / disable the Windows 10 Hotspot with NETSH.
Open a command prompt as Administrator. Type the following command to turn on the mobile hotspot.
netsh wlan set hostednetwork mode=allow. This command disables the hotspot:netsh wlan set hostednetwork mode=disallow
Once you have tested this, you can use Task Scheduler to set the task as required. You may need more than one task.
You can also set up Desktop shortcuts to run the NETSH easily on demand.
harrymc
- 498,455