The reason why most Win7 flagship computers have blue screens is because of incompatible hardware and drivers. The best way to solve this problem is to download the Win7 flagship blue screen repair tool to repair the system. So how to use the Win7 flagship blue screen repair tool? Learn how to use Win7 flagship blue screen repair tool.
Tutorial on using the Win7 flagship blue screen repair tool.
1. Open the Baidu homepage, search for Windbg, and click to download and install.
#2. After successful installation, go to the Start menu, find and start Windbg in the program.
#3. First of all, we should make sure that we set up the blue screen conversion storage, so that when the blue screen appears, the system will retain the cause of the blue screen failure in the form of a dmp file. We need to check whether the memory conversion storage and blue screen file storage location are set. Right-click the desktop computer icon - select Properties, click Advanced System Settings, click the Startup and Recovery bar, select the Small Memory Conversion Storage Write Debug Information bar (if it has been set, you can ignore this step).
#4. After viewing, open the Windbg software. First, you need to set the symbol table path for the Windbg software as the blue screen cause analysis database, otherwise the software will not work. Click File-Select SymbolFilepath.
5. Enter SRV*C:/msdl.microsoft.com/download/symbols in the SymbolPath text box of the pop-up dialog box, and click OK.
#6. After setting, click File-select Opencrashdump to open the blue screen file, click on the C:\Windows/Minidump folder in the pop-up dialog box, and click on the blue screen to be analyzed file, click Open.
Click the "Yes" button to pop up a dialog box to save the workspace information. (Whether the information is stored in the work area). (If you don’t want to be prompted next time, you can check don’taskagainti
8. The next step is to analyze the file, which requires a certain amount of experience and knowledge. Here, we should focus on Systemuptime and ProbablyCausedby (possible reasons).
9. For further analysis, click !analyze-v.
10. Extract the code and program name that caused the blue screen error, and then search the program name and code through the network to find out the cause.
The above is the detailed content of Tutorial on using Win7 flagship blue screen repair tool. For more information, please follow other related articles on the PHP Chinese website!