일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- Nested VM
- windows debugging tool
- 프로세스 CPU 사용량
- 인문고전
- SQL Server 2012R2 FCI
- Session space
- MSCS on VMWare
- Windows Server 2016
- cluster node as Domain controller
- windows update
- 안철수
- failover cluster
- paged pool
- Hyper-V
- Windows Server 2008
- iSCSI target
- Windows Server 2016 Hyper-v Cluster
- SQL Server 2008
- 터키여행
- nonpaged pool
- windbg
- FTP7.5
- Xperf
- LiveKD
- 작업관리자
- 클러스터
- ftp7.5 장애조치 클러스터
- Local TempDB
- windows media service
- dsquery
Archives
- Today
- Total
류짱:Beyond MySelf
How to enable user environment debug logging in retail builds of Windows 본문
Microsoft/Windows Platform
How to enable user environment debug logging in retail builds of Windows
リュちゃん 2009. 9. 7. 11:33 User Environment debugging 로그 설정 방법
1. 시작 => 실행 => regedit.exe를 실행 한 후 아래의 위치로 이동 합니다.
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon
2. 레지스트리 편집기 메뉴에서 [편집]-[새로 만들기]-[DWORD값]을 선택합니다.
3. 새로 생성 된 DWORD 값에UserEnvDebugLevel 이름을 입력 하고 16진수 10002 값을 입력 합니다.
* UserEnvDebugLevel 은 아래의 값 들을 가질 수 있습니다.
4. 해당 로그파일이 위치 하는 곳은 아래와 같습니다.
%Systemroot%\Debug\UserMode\Userenv.log
5. Netlogon service logging과 마찬가지로 해당 로깅이 더 이상 필요 하지 않을 때는 반드시 위 의 값을 0으로 변경 합니다.