How to create a new virtual network adapter in windows 8? [closed]

孤人 提交于 2019-12-08 14:20:07

问题


I have tried to install Packetix VPN client on windows 8 (64-bit). It cannot create a network adapter on my system. I tried to make a network adapter manually but i cant seem to find the option to create on.


回答1:


You can use Command Prompt(Admin) in Windows 8 to setup a virtual network adapter: use following commands:

        netsh wlan set hostednetwork ssid=mynetwork key=12345678 mode=allow keyusage=persistent

            // and when you press enter,there will be three messages in command prompt
           //after that you can start your virtual network
      netsh wlan start hostednetwork

This works for me



来源:https://stackoverflow.com/questions/13785074/how-to-create-a-new-virtual-network-adapter-in-windows-8

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!