Post
Topic
Board Mining (Altcoins)
Re: Any word on amd vega hash rates?
by
chup
on 08/11/2017, 09:27:57 UTC
I use the following lines for enabling/disabling if this helps...  Just be sure to pause between each.

devcon.exe disable *6B761002

devcon.exe enable *6B761002

Again, sorry I'm very much a novice. So would the .bat file be:

cd %~dp0
timeout /t 5
devcon.exe disable *6B761002
timeout /t 5
devcon.exe enable *6B761002


Thanks!

I'm using following to disable/enable Vegas in Win10 (after cd-command to Your devcon.exe directory):

Code:
devcon.exe disable "*687F*"
timeout /t 10
devcon.exe enable "*687F*"