静默安装 amd chipset 芯片组驱动
外网转载, 芯片组有时候抽风,UI 错误的时候可以用这个一键静默安装。
复制下面的内容到空文本 txt,
修改文件名为 silentinstall.cmd 放在和驱动一个文件夹,最后双击 silentinstall.cmd 就行:

@echo off
echo Installing AMD Chipset Driver, please wait......
cd %~dp0
START /WAIT "" amd_chipset_software_5_02_19_2221.exe /S
timeout /t 3
exit

记得自己改文本里驱动的文件名。
不是啥高级的东西啊,注意。