Я создал 10 адаптеров замыкания на себя в Windows 7 с помощью devcon
devcon -r install %WINDIR%InfNetloop.inf *MSLOOP
Я положил это в цикл for, и все в порядке, но теперь я хочу удалить их с помощью пакетного сценария? Как это сделать? Я обнаружил, что я могу отключить их, но я хочу, чтобы удалить их постоянно, а не просто отключить их.
Если есть какой-то способ использовать 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.
...