Thank you for getting back to me. I would also suggest checking for corrupted system files. First, open Command Prompt as an administrator by right-clicking the Start button and selecting "Command Prompt (Admin)." In the Command Prompt window, type sfc /scannow and press Enter. Wait for the scan to complete; this process might take some time, and the tool will automatically attempt to fix any detected issues. Once the scan is finished, restart your computer.
Next, open Command Prompt as an administrator again. In the Command Prompt window, type DISM /Online /Cleanup-Image /RestoreHealth and press Enter. Wait for the process to complete, as it might also take some time to repair the Windows image. Once the DISM process is complete, restart your computer.
Then, we can check if there are services that's conflicting with your drivers by doing a clean boot.
Press Windows + R, type msconfig, and press Enter.
In the System Configuration window, go to the Services tab.
Check Hide all Microsoft services, then click Disable all.
Go to the Startup tab and click Open Task Manager.
In Task Manager, disable all startup items.
Close Task Manager, then click OK in System Configuration.
Restart your computer.
Please let me know if this works for you. I'll do my best to respond as soon as possible.