Hi Thomas,
Thanks for your post. Based on my research, you may update the Display driver from Device Manager and restart the computer to check if this helps.
- Press (Windows key + X) and click on “Device Manager”.
- Expand “Display Adaptor”.
- Right click on the video driver and select “Update Driver Software”. Once this is done, restart the computer and check if the issue persists.
If not, kindly check the system and repair the corrupt files with following ways.
Run the SFC and DISM Scans
Corrupted or missing system files may lead to the Windows install error – 0x8007371b as well. In this case, you can try to fix it by running the SFC and DISM scans. To do this, follow the steps below.
Step 1: Press Windows + R to open the Run dialog.
Step 2: Type cmd in the text box and press Ctrl + Shift + Enter to run Command Prompt as an administrator.
Step 3: Type these commands. sfc /scannow (and press Enter) Dism /Online /Cleanup-Image /ScanHealth (and press Enter) Dism /Online /Cleanup-Image /CheckHealth (and press Enter)
The DISM tool will report whether the image is healthy, repairable, or non-repairable. If the image is repairable, you can use the /RestoreHealth (Dism /Online /Cleanup-Image /RestoreHealth) argument to repair the image.
Best Regards,
Ian Xue
If the Answer is helpful, please click "Accept Answer" and upvote it.