https://github.com/itaditya/hotspot
A nodejs cli tool to turn your windows pc into a wifi hotspot
https://github.com/itaditya/hotspot
cli command-line-tool commanderjs figlet hotspot inquirer nodejs wifi wifi-hotspot win-api windows
Last synced: 2 months ago
JSON representation
A nodejs cli tool to turn your windows pc into a wifi hotspot
- Host: GitHub
- URL: https://github.com/itaditya/hotspot
- Owner: itaditya
- Created: 2017-07-13T09:48:53.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-01T08:08:35.000Z (over 7 years ago)
- Last Synced: 2025-03-12T20:18:55.771Z (3 months ago)
- Topics: cli, command-line-tool, commanderjs, figlet, hotspot, inquirer, nodejs, wifi, wifi-hotspot, win-api, windows
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/whotspot
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## How To Use
1. Install this plugin with `npm install -g whotspot`.
2. Run `hotspot setup` to create a hotspot.
3. Run `hotspot on` to turn hotspot on.
4. Run `hotspot off` to turn hotspot off.
5. Run `hotspot status` to check hotspot status.## Note -
1. The plugin currently works in Windows 7 only.
2. It uses elevate.exe to run program as Administrator.
3. `hotspot setup` needs to be run only first time. However you can also use this command to change hotspot name and password.
4. If the tool doesn't work do this -
* In cmd type `ncpa.cpl`. This will open Control Panel.
* In the network connections window, right-click on your wireless network adapter and select Properties.
* In the Sharing tab of the pop-up window, enable the “Allow other network users to connect through this computer’s Internet connection” box.
* In the dropdown present below, select the first option
* If error persists try running cmd as Administrator.