1. WinDbg (X86)로 Dump 체크 한다.
- Dump가 제대로 없는 경우, 대략 난감
2. 드라이버 점검 : 윈도우XP verifier로 테스트 해보기
[점검 방법 설명]
I think the fastest way to track this on is to use a testing tool called Driver Verifier.
If this tool finds a problem, your machine will crash again. Hopefully with it enabled, it will allow you to easily identify the bad driver.
Enable driver verifier
1) Open an elevated command prompt
2) Type "verifier /standard /all" (no quotes)
3) Reboot your machine
4) Use machine again until it crashes (hopefully this will be fast :)
After the crash & reboot, go into safe mode. http://windowshelp.microsoft.com/Windows/en-US/Help/323ef48f-7b93-4079-a48a-5c58eec904a11033.mspx
Disable driver verifier
1) Open an elevated command prompt
2) Type "verifier /reset" (no quotes)
3) Reboot your machine
Then using the steps you followed before, take a look at the new memory dump.
이상.
'공부할것들 > 운영체제' 카테고리의 다른 글
USB, SATA 속도 비교 (0) | 2012.09.13 |
---|---|
Tail command for Windows (CMD) (0) | 2012.09.12 |
WindowsXP administrator 암호 분실시 해결 방법입니다 (0) | 2010.04.20 |
How to block Microsoft SpyNet (0) | 2010.04.14 |
바탕화면 하단에 토글키 화면 알림 설정하기 (0) | 2010.01.26 |