This is correct by you don't want to disable the iGPU on rigs that use it (like mine).
You can instead call
devcon.exe disable "PCI\VEN_1002&DEV_687F"
timeout /t 2
devcon.exe enable "PCI\VEN_1002&DEV_687F"
This is enable/disable ALL devices that match the prefix.
Just my 2p
