LoginSignup
52
42

More than 3 years have passed since last update.

Hyper-V をオン/オフする方法

Last updated at Posted at 2016-07-07

Windows 10 20H2 において、Hyper-V と VirtualBox の競合はなくなりました。
とても喜ばしいことです。
ただ、残念ながら Hyper-V を有効化すると VirtualBox のホストOSがかなり遅くなる事がありました。
そのため、まだ Windows で Docker と VirtualBox を使う場合に、
Hyper-V の On/Off をしないといけません。

有効化の方法

以下のコマンドを実行し、

> bcdedit /set hypervisorlaunchtype auto

Windows を再起動するとよい。

無効化の方法

以下のコマンドを実行し、

> bcdedit /set hypervisorlaunchtype off

Windows を再起動するとよい。

以下から修正して転載。

52
42
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
52
42