Skip to content
/ WinFi Public

Free VirtualWiFi, to transform your PC internet to others

License

Notifications You must be signed in to change notification settings

shoully/WinFi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Win-Fi

Win-Fi Logo

OS License
Windows GNU GPL v2.0

Win-Fi is VirtualWiFi, and free windows software to transform your PC internet connection into a WiFi hotspot.

You can easily create a WiFi hotspot to connect all your devices, just give your hotspot a name and password, and you are ready to go.

The application will be available soon, until that you can setup the hotspot manually.

Manually setup

While Win-Fi help you to create hotspot but you can manually create it with netsh using CMD in windows

Setup new hotspot

Open your CMD app in windows as administrator then type:

    netsh wlan set hostednetwork mode=allow ssid=winfi key=shortshort

Where 'winfi' is your hotspot network name and 'shortshort' is the password or (WPA2-PSK key).

Enable hotspot

To start the hotspot type:

    netsh wlan start hostednetwork

Disable hotspot

To stop the hotspot type:

    netsh wlan start hostednetwork

Show users

To see the Hosted Network details & the connected users

    netsh wlan show hostednetwork

Change password

to change the network password

    netsh wlan refresh hostednetwork YourNewPassword

License

Win-Fi is licensed under the GNU GPL v2.0 License - see the LICENSE file for details

Contributing

Pull requests or issues are welcome :)

About

Free VirtualWiFi, to transform your PC internet to others

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages