为解决这一问题,我采取了以下措施:通过组策略禁止Windows自动更新安装驱动。具体步骤为:打开组策略(Win+R -> 输入gpedit.msc),依次进入Computer Settings -> Administrative Templates -> Windows Components -> Windows Update -> Manage updates offered from Windows Update,选择“Do not include drivers with Windows Updates”并设置为Enabled。若无法打开组策略,也可通过更改注册表达到相同效果:Win + X -> Terminal(管理员),粘贴并回车执行命令:Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" -Name "ExcludeWUDriversInQualityUpdate" -Value 1 -Type DWord。
在解决驱动问题的同时,我也顺手停用了Windows臭名昭著的自动更新功能。具体步骤为:打开组策略(Win+R -> 输入gpedit.msc),依次进入Computer Settings -> Administrative Templates -> Windows Components -> Windows Update -> Manage end user experience,选择“Configure Automatic Updates”并设置为Disabled。这样,电脑就不会在开机时自动下载更新并重启了。当然,这并不会影响手动更新,需要时可以自行进入系统设置查找更新并重启。