-3

我尝试在 Windows 8(64 位)上安装 Packetix VPN 客户端。它无法在我的系统上创建网络适配器。我尝试手动制作网络适配器,但似乎找不到创建选项。

4

1 回答 1

2

您可以在 Windows 8 中使用命令提示符(管理员)来设置虚拟网络适配器:使用以下命令:

        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

这对我有用

于 2012-12-09T06:07:08.057 回答