52
42

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

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

Last updated at Posted at 2016-07-07

2025/1/19 追記

VirtualBox や Docker Hyper-V に対応したため、問題は解決しています。
ただ、記録として Hyper-V をオン/オフする方法は残しておきます。

有効化の方法

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

> 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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?