I try to install loopback adapter by script.
First of all, I've tried to right-click netloop.inf > install to no avail.
Now I try to use devcon with admin rights:
>devcon install %windir%\inf\netloop.inf *msloop
devcon failed.
And no loopback appears among adapters.
Could you please prompt me how to install msloop on Windows 10?
In setupapi.dev.log I see only right-click installs:
>>> [Device Install (DiInstallDriver) - C:\Users\ilyaigpetrov\Desktop\netloop.inf]
>>> Section start 2015/11/15 10:17:23.909
cmd: "C:\Windows\System32\InfDefaultInstall.exe" "C:\Users\ilyaigpetrov\Desktop\netloop.inf"
inf: {SetupCopyOEMInf: C:\Users\ilyaigpetrov\Desktop\netloop.inf} 10:17:23.925
! inf: Driver package is already in driver store
inf: Driver Store Path: C:\Windows\System32\DriverStore\FileRepository\netloop.inf_amd64_818d00c16de7dfdc\netloop.inf
inf: Published Inf Path: C:\Windows\INF\netloop.inf
inf: {SetupCopyOEMInf exit (0x00000000)} 10:17:24.394
<<< Section end 2015/11/15 10:17:24.456
<<< [Exit status: SUCCESS]
>>> [Device Install (DiInstallDriver) - C:\Windows\INF\netloop.inf]
>>> Section start 2015/11/15 10:17:45.955
cmd: "C:\Windows\System32\InfDefaultInstall.exe" "C:\Windows\INF\netloop.inf"
inf: {SetupCopyOEMInf: C:\Windows\INF\netloop.inf} 10:17:45.955
inf: Driver Store Path: C:\Windows\System32\DriverStore\FileRepository\netloop.inf_amd64_818d00c16de7dfdc\netloop.inf
inf: Published Inf Path: C:\Windows\INF\netloop.inf
inf: {SetupCopyOEMInf exit (0x00000000)} 10:17:45.986
<<< Section end 2015/11/15 10:17:46.033
<<< [Exit status: SUCCESS]
>>> [Device Install (DiInstallDriver) - C:\Windows\INF\netloop.inf]
>>> Section start 2015/11/15 10:25:48.459
cmd: "C:\Windows\System32\InfDefaultInstall.exe" "C:\Windows\INF\netloop.inf"
inf: {SetupCopyOEMInf: C:\Windows\INF\netloop.inf} 10:25:48.459
inf: Driver Store Path: C:\Windows\System32\DriverStore\FileRepository\netloop.inf_amd64_818d00c16de7dfdc\netloop.inf
inf: Published Inf Path: C:\Windows\INF\netloop.inf
inf: {SetupCopyOEMInf exit (0x00000000)} 10:25:48.475
<<< Section end 2015/11/15 10:25:48.521
<<< [Exit status: SUCCESS]
>sq query msloop
[SC] EnumQueryServicesStatus:OpenService FAILED 1060:
The specified service does not exist as an installed service.
>devcon update %windir%\inf\netloop.inf *msloop
Updating drivers for *msloop from C:\Windows\inf\netloop.inf.
devcon failed.
>>> [Device Install (UpdateDriverForPlugAndPlayDevices) - *msloop]
>>> Section start 2015/11/15 13:17:21.453
cmd: devcon update C:\Windows\inf\netloop.inf *msloop
! ndv: Unable to find any matching devices.
<<< Section end 2015/11/15 13:17:21.502
<<< [Exit status: FAILURE(0xe000020b)]
>devcon hwids =net
USB\VID_12D1&PID_14DC&MI_00\6&12F08311&0&0000
Name: Remote NDIS based Internet Sharing Device
Hardware ID's:
USB\VID_12D1&PID_14DC&REV_0102&MI_00
USB\VID_12D1&PID_14DC&MI_00
Compatible ID's:
USB\MS_COMP_RNDIS
USB\Class_e0&SubClass_01&Prot_03
USB\Class_e0&SubClass_01
USB\Class_e0
SWD\IP_TUNNEL_VBUS\TEREDO_TUNNEL_DEVICE
Name: Microsoft Teredo Tunneling Adapter
Hardware ID's:
*TEREDO
Compatible ID's:
SWD\GenericRaw
SWD\Generic
SWD\IP_TUNNEL_VBUS\ISATAP_1
Name: Microsoft ISATAP Adapter #2
Hardware ID's:
*ISATAP
Compatible ID's:
SWD\GenericRaw
SWD\Generic
ROOT\KDNIC\0000
Name: Microsoft Kernel Debug Network Adapter
Hardware ID's:
root\kdnic
PCI\VEN_168C&DEV_002B&SUBSYS_7167144F&REV_01\4&150BFCAA&0&00E0
Name: Qualcomm Atheros AR9285 Wireless Network Adapter
Hardware ID's:
PCI\VEN_168C&DEV_002B&SUBSYS_7167144F&REV_01
PCI\VEN_168C&DEV_002B&SUBSYS_7167144F
PCI\VEN_168C&DEV_002B&CC_028000
PCI\VEN_168C&DEV_002B&CC_0280
Compatible ID's:
PCI\VEN_168C&DEV_002B&REV_01
PCI\VEN_168C&DEV_002B
PCI\VEN_168C&CC_028000
PCI\VEN_168C&CC_0280
PCI\VEN_168C
PCI\CC_028000
PCI\CC_0280
{5D624F94-8850-40C3-A3FA-A4FD2080BAF3}\VWIFIMP_WFD\5&14E55B1&0&01
Name: Microsoft Wi-Fi Direct Virtual Adapter
Hardware ID's:
{5d624f94-8850-40c3-a3fa-a4fd2080baf3}\vwifimp_wfd
Compatible ID's:
{5d624f94-8850-40c3-a3fa-a4fd2080baf3}\vwifimp_wfd
PCI\VEN_11AB&DEV_4354&SUBSYS_C06D144D&REV_00\4&95D8421&0&00E3
Name: Marvell Yukon 88E8040 Family PCI-E Fast Ethernet Controller
Hardware ID's:
PCI\VEN_11AB&DEV_4354&SUBSYS_C06D144D&REV_00
PCI\VEN_11AB&DEV_4354&SUBSYS_C06D144D
PCI\VEN_11AB&DEV_4354&CC_020000
PCI\VEN_11AB&DEV_4354&CC_0200
Compatible ID's:
PCI\VEN_11AB&DEV_4354&REV_00
PCI\VEN_11AB&DEV_4354
PCI\VEN_11AB&CC_020000
PCI\VEN_11AB&CC_0200
PCI\VEN_11AB
PCI\CC_020000
PCI\CC_0200
7 matching device(s) found.
Thanks in advance.