Microsoft MVP성태의 닷넷 이야기
오류 유형: 365. The User Profile Service service failed to the sign-in. [링크 복사], [링크+제목 복사]
조회: 13860
글쓴 사람
정성태 (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)
12701정성태7/9/20218326.NET Framework: 1075. C# - ThreadPool의 스레드는 반환 시 ThreadStatic과 AsyncLocal 값이 초기화 될까요?파일 다운로드1
12700정성태7/8/20218737.NET Framework: 1074. RuntimeType의 메모리 누수? [1]
12699정성태7/8/20217527VS.NET IDE: 167. Visual Studio 디버깅 중 GC Heap 상태를 보여주는 "Show Diagnostic Tools" 메뉴 사용법
12698정성태7/7/202111501오류 유형: 732. Windows 11 업데이트 시 3% 또는 0%에서 다운로드가 멈춘 경우
12697정성태7/7/20217383개발 환경 구성: 574. Windows 11 (Insider Preview) 설치하는 방법
12696정성태7/6/20217947VC++: 146. 운영체제의 스레드 문맥 교환(Context Switch)을 유사하게 구현하는 방법파일 다운로드2
12695정성태7/3/20218012VC++: 145. C 언어의 setjmp/longjmp 기능을 Thread Context를 이용해 유사하게 구현하는 방법파일 다운로드1
12694정성태7/2/20219925Java: 24. Azure - Spring Boot 앱을 Java SE(Embedded Web Server)로 호스팅 시 로그 파일 남기는 방법 [1]
12693정성태6/30/20217699오류 유형: 731. Azure Web App Site Extension - Failed to install web app extension [...]. {1}
12692정성태6/30/20217569디버깅 기술: 180. Azure - Web App의 비정상 종료 시 남겨지는 로그 확인
12691정성태6/30/20218436개발 환경 구성: 573. 테스트 용도이지만 테스트에 적합하지 않은 Azure D1 공유(shared) 요금제
12690정성태6/28/20219232Java: 23. Azure - 자바(Java)로 만드는 Web App Service - Tomcat 호스팅
12689정성태6/25/20219787오류 유형: 730. Windows Forms 디자이너 - The class Form1 can be designed, but is not the first class in the file. [1]
12688정성태6/24/20219486.NET Framework: 1073. C# - JSON 역/직렬화 시 리플렉션 손실을 없애는 JsonSrcGen [2]파일 다운로드1
12687정성태6/22/20217506오류 유형: 729. Invalid data: Invalid artifact, java se app service only supports .jar artifact
12686정성태6/21/20219918Java: 22. Azure - 자바(Java)로 만드는 Web App Service - Java SE (Embedded Web Server) 호스팅
12685정성태6/21/202110139Java: 21. Azure Web App Service에 배포된 Java 프로세스의 메모리 및 힙(Heap) 덤프 뜨는 방법
12684정성태6/19/20218603오류 유형: 728. Visual Studio 2022부터 DTE.get_Properties 속성 접근 시 System.MissingMethodException 예외 발생
12683정성태6/18/202110090VS.NET IDE: 166. Visual Studio 2022 - Windows Forms 프로젝트의 x86 DLL 컨트롤이 Designer에서 오류가 발생하는 문제 [1]파일 다운로드1
12682정성태6/18/20217792VS.NET IDE: 165. Visual Studio 2022를 위한 Extension 마이그레이션
12681정성태6/18/20217112오류 유형: 727. .NET 2.0 ~ 3.5 + x64 환경에서 System.EnterpriseServices 참조 시 CS8012 경고
12680정성태6/18/20218200오류 유형: 726. python2.7.exe 실행 시 0xc000007b 오류
12679정성태6/18/20218817COM 개체 관련: 23. CoInitializeSecurity의 전역 설정을 재정의하는 CoSetProxyBlanket 함수 사용법파일 다운로드1
12678정성태6/17/20218050.NET Framework: 1072. C# - CoCreateInstance 관련 Inteop 오류 정리파일 다운로드1
12677정성태6/17/20219522VC++: 144. 역공학을 통한 lxssmanager.dll의 ILxssSession 사용법 분석파일 다운로드1
12676정성태6/16/20219595VC++: 143. ionescu007/lxss github repo에 공개된 lxssmanager.dll의 CLSID_LxssUserSession/IID_ILxssSession 사용법파일 다운로드1
... 31  32  33  34  35  36  [37]  38  39  40  41  42  43  44  45  ...