1

I am working on a software which requires loopback adapter. I would like to automate installation of loopback adapter through batch scripts.

Please let me know the best way to achieve this functionality.

sahas
  • 315
  • 4
  • 15

1 Answers1

0

This can be simply done by using devcon utility.

go to the command prompt and run the below command and loopback adapter will get installed.

devcon -r install %WINDIR%\Inf\Netloop.inf *MSLOOP

sahas
  • 315
  • 4
  • 15