在Windows 10 系統上啟用Hyper V遇到的錯誤:0x800f0831

i042416發表於2018-09-21

Hyper-V是微軟的一款虛擬化技術,是微軟第一個採用類似Vmware和Citrix開源Xen一樣的基於hypervisor的技術。

在Windows 10 系統上啟用Hyper V遇到的錯誤:0x800f0831

在Windows 10的powershell命令裡,輸入如下的命令列:Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All

遇到如下錯誤資訊:

Enable-WindowsOptionalFeature : Enable-WindowsOptionalFeature failed. Error code = 0x800f0831

Microsoft-Hyper-V Error code = 0x800f0831

At line:1 char:1

  • Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V ...


  • CategoryInfo : NotSpecified: (:) [Enable-WindowsOptionalFeature], COMException

  • FullyQualifiedErrorId : Microsoft.Dism.Commands.EnableWindowsOptionalFeatureCommand

再試試第二個命令列:

dism /online /enable-feature /featurename:microsoft-hyper-v-all /All

還是遇到錯誤碼0x800f0831:

在Windows 10 系統上啟用Hyper V遇到的錯誤:0x800f0831

The DISM log file can be found at C:WINDOWSLogsDISMdism.log

解決辦法是,進入Windows 10的控制皮膚,在Turn windows features on or off裡先安裝.NET Framework:

在Windows 10 系統上啟用Hyper V遇到的錯誤:0x800f0831

在Windows 10 系統上啟用Hyper V遇到的錯誤:0x800f0831

之後就能安裝Hyper-V了。

要獲取更多Jerry的原創技術文章,請關注公眾號"汪子熙"或者掃描下面二維碼:


在Windows 10 系統上啟用Hyper V遇到的錯誤:0x800f0831

在Windows 10 系統上啟用Hyper V遇到的錯誤:0x800f0831





來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24475491/viewspace-2214660/,如需轉載,請註明出處,否則將追究法律責任。

相關文章