积极答复者
关于 Hyper-v 管理器问题

问题
答案
-
看看这里:
https://blog.csdn.net/a497785609/article/details/69385878
https://blog.csdn.net/tianlianchao1982/article/details/7788323
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact- 已标记为答案 hn0550 hk 2020年6月11日 2:54
全部回复
-
Hi,
请在程序和功能菜单里打开启用和关闭Windows功能面板
点开Hyper-V选项,把Hyper-V平台所有服务都打开
具体的操作步骤,你也可以参考:
https://blog.csdn.net/suzan_bingtong/article/details/88378821
希望能帮助到您,
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact -
1.首先去检查一下虚拟机管理服务是否正在运行
2.尝试下面的方法
- 打开“ Windows Security”
- 打开“ 应用程序和浏览器控件 ”
- 点击底部的“ 漏洞利用保护设置 ”
- 切换到“ 程序设置 ”选项卡
- 在列表中找到“ C:\ WINDOWS \ System32 \ vmcompute.exe ”并将其展开
- 点击“ 编辑 ”
- 向下滚动到“ 代码流防护(CFG) ”,然后取消选中 “ 覆盖系统设置 ”
- 从Powershell以管理员身份启动vmcompute
net start vmcompute
- 重新开始
以管理员身份启动Hyper-V Manager
3.此外,请确保已配置WinRM,Hyper-V管理器使用WinRM(Windows远程管理)建立与在删除计算机上运行的Hyper-V的连接。
您可以运行以下命令来配置WinRM: winrm quickconfig
如果未配置,则应获得以下内容:
WinRM is not set up to receive requests on this machine. The following changes must be made: Start the WinRM service. Set the WinRM service type to delayed auto start. Make these changes [y/n]? y WinRM has been updated to receive requests. WinRM service type changed successfully. WinRM service started. WinRM is not set up to allow remote access to this machine for management. The following changes must be made: Create a WinRM listener on HTTP://* to accept WS-Man requests to any IP on this machine. Enable the WinRM firewall exception. Make these changes [y/n]? y WinRM has been updated for remote management. Created a WinRM listener on HTTP://* to accept WS-Man requests to any IP on this machine. WinRM firewall exception enabled.
WinRM service is already running on this machine. WinRM is already set up for remote management on this computer.
Daniel
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact -
看看这里:
https://blog.csdn.net/a497785609/article/details/69385878
https://blog.csdn.net/tianlianchao1982/article/details/7788323
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact- 已标记为答案 hn0550 hk 2020年6月11日 2:54