Microsoft MVP성태의 닷넷 이야기
글쓴 사람
정성태 (seongtaejeong at gmail.com)
홈페이지
첨부 파일
 

Hyper-V - Windows 11 VM의 Enhanced Session 모드로 로그인을 할 수 없는 문제

희한하군요, Windows 11 VM을 vmconnect.exe를 이용해 접속한 화면에서 Enhanced Session 모드로 돌리면 화면이 멈추는 문제가 발생합니다.

이렇게 설치한 윈도우 11의 특징이라면, 처음 로그인 화면이 계정 정보를 입력하는 것이 아닌, PIN으로 로그인하라는 화면이 나타난다는 점입니다. 그러고 보니, 윈도우 11을 설치하는 과정에서 Microsoft account 로그인 정보만 입력했으니 해당 컴퓨터에는 Windows User (로컬) 계정이 없어야 하는데 Computer Management에 가보면 기본적으로 마이크로소프트 계정에서 입력했던 정보를 바탕으로 로컬 계정이 하나 생성돼 있습니다.

그리고, 그 로컬 계정의 비밀번호는 마이크로소프트 계정의 비밀번호와 동일하게 설정됩니다. 재미있는 것은, 로컬 계정이 마이크로소프트 계정과 연동된다는 특징으로 인해 윈도우의 "Computer Management" MMC 화면에서 해당 사용자의 비밀번호를 변경하려고 시도하면 이런 오류가 발생한다는 점입니다.

Local Users and Groups



The following error occurred while attemting to set the password for user [User Name]:



The system is not authoritative for the specified account and therefore cannot complete the operation. Please retry the operation using the provider associated with this account. If this is an online provider please use the provider's online site.


또는, 제어판의 "User Accounts" / "Manage Accounts" 화면에 들어가면 해당 계정이 "Password protected"로 설정돼 있는 것을 볼 수 있습니다.

win11_enhanced_session_connect_0.png

따라서, 로컬 계정의 비밀번호를 변경하고 싶다면 Microsoft Account의 비밀번호를 변경해야 합니다. (그리고, 그것이 로컬 계정으로 반영되기까지 약간의 시간이 걸립니다.)




이런 식으로 윈도우 운영체제가 Microsoft 계정을 기반으로 작동하는 경우, Hyper-V를 통한 Enhanced Session 모드의 접속이 멈추는 문제가 발생합니다. 이에 대해 검색해 보면,

Windows 11 Pro Virtual Hyper-V VM Will not Work as an Enhanced Session
; https://answers.microsoft.com/en-us/windowsclient/forum/all/windows-11-pro-virtual-hyper-v-vm-will-not-work-as/2c59c771-3944-4e42-a3e1-96d1ea7a4653

현재는 위와 같은 해결책에서 약간 달라졌지만 그래도 이를 힌트 삼아 해결할 수 있습니다.

정리하면, "Settings" / "Accounts"로 들어가 "Sign-in options"에서 "Additional settings" 영역에 있는 "For improved security, only allow Windows Hello sign-in for Microsoft accounts on this device (Recommended)" 옵션을 해제하면 됩니다.

win11_enhanced_session_connect_1.png

이후 "View" / "Enhanced session" 메뉴를 선택하면 예전과 같은 로그인 화면이 나타납니다. 그럼, 그곳에서 Microsoft 계정에 해당하는 암호를 입력해 로그인을 할 수 있습니다.




[이 글에 대해서 여러분들과 의견을 공유하고 싶습니다. 틀리거나 미흡한 부분 또는 의문 사항이 있으시면 언제든 댓글 남겨주십시오.]







[최초 등록일: ]
[최종 수정일: 1/17/2025]

Creative Commons License
이 저작물은 크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이센스에 따라 이용하실 수 있습니다.
by SeongTae Jeong, mailto:techsharer at outlook.com

비밀번호

댓글 작성자
 




