Skip to content

Instantly share code, notes, and snippets.

View emotionbug's full-sized avatar
🤔

Alex Kwak emotionbug

🤔
View GitHub Profile
@emotionbug
emotionbug / rollback-amd-gpio2-to-2.2.0.136.ps1
Last active May 23, 2026 17:06
SER8_rollback-amd-gpio2-to-2.2.0.136
param(
[string]$TargetVersion = "2.2.0.136",
[string]$DeviceInstanceId = "",
[string]$DeviceHardwareIdPattern = "ACPI\AMDI0030*",
[string]$BadVersion = "2.2.0.137",
[string]$KnownBadInf = "",
[string]$PackageUrl = "https://drivers.amd.com/drivers/amd_chipset_software_8.02.18.557.exe",
[string]$PackageReferer = "https://www.amd.com/pt/support/downloads/previous-drivers.html/chipsets/am4/x370.html",
[string]$ExpectedPackageMd5 = "3c55881536727c73283688c74b445549",
[string]$PackagePath = "",