[ Last edited by yishanju on 2009-4-13 at 10:53 ]作者: yishanju 时间: 2009-4-13 10:59 C:\Program Files\Support Tools>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.作者: yishanju 时间: 2009-4-13 11:25 像这样的格式:
devcon find @PCI\*\4^&1351887D^&0^&60F0
devcon disable @PCI\*\4^&1351887D^&0^&60F0作者: yishanju 时间: 2009-4-13 11:38 devcon disable @PCI\*\4^&1A671D0C^&0^&08F0