Microsoft MVP성태의 닷넷 이야기
오류 유형: 365. The User Profile Service service failed to the sign-in. [링크 복사], [링크+제목 복사]
조회: 13864
글쓴 사람
정성태 (techsharer at outlook.com)
홈페이지
첨부 파일
 

The User Profile Service service failed to the sign-in.

어느 순간부터, 다른 계정으로 로그인하려는 데 다음과 같은 오류가 발생합니다.

The User Profile Service service failed to the sign-in.

User profile cannot be loaded.

이때의 이벤트 로그를 보면 이런 항목들을 볼 수 있습니다.

Log Name:      Application
Source:        Microsoft-Windows-Winlogon
Date:          2016-09-28 오후 2:46:15
Event ID:      6004
Task Category: None
Level:         Warning
Keywords:      Classic
User:          N/A
Computer:      TESTPC
Description:
The winlogon notification subscriber <Profiles> failed a critical notification event.

Log Name:      Application
Source:        Microsoft-Windows-User Profiles Service
Date:          2016-09-28 오후 2:46:15
Event ID:      1530
Task Category: None
Level:         Information
Keywords:      
User:          SYSTEM
Computer:      TESTPC
Description:
Windows detected your registry file is still in use by other applications or services. The file will be unloaded now. The applications or services that hold your registry file may not function properly afterwards. No user action is required.  

 DETAIL - 
 0 user registry handles leaked from \Registry\User\S-1-5-21-342764240-1816105723-1710880654-1007:

Log Name:      Application
Source:        Microsoft-Windows-User Profiles Service
Date:          2016-09-28 오후 2:46:15
Event ID:      1511
Task Category: None
Level:         Error
Keywords:      
User:          TESTPC\test_user
Computer:      TESTPC
Description:
Windows cannot find the local profile and is logging you on with a temporary profile. Changes you make to this profile will be lost when you log off.

Log Name:      Application
Source:        Microsoft-Windows-User Profiles Service
Date:          2016-09-28 오후 2:46:15
Event ID:      1500
Task Category: None
Level:         Error
Keywords:      
User:          TESTPC\test_user
Computer:      TESTPC
Description:
Windows cannot log you on because your profile cannot be loaded. Check that you are connected to the network, and that your network is functioning correctly. 

 DETAIL - Access is denied.

다행히 검색해 보면 답이 나옵니다. ^^

How to Fix “User Profile Cannot be Loaded” Error in Windows 10
; http://www.techbout.com/user-profile-cannot-be-loaded-error-in-windows-10-9115/

위의 글에 따라, 기존 C:\Users\Default 폴더를 Default.old로 이름 변경하고 새로운 "Default" 폴더를 생성한 후 다음과 같이 기존 폴더의 구조를 그대로 생성해 주었습니다.

C:\Users\Default>dir
 Volume in drive C has no label.
 Volume Serial Number is 2AC4-A895

 Directory of C:\Users\Default

2016-09-28  오후 03:09    <DIR>          .
2016-09-28  오후 03:09    <DIR>          ..
2016-09-28  오후 03:08    <DIR>          Desktop
2016-09-28  오후 03:08    <DIR>          Documents
2016-09-28  오후 03:09    <DIR>          Downloads
2016-09-28  오후 03:09    <DIR>          Favorites
2016-09-28  오후 03:09    <DIR>          Links
2016-09-28  오후 03:09    <DIR>          Music
2016-09-28  오후 03:09    <DIR>          Pictures
2016-09-28  오후 03:09    <DIR>          Saved Games
2016-09-28  오후 03:09    <DIR>          Videos
               0 File(s)              0 bytes
              11 Dir(s)  31,992,270,848 bytes free

그다음, 정상적으로 로그인이 잘 되던 계정의 NTUSER.DAT를 "C:\Users\Default\NTUSER.DAT" 파일로 복사해 주었습니다.




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







[최초 등록일: ]
[최종 수정일: 10/26/2016]

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

비밀번호

댓글 작성자
 




