ハードウェアIDで個々のデバイスを削除できます。IDがわかっている場合は、removeコマンドを使用できます。それ以外の場合は、ハードウェアIDを確認する必要があります。詳細については、ヘルプを参照してください。
Devcon Remove Command
Removes devices with the specified hardware or instance ID. Valid only on
the local computer. (To reboot when necesary, Include -r .)
Devcon.exe [-r] remove <id> [<id>...]
Devcon.exe [-r] remove =<class> [<id>...]
<class> Specifies a device setup class.
Examples of <id>:
* - All devices
ISAPNP\PNP0501 - Hardware ID
*PNP* - Hardware ID with wildcards (* matches anything)
@ISAPNP\*\* - Instance ID with wildcards (@ prefixes instance ID)
'*PNP0501 - Hardware ID with apostrophe (' prefixes literal match - matches exactly as typed,
including the asterisk.)