Thursday 19 December 2019

networking - Automation of Loopback Adapter install on Windows


I have a piece of Software that requires a Loopback Adapter on Windows.


Is there some sort of scripting or a batch file that could automate installing and setting up a Loopback Adapter with a certain IP/Subnet Mask?



Answer



See How to install the Microsoft Loopback Adapter in Microsoft Windows Server 2003.


It describes how to use the devcon utility to install it as follows :


devcon.exe install %windir%\inf\netloop.inf *msloop

devcon may already be installed on your computer, and if not, better make sure you get the right version, or at least test the download that is included in the article.


No comments:

Post a Comment

How can I VLOOKUP in multiple Excel documents?

I am trying to VLOOKUP reference data with around 400 seperate Excel files. Is it possible to do this in a quick way rather than doing it m...