You could try installing these latest drivers too:
- Power Management (N2HKU03W as of now): https://support.lenovo.com/downloads/ds539638
- Hotkey Features (R0YVU27E, this one seems to be updated frequently): https://support.lenovo.com/downloads/ds031814
- Do not include drivers with Windows updates:
Code: Select all
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate" ^ /v "ExcludeWUDriversInQualityUpdate" /t REG_DWORD /d 1 /f - Do not prefer Microsoft-signed drivers:
Code: Select all
reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Settings" ^ /v "AllSigningEqual" /t REG_DWORD /d 1 /f
Since you know this, then maybe you can isolate the problem to a specific update that broke things:
(1) Updates
Run the following command to list updates installed in May or later:
Code: Select all
powershell Get-HotFix ^| Where InstalledOn -ge (Get-Date -Year 2019 -Month 5)Download and run NirSoft DriverView: https://www.nirsoft.net/utils/driverview.html. Sort by the Created date column. (The same information is also available in Device Manager but inconvenient to access.)
I would also try reloading the default BIOS settings just in case something got changed accidentally, especially since you seem to have the Advanced menu enabled.





