Windows 10 Hyper-V Manager: An error occurred while attempting to connect to server "".
Check that the Virtual Machine Management service is running and that you are authorized to connect to the server.
"서버에 연결하는 동안 오류가 발생했습니다. 가상 컴퓨터 관리 서비스가 실행 중이고 서버에 연결할 권한이 있는지 확인하십시오." Hyper-V 실행 중 로컬 컴퓨터와 연결이 되지 않을 때, 다음 절차를 순서대로 진행.
1. Open Windows Setting (Windows 설정)
2. Click Update & security (업데이트 및 보안)
3. Click Windows Security (Windows 보안)
4. Click App and browser control (앱 및 브라우저 컨트롤)
5. Click Exploit Protection and Program Setting (Exploit Protection 클릭 후 프로그램 설정 선택)
6. Find out "C:\Windows\System32\vmcompute.exe" and click edit button
7. Uncheck [override system setting] for Code Flow Guard ( 흐름 제어 보호[CFG)의 시스템 설정 재정의를 체크된 부분을 해제)
8. Open Cmd as admin and type net start vmcompute (관리자 권한으로 cmd 또는 powershell 실행 후 net start vmcompute 입력)
9. Execute virtmgmt.msc and click "connect to server" again. (Hyper-v 관리자 실행 후 서버에 연결 클릭)
'All about Programming' 카테고리의 다른 글
Windbg 설정 (0) | 2019.07.15 |
---|---|
Windows Class Filter Driver 설치 방법 (0) | 2019.07.12 |
System Reboot (시스템 재부팅) From Device Driver (0) | 2019.06.26 |
BSOD 0xB8 : ATTEMPTED_SWITCH_FROM_DPC (KeWaitForSingleObject) (0) | 2019.06.19 |
Volume Shadow Copy(vss)를 이용한 Volume 마운트 (0) | 2019.06.07 |