网站外链分析专业建设外贸网站制作江门
- 创建一个windows虚拟机,并远程连接
 - 管理员的方式打开powershell

 - 首先查看虚拟网卡,
netsh interface show interface然后禁用虚拟网卡 ,netsh interface set interface Ethernet disable

 - 去Azure虚拟机控制台,打开串行控制台

 - 控制台中键入
cmd, ch -si以服务身份访问和管理Azure资源

 - 在控制台中输入netsh interface set interface “Ethernet” enable 启动虚拟网卡

 
