您好,
在这种情况下,您需要执行以下操作:使用以下链接逐个安装这些版本:
https://dotnet.microsoft.com/zh-cn/download/dotnet/thank-you/runtime-9.0.12-windows-x64-installer
https://dotnet.microsoft.com/zh-cn/download/dotnet/thank-you/runtime-10.0.1-windows-x64-installer
https://dotnet.microsoft.com/zh-cn/download/dotnet/thank-you/runtime-10.0.7-windows-x64-installer
安装完成后,以管理员身份打开命令提示符,并运行以下命令:sfc /scannow 和 dism /online /cleanup-image /restorehealth,等待过程完成,然后重启计算机。
谢谢。