#hotspot #windows #windows11
Make a hotspot with CMD
=======================
Open powershell or CMD then paste this command
netsh wlan set hostednetwork mode=allow ssid="Accio Internet" key=YourPassword
-----------------
netsh wlan start hostednetwork
-----------------
To stop the wifi hotspot use below
netsh wlan stop hostednetwork
-----------------
Another method,
Press Windows+i , go to networks and , you will get hotspot option there turn it on.
-----------------