As it was fine for a few days then it may be an update which is doing this - is there any update listed from around the time the problem returned?
I would not recommend removing any .sys file unless you know what the result will be or you have an image backup on an external hard drive & the program’s boot media so you can recover the system in case of problems.
I would recommend visiting your PC’s manufacturer’s website & updating any drivers.
Run sfc & dism:
Open cmd prompt/powershell with admin & enter:
SFC /SCANNOW
DISM /Online /Cleanup-Image /AnalyzeComponentStore
DISM /Online /Cleanup-Image /StartComponentCleanup
DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth