Eureka/Windows
[Solution] VMware Workstation and Hyper-V are not compatible.
마스터키
2015. 3. 3. 22:37
VMware를 사용하다가 비주얼 스튜디오(Visual Stduio)를 설치하고 나서부터 아래와 같은 오류를 표시하며 작동하지 않는다.
해결방법은 간단하다.
1. cmd를 관리자 권한으로 실행(Windows 8.1의 경우 Ctrl+S -> cmd 입력 -> Shift+Enter로 실행)
2. 다음 명령어 입력
bcdedit /set hypervisorlaunchtype off
3. 재부팅
만약 다시 Hyper-V를 사용하고 싶다면 off를 auto로 변경해주면된다.
bcdedit /set hypervisorlaunchtype auto