Hyper-V를 실행중인 Windows 10에서 Virtual Box 사용하기


<Hyper-V를 사용하는 컴퓨터에서 Virtual Box 사용하기>
Hyper-V 기능을 잠시 끄면 가능하다
1) cmd.exe를 관리자 계정으로 실행하기
2) bcdedit 실행
제일 아래에 hypervisorlaunchtype이 auto가 되어 있다
이것을 off하면 된다
3)bcdedit /set hypervisorlaunchtype off
4)윈도우 컴퓨터를 재시작한다

 

<Hyper-V를 다시 사용하기>
1) cmd.exe를 관리자 계정으로 실행하기
2) bcdedit 실행
제일 아래에 hypervisorlaunchtype이 off가 되어 있다
이것을 auto하면 된다
3)bcdedit /set hypervisorlaunchtype auto
4)윈도우 컴퓨터를 재시작한다

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s