Skip to content

Instantly share code, notes, and snippets.

@shpaker
shpaker / wifi_starter.cmd
Last active June 24, 2025 11:30
Batch file for managing virtual Wi-Fi hotspot in Windows 7+
rem author https://github.com/shpaker
@echo off
:main
echo [1] Start Wi-Fi network
echo [2] Stop Wi-Fi network
echo [3] Restart Wi-Fi network
echo [4] Config Wi-Fi network (require administrator privileges)
echo [0] Exit