Hi Dani, I am Paulo and I'd like to help.
I've encountered this issue multiple times with my audio driver, and it's frustrating to constantly have to roll back or reinstall the driver. However, I've found that disabling driver updates in Windows Update is effective for my device. Try applying this solution and see if it works for you as well.
Disable Driver Updates
- Open Notepad and save this as disabledriver.reg or any name you prefer
- Run the .reg file to apply and merge Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate] "ExcludeWUDriversInQualityUpdate"=dword:00000001 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DriverSearching] "SearchOrderConfig"=dword:00000000 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UpdatePolicy\PolicyState] "ExcludeWUDrivers"=dword:00000001
If in case you want to enable it in the future, here's the .reg as well
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate]
"ExcludeWUDriversInQualityUpdate"=-
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DriverSearching]
"SearchOrderConfig"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UpdatePolicy\PolicyState]
"ExcludeWUDrivers"=dword:00000000
Source: https://www.elevenforum.com/t/enable-or-disable...
(Disclaimer: Elevenforum is a non-Microsoft website but the page provides accurate, safe information and is created by a Windows MVP. Watch out for ads on the site that may advertise products frequently classified as PUP (Potentially Unwanted Products). Thoroughly research any product advertised on the site before you decide to download and install it.)