Want to become a Vibe Coder? Join Vibe Coding Training here
x
C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
How to Enable Virtual Router in Windows
WhatsApp
Neeraj Kumar
5y
12.6
k
0
0
25
Blog
Introduction
Microsoft windows have virtual WiFi tool to create a virtual wireless network with wireless adapter
“Netsh” command line used for creating and manage the virtual WiFi.
It will share your WiFi to another device means it works as an Internet Connection Sharing Feature.
Create Virtual WiFi
Firstly Open Network and Sharing Center.
Click on change adapter settings on the left side menu.
After that which adapter is connected to the internet connection open the properties of that using right-click.
Go to the Sharing tab.
Check to Allow other network users to connect through this computer's Internet connection.
Choose Network Connection from the drop-down list and press the Ok button.
Open the command prompt.
Create a network for the write command
“netsh wlan set hostednetwork mode=allow ssid=YourVirtualNetworkName key=YourNetworkPassword
”
Where “
YourVirtualNetworkNamekey
” can change according to your choice Name is your SSID Name which is shown in another device as WiFi.
“
YourNetworkPassword
” can also change according to you that is your password.
Start your Wifi Network
Write Command line “
netsh wlan start hostednetwork
”.
To stop the Wifi Network
Write Command line “
netsh wlan stop hostednetwork
”.
To see MAC addresses of connected users.
Write command line: “
netsh wlan show hostednetwork”
.
How to Enable Virtual Router in Windows
People also reading
Membership not found