... 31  32  33  34  35  36  37  38  39  [40]  41  42  43  44  45  ...
NoWriterDateCnt.TitleFile(s)
12626정성태5/3/202110278.NET Framework: 1056. C# - Thread.Suspend 호출 시 응용 프로그램 hang 현상 (2)파일 다운로드1
12625정성태5/3/20219241오류 유형: 714. error CS5001: Program does not contain a static 'Main' method suitable for an entry point
12624정성태5/2/202113011.NET Framework: 1055. C# - struct/class가 스택/힙에 할당되는 사례 정리 [10]파일 다운로드1
12623정성태5/2/20219683.NET Framework: 1054. C# 9 최상위 문에 STAThread 사용 [1]파일 다운로드1
12622정성태5/2/20216458오류 유형: 713. XSD 파일을 포함한 프로젝트 - The type or namespace name 'TypedTableBase<>' does not exist in the namespace 'System.Data'
12621정성태5/1/202110098.NET Framework: 1053. C# - 특정 레지스트리 변경 시 알림을 받는 방법 [1]파일 다운로드1
12620정성태4/29/202112018.NET Framework: 1052. C# - 왜 구조체는 16 바이트의 크기가 적합한가? [1]파일 다운로드1
12619정성태4/28/202112544.NET Framework: 1051. C# - 구조체의 크기가 16바이트가 넘어가면 힙에 할당된다? [2]파일 다운로드1
12618정성태4/27/202111061사물인터넷: 58. NodeMCU v1 ESP8266 CP2102 Module을 이용한 WiFi UDP 통신 [1]파일 다운로드1
12617정성태4/26/20218765.NET Framework: 1050. C# - ETW EventListener의 Keywords별 EventId에 따른 필터링 방법파일 다운로드1
12616정성태4/26/20218757.NET Framework: 1049. C# - ETW EventListener를 상속받았을 때 초기화 순서파일 다운로드1
12615정성태4/26/20216922오류 유형: 712. Microsoft Live 로그인 - 계정을 선택하는(Pick an account) 화면에서 진행이 안 되는 문제
12614정성태4/24/20219607개발 환경 구성: 570. C# - Azure AD 인증을 지원하는 ASP.NET Core/5+ 웹 애플리케이션 예제 구성 [4]파일 다운로드1
12613정성태4/23/20218621.NET Framework: 1048. C# - ETW 이벤트의 Keywords에 속한 EventId 구하는 방법 (2) 관리 코드파일 다운로드1
12612정성태4/23/20218747.NET Framework: 1047. C# - ETW 이벤트의 Keywords에 속한 EventId 구하는 방법 (1) PInvoke파일 다운로드1
12611정성태4/22/20218023오류 유형: 711. 닷넷 EXE 실행 오류 - Mixed mode assembly is build against version 'v2.0.50727' of the runtime
12610정성태4/22/20217856.NET Framework: 1046. C# - 컴파일 시점에 참조할 수 없는 타입을 포함한 이벤트 핸들러를 Reflection을 이용해 구독하는 방법파일 다운로드1
12609정성태4/22/20219150.NET Framework: 1045. C# - 런타임 시점에 이벤트 핸들러를 만들어 Reflection을 이용해 구독하는 방법파일 다운로드1
12608정성태4/21/202110161.NET Framework: 1044. C# - Generic Host를 이용해 .NET 5로 리눅스 daemon 프로그램 만드는 방법 [9]파일 다운로드1
12607정성태4/21/20218684.NET Framework: 1043. C# - 실행 시점에 동적으로 Delegate 타입을 만드는 방법파일 다운로드1
12606정성태4/21/202112659.NET Framework: 1042. C# - enum 값을 int로 암시적(implicit) 형변환하는 방법? [2]파일 다운로드1
12605정성태4/18/20218653.NET Framework: 1041. C# - AssemblyID, ModuleID를 관리 코드에서 구하는 방법파일 다운로드1
12604정성태4/18/20217380VS.NET IDE: 163. 비주얼 스튜디오 속성 창의 "Build(빌드)" / "Configuration(구성)"에서의 "활성" 의미
12603정성태4/16/20218265VS.NET IDE: 162. 비주얼 스튜디오 - 상속받은 컨트롤이 디자인 창에서 지원되지 않는 문제
12602정성태4/16/20219475VS.NET IDE: 161. x64 DLL 프로젝트의 컨트롤이 Visual Studio의 Designer에서 보이지 않는 문제 [1]
12601정성태4/15/20218555.NET Framework: 1040. C# - REST API 대신 github 클라이언트 라이브러리를 통해 프로그래밍으로 접근
... 31  32  33  34  35  36  37  38  39  [40]  41  42  43  44  45  ...