以管理员身份运行以下命令,此操作将启动所需的服务。
sc config wuauserv start= auto
sc config bits start= auto
sc config DcomLaunch start= auto
net stop wuauserv
net start wuauserv
net stop bits
net start bits
net start DcomLaunch
然后,再次安装(如有无权设置并启动的服务,请尝试重启计算机,然后安装)
https://blog.csdn.net/stronger_helloworld/article/details/79021560