Guys to be honest my solution above not really works. I mean rolling back drivers - bad idea. The adrenaline pretty bugged. We need to find another solution for another people. I can re-install OS even every day, because i have backups (thx to macrium reflect free), + i familair with all of that, but people who have no such way, we need to find a way to let people boot to their OS and uninstall:
Uninstall
- andrenaline by amd
- chipset drivers
- everything else by amd in programs
Because otherwise it will not really work.
The only stable and really good chipset driver - default by microsoft one, and some versions earlier than the latest chipset driver.
But Adrenaline software by amd forces to install latest drivers on the system, and that sucks.
Really good tool to use (like another good guy from this thread recommended) its: https://github.com/lostindark/DriverStoreExplorer
Download link here: https://github.com/lostindark/DriverStoreExplorer/releases/tag/v1.0.26
This is small utility that display all drivers installed.
If you still can login to your system -> download the tool -> select all drivers where you have AMD -> uninstall -> reboot.
That it
But prior to this (before this) please remove Adrenaline and chipset software if you have one on your PC (you simply can not have that).
For that you can use tool like default windows programs & software or geek uninstaller.
Alternative one line (right click on start menu -> open powershell with admin privilegies)
Try to enter:
Get-WindowsDriver -Online | Where-Object {$_.ProviderName -like "*AMD*" -and $_.OriginalFileName -like "*amdgpio*"} | ForEach-Object {pnputil /delete-driver $_.Driver /uninstall /force}
and hit enter.
This command will search store for AMD & GPIO drivers and remove all of them.
After that restart your PC. Please do it on your own risk.