Add script for installing amd chipset driver

This commit is contained in:
Manuel Thalmann 2023-07-15 12:18:13 +02:00
parent f6bc1a624b
commit cfd7c17fc7
3 changed files with 31 additions and 0 deletions
scripts/Windows/Drivers/AMDChipsetX399

View file

@ -0,0 +1,5 @@
#!/bin/pwsh
param([Context] $context)
. "$PSScriptRoot/../../Scripts/SoftwarePackage.ps1";
Install-SoftwarePackage $context "https://drivers.amd.com/drivers/amd_chipset_software_5.05.16.529.exe";