Skip to content

Instantly share code, notes, and snippets.

@maokwen
Created April 24, 2019 04:47
Show Gist options
  • Select an option

  • Save maokwen/7fabc9e466eb612923ba8571bc8347d3 to your computer and use it in GitHub Desktop.

Select an option

Save maokwen/7fabc9e466eb612923ba8571bc8347d3 to your computer and use it in GitHub Desktop.
创建引导菜单以启用/禁用 Hyper-v

创建引导菜单以启用/禁用 Hyper-v

  1. 创建引导菜单:

    bcdedit /copy {current} /d "Windows 10 Pro(without Hyper-V)"
  2. 记下{}中的代码{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}

  3. 配置关闭 Hyper-V

    bcdedit /set {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx} hypervisorlaunchtype OFF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment