Hi,
It seems the virtual disk support provider is missing, please use DISM to check the health of your Windows image, scan for corruption, and restore the image. Open CMD as administrator and run the following commands.
DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth
If the issue persists, give a try to the System File Checker tool that scans for and restores corrupted Windows system files.
sfc /scannow