Hi, Could anyone help me out, how to disable the devices that would list under the node "Other Devices" (like SMBusController/PCIDevice etc..) , so that the Found New Hardware wizard doesn't appear from next reboots. Actually this I need during the scenario <Unattended OS installation>+<some testjobs which reboots the machine several times> . So, I thought of doing it using Devcon, in a batch job, like below. devcon.exe /disable =Unknown. But, this command is not working. Even, I tried to list the devices using the command Devcon Findall =Unknown. But, this also returned 'no devices found'. is there any way, to make this work?