zoukankan      html  css  js  c++  java
  • WIN10 HYPERV 1503

    win10 的hyperv打开后没有任何东西,想启动服务提示错误1503,我把hyperv重写卸载又安装了也不行

    后来搜索到了下面这个,问题就解决了。

    转自:

    Windows10升级1809版本后,Hyper-V问题修复_黑豆_新浪博客 (sina.com.cn)

    Windows 10升级后,发现Hyper-V不能用了,管理器里是一片空白,看服务Hyper-V 主机计算服务没有启动,手动启动的话失败,报错,代码1053.

    自己尝试修复,也百度了很久,没弄好,后来终于在微软的英文网站上找到了答案,分享如下。
    1, Open "Window Security"
       打开“WIndows安全中心 ”
    2, Open "App & Browser control"
       打开“应用和浏览器控制”
      
    3, Click "Exploit protection settings" at the bottom
       点击"Exploit protection settings" (在最下面)
     
    4, Switch to "Program settings" tab
       切换到“程序设置”
     
    5, Locate "C:WINDOWSSystem32vmcompute.exe" in the list and expand it
       找到 "C:WINDOWSSystem32vmcompute.exe"并展开
     
    6, Click "Edit"
     

    7, Scroll down to "Code flow guard (CFG)" and uncheck "Override system settings"
    找到"控制流保护(CFG)”并把“替代系统设置”前的勾去掉。

    8, Start vmcompute from powershell "net start vmcompute
    打开命令行窗口运行net start vmcompute启动Hyper-V主机计算服务(也可以在计算机管理里启动这个服务和虚拟机管理服务)

  • 相关阅读:
    进程的常用方法
    进程创建&僵尸进程&孤儿进程
    进程基础
    操作系统的发展史
    UDP协议&socketserver模块
    socket套接字
    简述计算机网络
    day 7-8 协程
    __new__和__init__的区别
    day 7-22 进程,线程,协程
  • 原文地址:https://www.cnblogs.com/sinceret/p/15030796.html
Copyright © 2011-2022 走看看