Hyper-V를 off 하지 않으면 virtual box 실행시 에러가 발생됨 Hyper-V 기능을 잠시 끄면 가능하다 1) cmd.exe를 관리자 계정으로 실행하기 2) bcdedit 실행 제일 아래에 hypervisorlaunchtype이 auto가 되어 있다 이것을 off하면 된다 3)bcdedit /set hypervisorlaunchtype off 4)윈도우 컴퓨터를 재시작한다 1) cmd.exe를 관리자 계정으로 실행하기 2) bcdedit 실행 제일 아래에 hypervisorlaunchtype이 off가 되어 있다 이것을 auto하면 된다 3)bcdedit /set hypervisorlaunchtype auto 4)윈도우 컴퓨터를 재시작한다