Я создал 10 петлевых адаптеров на Windows 7, используя devcon
devcon -r install %WINDIR%\Inf\Netloop.inf *MSLOOP
Я вставил это в цикл, и все в порядке, но теперь я хочу удалить их, используя пакетный скрипт? Как это сделать? Я обнаружил, что могу их отключить, но хочу постоянно их удалять, а не просто отключать. Если есть какой-то способ снова использовать devcon ?
Device Console Help:
devcon [-r] [-m:\\<machine>] <command> [<arg>...]
-r Reboots the system only when a restart or reboot is required.
<machine> Specifies a remote computer.
<command> Specifies a Devcon command (see command list below).
<arg>... One or more arguments that modify a command.
For help with a specific command, type: devcon help <command>
classfilter Add, delete, and reorder class filters.
classes List all device setup classes.
disable Disable devices.
driverfiles List installed driver files for devices.
drivernodes List driver nodes of devices.
enable Enable devices.
find Find devices.
findall Find devices, including those that are not currently attached.
help Display Devcon help.
hwids List hardware IDs of devices.
install Install a device manually.
remove Remove devices.
...