Debugging Tools for Windows

/fastdetect

/fastdetect 参数禁用NTDETECT 在指定端口的串口和并口设备检测。如果没有指定端口,该参数将关闭所有串、并行端口上的检测功能。

/fastdetect[=COMx | =COMx,y,z...] 

子参数

COMx, y, z
/fastdetect 参数限制在指定端口上。x,yz是指定的一个或多个端口。

注释

由于/fastdetect 允许即插即用(PnP)在端口上检测设备,并且避免检测不支持设备,所以一般会使得引导更加快速可靠。

安装程序会自动为Windows Server 2003、Windows XP和Windows 2000设置/fastdetect 参数(未指定端口)。

当使用只需要BIOS知道(Windows未知)的设备时,省略掉/fastdetect 。例如,可以省略掉/fastdetect 来测试需要对PnP隐藏的端口。

该参数只在Windows Server 2003、Windows XP和Windows 2000上支持,

示例

multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect

multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect=COM2

Bootcfg命令

bootcfg /raw "/fastdetect" /A /ID 1
bootcfg /raw "/fastdetect=COM2" /A /ID 2

Build machine: CAPEBUILD