在我的 Windows 1o 计算机上,我无法启用 Hyper-V 服务。在我启用它并重新启动计算机后,开始屏幕显示更改将再次恢复。(这是当我尝试将其作为 Windows 功能启用时)。
重启后,事件查看器显示启用所有 Hyper-V 服务时出现问题
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
<Provider Name="Microsoft-Windows-Servicing" Guid="{BD12F3B8-FC40-4A61-A307-B7A013A069C1}" />
<EventID>11</EventID>
<Version>0</Version>
<Level>0</Level>
<Task>1</Task>
<Opcode>0</Opcode>
<Keywords>0x8000000000000000</Keywords>
<TimeCreated SystemTime="2016-11-08T19:50:29.554418200Z" />
<EventRecordID>222</EventRecordID>
<Correlation />
<Execution ProcessID="2316" ThreadID="2372" />
<Channel>Setup</Channel>
<Computer>yyyyyyyy</Computer>
<Security UserID="S-1-5-18" />
</System>
- <UserData>
- <CbsUpdateChangeState xmlns="http://manifests.microsoft.com/win/2004/08/windows/setup_provider">
<UpdateName>Microsoft-Hyper-V-Services</UpdateName>
<PackageIdentifier>Microsoft-Hyper-V-ClientEdition-Package</PackageIdentifier>
<ErrorCode>0x800f0922</ErrorCode>
<Client>Windows Optional Component Manager</Client>
</CbsUpdateChangeState>
</UserData>
</Event>
我以前能够在同一硬件上激活运行 Windows 8.1 的 Hyper-V,然后我切换到 Xamarin 编程一段时间,不得不禁用它。从那时起,我更新到 Windows 10,并将我的 256mb ssd 克隆到 512mb ssd。
互联网说,克隆驱动器时,应该运行
bcdedit /set {current} hypervisorlaunchtype auto
在我的计算机上,输出如下
Falscher Parameter.
这是德国操作系统,所以可能意味着
Invalid parameter.
重新启动后,运行不带参数的 bcdedit 后,我得到以下输出
Windows-Startladeprogramm
-------------------------
Bezeichner {current}
device partition=C:
path \WINDOWS\system32\winload.efi
description Windows 10
locale de-DE
inherit {bootloadersettings}
recoverysequence {b6488dab-f6aa-11e2-91cc-edc2952261ad}
recoveryenabled Yes
isolatedcontext Yes
allowedinmemorysettings 0x15000075
osdevice partition=C:
systemroot \WINDOWS
resumeobject {b6488da9-f6aa-11e2-91cc-edc2952261ad}
nx OptIn
bootmenupolicy Standard
hypervisorlaunchtype Off
Falscher Parameter.
因此Falscher Parameter.
(Invalid parameter.
)不断出现。
有什么想法可以解决我的问题吗?
答案1
最后,我的 Windows 似乎不知怎么坏了。我更新到了“Windows 10 – 版本 1607”。之后,Hyper-V 正常工作。更新可能修复了一些 Windows 文件/设置。bcdedit
不再显示falscher parameter
错误。所以也许修复 Windows 可以解决这个问题。