How to Create a WiFi Hotspot in Windows 8 using Command-prompt? Last Updated : 05 Jun, 2020 Comments Improve Suggest changes Like Article Like Report WiFi (Wireless Fidelity) hotspot is a network with an area where wireless access to the internet is available. These are Internet access points that allow you to connect to a WiFi network using your computer, smartphone, or another device while away from your home or office network. There are lots of software that can create a WiFi hotspot. But using cmd, you don't have to install any software. Here is a way for that. Follow these steps to create your own WiFi hotspot: Step 1: Open command prompt by typing cmd in search. Right-click in it and select Run As Administrator. Step 2: Now, we have to set our WiFi Name and Password. For this, enter the following command in the cmd and press Enter: netsh wlan set hostednetwork mode=allow ssid=wifiName key=wifiPassword Here you can give any name of your choice in place of wifiName and any password of your choice in place of wifiPassword. Note that your password should be 8 characters long. Step 3: To start the WiFi Hotspot, enter the following command: netsh wlan start hostednetwork Step 4: The WiFi must now be visible to near by devices. Step 5: To stop the WiFi network, enter the following command: netsh wlan stop hostednetwork Comment More infoAdvertise with us Next Article How to Find the Wi-Fi Password Using CMD in Windows M MeghaKakkar Follow Improve Article Tags : TechTips Similar Reads How to Create and Configure Wi-Fi Hotspot in Windows 10? In layman's term, Hotspot is a Wi-Fi network created from a device other than a router. In our case, it will be created from a Windows device connected to the internet using broadband or a dongle connection. Hotspot can be used to share the internet of our Windows device to our smartphones or other 3 min read How to Use Command Prompt - Windows Command Prompt Guide Learn how to manually run the Command Prompt in different versions of Windows - The Windows Command Prompt (CMD) is a powerful tool that allows users to execute commands, automate tasks, and troubleshoot system issues efficiently. Whether youâre a beginner looking to learn basic CMD commands or an a 5 min read How to Use Command Prompt - Windows Command Prompt Guide Learn how to manually run the Command Prompt in different versions of Windows - The Windows Command Prompt (CMD) is a powerful tool that allows users to execute commands, automate tasks, and troubleshoot system issues efficiently. Whether youâre a beginner looking to learn basic CMD commands or an a 5 min read How to Find the Wi-Fi Password Using CMD in Windows Forgotten your Wi-Fi password? Don't worry you're not alone! Whether you're trying to connect a new phone, set up a smart TV, or help a friend get online, remembering complex Wi-Fi passwords can be a headache. Luckily, you don't need to reset your router or dig through old notebooks. Windows has a h 7 min read How to Find the Wi-Fi Password Using CMD in Windows Forgotten your Wi-Fi password? Don't worry you're not alone! Whether you're trying to connect a new phone, set up a smart TV, or help a friend get online, remembering complex Wi-Fi passwords can be a headache. Luckily, you don't need to reset your router or dig through old notebooks. Windows has a h 7 min read How to Find the Wi-Fi Password Using CMD in Windows Forgotten your Wi-Fi password? Don't worry you're not alone! Whether you're trying to connect a new phone, set up a smart TV, or help a friend get online, remembering complex Wi-Fi passwords can be a headache. Luckily, you don't need to reset your router or dig through old notebooks. Windows has a h 7 min read Like