首页 > 其他 > 详细

安装Loopback网卡/回环网卡

时间:2014-10-23 18:54:01      阅读:237      评论:0      收藏:0      [点我收藏+]

$CurrentPath = $MyInvocation.MyCommand.Path.substring(0,$MyInvocation.MyCommand.Path.LastIndexOf(‘\‘)+1)
$devcon = Join-Path $CurrentPath devcon.exe
#使用devcon.exe工具安装Loopback网卡
cmd /c "$devcon install %WINDIR%\Inf\Netloop.inf *MSLOOP"

安装Loopback网卡/回环网卡

原文:http://www.cnblogs.com/dreamer-fish/p/4046412.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!