Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.6.3
by
fellowbeing
on 10/07/2018, 10:39:38 UTC
Anyone can share the devcon file config reset for vega, please.

 

.reset.bat

cd %~dp0
timeout /t 10
devcon.exe disable "PCI\VEN_1002&DEV_687F"
timeout /t 10
devcon.exe enable "PCI\VEN_1002&DEV_687F"
timeout /t 10

This works for my Vega FEs
@echo off
cd %~dp0
devcon.exe disable "PCI\VEN_1002&DEV_6863"
timeout /t 3
devcon.exe enable "PCI\VEN_1002&DEV_6863"
timeout /t 3
pause