Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AMD Driver Version Windows #49

Closed
MaynardMiner opened this issue Mar 20, 2019 · 1 comment
Closed

AMD Driver Version Windows #49

MaynardMiner opened this issue Mar 20, 2019 · 1 comment
Assignees
Labels
help wanted Extra attention is needed non-essential feature not related to core features of SWARM windows this issue was reported in regard to windows version

Comments

@MaynardMiner
Copy link
Owner

I have been searching for a method to find AMD driver version, to add to online stats. If you see a method, please let me know.

@MaynardMiner MaynardMiner added help wanted Extra attention is needed windows this issue was reported in regard to windows version labels Mar 20, 2019
@MaynardMiner MaynardMiner self-assigned this Mar 20, 2019
@MaynardMiner MaynardMiner added the non-essential feature not related to core features of SWARM label Mar 20, 2019
@davisinfo
Copy link
Contributor

You can get it from registry HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Class{4d36e968-e325-11ce-bfc1-08002be10318}\000\RadeonSoftwareVersion

In the same location there is a key DriverVersion which is the windows driver version

You can use that to match with what you get running
Get-WmiObject Win32_PnPSignedDriver| select devicename, driverversion, classguid | where {$_.devicename -like "radeon"}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed non-essential feature not related to core features of SWARM windows this issue was reported in regard to windows version
Projects
None yet
Development

No branches or pull requests

2 participants