C:\Documents and Settings\Administrator>devcon help disable
devcon [-r] disable <id> [<id>...]
devcon [-r] disable =<class> [<id>...]
Disable devices that match the specific hardware or instance ID.
This command will only work for local machine.
Specify -r to reboot automatically if needed.
Examples of <id> are:
* - All devices (not recommended)
ISAPNP\PNP0501 - Hardware ID
*PNP* - Hardware ID with wildcards (* matches anything)
@ISAPNP\*\* - Instance ID with wildcards (@ prefixes instance ID)
<class> is a setup class name as obtained from the classes command.
Devices are disabled if possible.作者: hytmtet 时间: 2007-7-10 20:49
Hardware ID
在设备管理器里面也可以看到的作者: 沙漠之子 时间: 2007-7-10 22:55
那又如何用命令行知道声卡的硬件id呢