... 106  107  [108]  109  110  111  112  113  114  115  116  117  118  119  120  ...
NoWriterDateCnt.TitleFile(s)
11224정성태6/13/201718131.NET Framework: 661. Json.NET의 DeserializeObject 수행 시 속성 이름을 동적으로 바꾸는 방법파일 다운로드1
11223정성태6/12/201716819개발 환경 구성: 318. WCF Service Application과 WCFTestClient.exe
11222정성태6/10/201720542오류 유형: 399. WCF - A property with the name 'UriTemplateMatchResults' already exists.파일 다운로드1
11221정성태6/10/201717483오류 유형: 398. Fakes - Assembly 'Jennifer5.Fakes' with identity '[...].Fakes, [...]' uses '[...]' which has a higher version than referenced assembly '[...]' with identity '[...]'
11220정성태6/10/201722888.NET Framework: 660. Shallow Copy와 Deep Copy [1]파일 다운로드2
11219정성태6/7/201718208.NET Framework: 659. 닷넷 - TypeForwardedFrom / TypeForwardedTo 특성의 사용법
11218정성태6/1/201721015개발 환경 구성: 317. Hyper-V 내의 VM에서 다시 Hyper-V를 설치: Nested Virtualization
11217정성태6/1/201716906오류 유형: 397. initerrlog: Could not open error log file 'C:\...\MSSQL12.MSSQLSERVER\MSSQL\Log\ERRORLOG'
11216정성태6/1/201719010오류 유형: 396. Activation context generation failed
11215정성태6/1/201719934오류 유형: 395. 관리 콘솔을 실행하면 "This app has been blocked for your protection" 오류 발생 [1]
11214정성태6/1/201717666오류 유형: 394. MSDTC 서비스 시작 시 -1073737712(0xC0001010) 오류와 함께 종료되는 문제 [1]
11213정성태5/26/201722461오류 유형: 393. TFS - The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.
11212정성태5/26/201721812오류 유형: 392. Windows Server 2016에 KB4019472 업데이트가 실패하는 경우
11211정성태5/26/201720844오류 유형: 391. BeginInvoke에 전달한 람다 함수에 CS1660 에러가 발생하는 경우
11210정성태5/25/201721290기타: 65. ActiveX 없는 전자 메일에 사용된 "개인정보 보호를 위해 암호화된 보안메일"의 암호화 방법
11209정성태5/25/201768207Windows: 143. Windows 10의 Recovery 파티션을 삭제 및 새로 생성하는 방법 [16]
11208정성태5/25/201727936오류 유형: 390. diskpart의 set id 명령어에서 "The specified type is not in the correct format." 오류 발생
11207정성태5/24/201728220Windows: 142. Windows 10의 복구 콘솔로 부팅하는 방법
11206정성태5/24/201721503오류 유형: 389. DISM.exe - The specified image in the specified wim is already mounted for read/write access.
11205정성태5/24/201721262.NET Framework: 658. C#의 tail call 구현은? [1]
11204정성태5/22/201730794개발 환경 구성: 316. 간단하게 살펴보는 Docker for Windows [7]
11203정성태5/19/201718735오류 유형: 388. docker - Host does not exist: "default"
11202정성태5/19/201719804오류 유형: 387. WPF - There is no registered CultureInfo with the IetfLanguageTag 'ug'.
11201정성태5/16/201722543오류 유형: 386. WPF - .NET 3.5 이하에서 TextBox에 한글 입력 시 TextChanged 이벤트의 비정상 종료 문제 [1]파일 다운로드1
11200정성태5/16/201719317오류 유형: 385. WPF - 폰트가 없어 System.IO.FileNotFoundException 예외가 발생하는 경우
11199정성태5/16/201721142.NET Framework: 657. CultureInfo.GetCultures가 반환하는 값
... 106  107  [108]  109  110  111  112  113  114  115  116  117  118  119  120  ...