Hello there,
As far as I research, this code 0x800700a1 represents driver problem.
The windows error code 0x800700A1 is generally generated due to errors reported by the driver itself meaning that this error is a software problem or compatibility issues between the hardware installed and the system being used. And it is very common and it is occurs when the operating system and the drivers installed are not companionable with each other.
You may go to Device Manager and update the device driver before performing below two methods.
https://support.microsoft.com/en-us/windows/update-drivers-in-windows-10-ec62f46c-ff14-c91d-eead-d7126dc1f7b6
1.Windows update troubleshooter
Settings > Update & Security > Troubleshoot > Windows Update > Run the troubleshooter.
2.Reset windows update components
Open a command prompt with Administrative Privileges, run the following:
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
Open File Explorer go to the C:\Windows\SoftwareDistribution\Download folder.
Press CTRL+A and press Delete to remove all files and folders.
Go to C:\Windows\SoftwareDistribution\DataStore
Press CTRL+A and press Delete to remove all files and folders.
Back to the command prompt to restart all the services
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
3.Using CHECK FOR UPDATES helps you to automatically install the demand updates.
Download the media creation tool from this website and follow the detailed instruction.
https://www.microsoft.com/en-us/software-download/windows10
Best Regards,
Samson Peng