Post
Topic
Board Mining (Altcoins)
Re: Any word on amd vega hash rates?
by
its
on 29/10/2017, 03:33:10 UTC
Quote
This is correct by you don't want to disable the iGPU on rigs that use it (like mine).
You can instead call
Code:
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 Smiley

I think this also works:
Code:
devcon.exe restart "*PCI\VEN_1002&DEV_687F*"