Hello, yitu1234
Welcome to the Microsoft Community
Thank you for your feedback. I analyzed the blue screen log you provided.
According to the first dump file you provided, the system has an IRQL_NOT_LESS_OR_EQUAL (a), which usually means that a pageable or invalid memory address is accessed at a higher interrupt request level (IRQL) than allowed. It is usually caused by the driver using an incorrect address.
The process name that generated the fault is DeltaForceClie, which indicates that DeltaForceClie is one of the running processes when the crash occurs, but it does not necessarily mean that this process is the root cause of the problem.
The module that generated the fault is ntkrnlmp.exe, which is a Windows kernel module, which usually means that the problem may be related to kernel mode operations or drivers.
Based on the above analysis, you can try the following methods to troubleshoot the error, which may be helpful to you.
Method 1. Run SFC and DISM commands to repair system files
Press Win + X or right-click the Start button and select Command Prompt (Admin) or Windows PowerShell (Admin).
Enter and run the SFC command:
sfc /scannow
This command will scan all protected system files and replace damaged files. This process may take some time, please be patient.
DISM can repair problems in Windows image files and is the next step when SFC cannot repair files.
Continue to use the command prompt with administrator privileges. Enter and run the following commands:
DISM /Online /Cleanup-Image /CheckHealth
DISM /Online /Cleanup-Image /ScanHealth
DISM /Online /Cleanup-Image /RestoreHealth
These commands will check and repair problems in Windows image files. /RestoreHealth may require an Internet connection to download and replace damaged files.
Method 2. Make sure all device drivers are up to date, especially those that interact directly with hardware, such as graphics, network, and storage drivers. Please go to your device manufacturer's official website to download the latest relevant drivers.
Method 3. The blue screen log shows that the system blue screen occurred when running DeltaForce. Please uninstall this program or perform a clean boot, and then test whether the blue screen error still occurs. Please follow the guide in the following link.
How to perform a clean boot in Windows - Microsoft Support
Disclaimer: A "clean boot" starts Windows with a minimal set of drivers and startup programs. It helps determine whether background services are interfering with your game or program and isolate the cause of the problem.
Best regards
Brian - Microsoft Community Support Specialist