부모글 보이기/감추기 AD BLOCK 해제 요청 이 글에는 광고가 많이 들어가 있지 않습니다. adblock을 해제하셔도 글을 읽는데 그다지 부담이 없으니 해제를 부탁드립니다. Hyper-V 연결 오류 - A connection will not be made because credentials may not be sent to the remote computer 어느 순간부터 Hyper-V 내의 가상 머신 콘솔에 연결하려고 하면 다음과 같은 오류가 발생했습니다. [그림 1: Hyper-V 가상 머신 연결 오류] 다행히 해결 방법이 검색 1순위로 ^^ 공개되어 있습니다. "A connection will not be made because credentials may not be sent to the remote computer" FIX* ; https://social.technet.microsoft.com/Forums/en-US/961c2dd6-c34a-4b17-a10f-a3afdd9db3f0/quota-connection-will-not-be-made-because-credentials-may-not-be-sent-to-the-remote-computerquot?forum=virtualmachingmgrhyperv 내용인 즉, Hyper-V 관리자에서 "Hyper-V Settings" 메뉴를 선택하고, [그림 2: Hyper-V Settings 메뉴 선택] "User Credentials"의 "Use default credentials automatically (no prompt)" 선택값을 해제하고 "Delete Saved Credentials" 메뉴를 선택해서 기존 캐쉬된 인증 정보를 삭제하라는 것입니다. [그림 3: User Credentials 설정] 그런데, 저 같은 경우에는 "Use default credentials automatically (no prompt)" 선택값이 이미 해제된 상태였습니다. 재미있게도, 오히려 그 선택값을 "설정"하고 저장을 하니 접속 오류 문제가 해결되었습니다. [이 토픽에 대해서 여러분들과 의견을 공유하고 싶습니다. 틀리거나 미흡한 부분 또는 의문 사항이 있으시면 언제든 댓글 남겨주십시오.] [다음 글] .NET Framework: 179. Dictionary.Get(A) 대신 Dictionary.Get(A.GetHashCode())를 사용해서는 안 되는 이유[이전 글] 개발 환경 구성: 79. Hyper-V의 가상 머신에서 소리 재생 방법 [최초 등록일: 6/30/2010] [최종 수정일: 6/13/2021] 이 저작물은 크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이센스에 따라 이용하실 수 있습니다. by SeongTae Jeong, mailto:techsharer at outlook.com 비밀번호 댓글 작성자 ... [46] 47 48 49 50 51 52 53 54 55 56 57 58 59 60 ... NoWriterDateCnt.TitleFile(s) 12850정성태10/27/202120070오류 유형: 765. 우분투에서 pip install mysqlclient 실행 시 "OSError: mysql_config not found" 오류12849정성태10/17/202119672스크립트: 33. JavaScript와 C#의 시간 변환 [1]12848정성태10/17/202117898스크립트: 32. 파이썬 - sqlite3 기본 예제 코드 [1]12847정성태10/14/202119086스크립트: 31. 파이썬 gunicorn - WORKER TIMEOUT 오류 발생12846정성태10/7/202120459스크립트: 30. 파이썬 __debug__ 플래그 변수에 따른 코드 실행 제어12845정성태10/6/202117759.NET Framework: 1120. C# - BufferBlock<T> 사용 예제 [5]112844정성태10/3/202116557오류 유형: 764. MSI 설치 시 "... is accessible and not read-only." 오류 메시지12843정성태10/3/202116336스크립트: 29. 파이썬 - fork 시 기존 클라이언트 소켓 및 스레드의 동작112842정성태10/1/202136200오류 유형: 763. 파이썬 오류 - AttributeError: type object '...' has no attribute '...'12841정성태10/1/202119130스크립트: 28. 모든 파이썬 프로세스에 올라오는 특별한 파일 - sitecustomize.py12840정성태9/30/202118052.NET Framework: 1119. Entity Framework의 Join 사용 시 다중 칼럼에 대한 OR 조건 쿼리112839정성태9/15/202121537.NET Framework: 1118. C# 11 - 제네릭 타입의 특성 적용112838정성태9/13/202120852.NET Framework: 1117. C# - Task에 전달한 Action, Func 유형에 따라 달라지는 async/await 비동기 처리 [2]112837정성태9/11/202116980VC++: 151. Golang - fmt.Errorf, errors.Is, errors.As 설명12836정성태9/10/202117377Linux: 45. 리눅스 - 실행 중인 다른 프로그램의 출력을 확인하는 방법12835정성태9/7/202119151.NET Framework: 1116. C# 10 - (15) CallerArgumentExpression 특성 추가 [2]112834정성태9/7/202118831오류 유형: 762. Visual Studio 2019 Build Tools - 'C:\Program' is not recognized as an internal or external command, operable program or batch file.12833정성태9/6/202115156VC++: 150. Golang - TCP client/server echo 예제 코드112832정성태9/6/202118939VC++: 149. Golang - 인터페이스 포인터가 의미 있을까요?12831정성태9/6/202114340VC++: 148. Golang - 채널에 따른 다중 작업 처리112830정성태9/6/202120361오류 유형: 761. Internet Explorer에서 파일 다운로드 시 "Your current security settings do not allow this file to be downloaded." 오류12829정성태9/5/202121220.NET Framework: 1115. C# 10 - (14) 구조체 타입에 기본 생성자 정의 가능112828정성태9/4/202117351.NET Framework: 1114. C# 10 - (13) 단일 파일 내에 적용되는 namespace 선언112827정성태9/4/202118785스크립트: 27. 파이썬 - 웹 페이지 데이터 수집을 위한 scrapy Crawler 사용법 요약12826정성태9/3/202123127.NET Framework: 1113. C# 10 - (12) 문자열 보간 성능 개선 [1]112825정성태9/3/202117734개발 환경 구성: 603. GoLand - WSL 환경과 연동 ... [46] 47 48 49 50 51 52 53 54 55 56 57 58 59 60 ...