我在Windows8.1中安裝Hyper-V時遇到問題。選擇組件並重新啟動後-正在安裝,被切斷了93%。和 ”配置 Windows 功能失敗,恢復更改」。
請幫我。
PS 對不起我的英文。
答案1
下面為我修復了它。
修正 Windows 2012R2 Hyper-V 角色在 99% 時失敗的問題
重設 Windows 登錄檔以修復 Hyper-V 角色
sc config winmgmt start= 已停用
淨停止 winmgmt /y
%系統驅動器%
cd %windir%\system32\wbem
for /f %s in ('dir /b *.dll') 執行 regsvr32 /s %s
regsvr32%windir%\system32\tscfgwmi.dll
wmiprvse /regserver
網路啟動 winmgmt
for /f %s in ('dir /b *.mof *.mfl') 執行 mofcomp %s
cd C:\Windows\System32\wbem\AutoRecover
for /f %s in ('dir /b *.mof *.mfl') 執行 mofcomp %s