일상 생활에서 컴퓨터를 사용할 때 죽음의 블루 스크린 문제에 직면했을 것입니다. 이 인터페이스가 나타날 때마다 우리는 컴퓨터를 다시 시작해야 기본적으로 문제의 99%를 해결할 수 있다고 생각합니다. 나머지 1%의 문제는 시스템을 다시 설치해야 하는데, 혹시 생각해보신 적 있으신가요? 왜 블루 스크린이 발생합니까? 아래에서는 Windows 10/11에서 블루스크린이 발생하는 원인을 알아보는 두 가지 방법을 소개해드릴 텐데요, 함께 살펴보도록 하겠습니다!
컴퓨터에 블루 스크린이 나타나는 이유는 두 가지에 지나지 않습니다. 하나는 소프트웨어 문제이고, 다른 하나는 하드웨어 문제입니다. 소프트웨어 문제에는 주로 바이러스 소프트웨어 다운로드가 포함되며, 드라이버가 컴퓨터와 호환되지 않으며, 설치된 소프트웨어도 있습니다. 하드웨어 문제는 주로 컴퓨터, CPU, 그래픽 카드, 메모리, 하드 디스크, 전원 공급 장치 및 열 방출 등 여러 주요 하드웨어의 고장으로 인해 발생합니다. 다음으로, 귀하의 컴퓨터 화면에 나타나는 블루 스크린이 어떤 종류인지 확인하는 방법을 소개하겠습니다. 블루 스크린의 원인은 다양하기 때문에 일일이 나열하는 것은 당연히 비현실적이므로, 우리가 할 수 있는 일은 Windows에서 제공하는 오류 보고서를 통해 컴퓨터의 블루 스크린의 원인을 분석하고 올바른 진단을 내려 처방하는 것 뿐입니다. 블루스크린 문제를 해결하려면 올바른 약을 사용하세요!
이 두 가지 방법을 소개하기 전에 시스템 디스크에 Minidump 폴더가 있는지 확인하고 구체적인 경로는 다음과 같습니다.
C:WindowsMinidump
이 폴더는 모든 시스템 충돌에 대한 버그 보고서 전용으로 사용되며 나중에 사용됩니다. 시스템 디스크에 이 폴더가 없으면 다음 단계를 수행하여 폴더를 만들 수 있습니다.
1단계. 컴퓨터를 마우스 오른쪽 버튼으로 클릭하고 속성을 선택하세요.
2단계. 고급 시스템 설정을 클릭하세요.
3단계. 시작 및 복구에서 설정을 클릭하세요.
4단계. 작은 메모리 덤프를 선택하고 로그에 이벤트 쓰기를 선택합니다.
이렇게 하면 다음에 시스템이 충돌할 때 위 경로에서 충돌된 dmp 파일을 찾을 수 있습니다.
1단계: Microsoft Store를 찾아 엽니다.
2단계: WinDbg를 입력하여 해당 프로그램을 찾아 다운로드하고 설치합니다.
3단계: Minidump 폴더로 돌아가 충돌 로그 dmp 파일을 찾아 실행합니다.
4단계: "!analyze -v"를 클릭하여 오류를 분석하세요.
Step 5: The reason for the blue screen of the computer can be seen in the analysis report at the end. As an example in the picture below, the cause of the blue screen of the computer is memory corruption. You may need to check the memory-related issues.
Tips: When running WinDbg, there are a lot of numbers in the analysis report that include the time of the crash, the computer accessories that caused the blue screen, error codes, and other information.
Step 1: Click here to download BluescreenView and install it.
Step 2: Unzip the downloaded file and run BlueScreenView.exe.
Step 3: View the DMP file in BluescreenView and analyze the cause of the blue screen.
The advantage of BluescreenView is that you don't have to open the DMP files one by one, the software automatically puts them together for you, and you can sort them by time or name to find the cause of the error you're looking for. It's a very useful app.
This article mainly introduces two ways to find out the blue screen of death on your computer, and briefly introduces the causes of the blue screen and some ways to deal with the blue screen. I hope it can help you, even Bill Gates can't avoid the blue screen when using the computer, we can only keep debugging in the process of hitting the blue screen again and again to make our computer reach the best state.
위 내용은 Windows 10/11에서 죽음의 블루 스크린이 나타나는 이유를 아는 방법의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!