Windows OS

5 Fixes to Resolve SrtTrail.txt BSOD Error on Windows

The “MACHINE_EXCEPTION_ERROR” or “SrtTrail.txt” is a BSOD (Blue screen of death) error. This error usually takes place due to corrupt system files, corrupt registry files, bad master boot records (MBR), or damaged hardware can be one of the reasons behind this error. Moreover, this type of error can be annoying and frustrating because it interrupts doing some important work.

This write-up will demonstrate several methods to resolve the mentioned error.

How to Fix the “SrtTrail.txt BSOD” Error?

The “SrtTrail.txt BSOD” error can be rectified by adopting the given approaches:

Let’s look into every method one by one.

Fix 1: Fix MBR and Rebuild BCD

The first method to resolve the stated error is by fixing the MBR and rebuilding the BCD. For that purpose, follow these instructions.

Step 1: Launch Windows Boot Menu

  • In the first step, insert the bootable USB flash in the system and boot into the Windows setup.
  • Whenever “Windows Setup” shows up, hit the “Next” button:

Step 2: Launch Troubleshooter

Click on “Repair your computer”:

Select “Troubleshoot” from the available options:

Step 3: Launch Advanced Options

Choose the “Advanced options” from the troubleshoot section:

Step 4: Launch CMD

Click on the “Command Prompt” option for utilizing the Command Prompt for advanced troubleshooting:

Step 5: Fix MBR

Execute the code below in the CMD terminal to fix the master boot record:

>bootrec /fixmbr

The “bootrec” command is mainly utilized to repair startup or troubleshoot issues. Here, adding the “/fixmbr” option will fix the MBR:

Step 6: Rebuild BCD

Execute the same command with the “/rebuildbcd” command to rebuild the BCD:

>bootrec /rebuildbcd

Fix 2: Run CHKDSK

Running CHKDSK is another fix that can resolve the problem. To do so, first of all, launch “Command Prompt” from the boot menu’s advanced options and execute the “chkdsk” command to start the scan:

>chkdsk /r c:

CHKDSK scan has been completed successfully.

Fix 3: Run DISM Scan

DISM is a utility feature used to repair operating system image files. Running a DISM scan can also fix the stated error. To do so, first, launch “Command Prompt” via the Start menu and execute the following code in the console to start the scan:

>DISM /Online /Cleanup-Image /RestoreHealth

The DISM scan has been completed successfully. Hopefully, it has fixed the stated problem.

Fix 4: Disable Startup Repair

The “bcdedit” command-line utility can be utilized for different purposes, such as creating new stores, updating the existing ones, or adding the boot menu option. However, we will utilize this utility to disable the start-up repair program:

>bcdedit /set recoveryenabled NO

Fix 5: Disable Early Launch Anti-malware Protection

If all the above methods fail to resolve the problem, then try disabling the early launch anti-malware protection.

Step 1: Launch Advanced Options

First, select the “Start-up Settings” from the “Advanced options” boot menu:

Step 2: Disable Early Launch

Hit the restart button to restart Windows 10:

Press the “F8” key to disable early launch anti-malware protection in Windows. As a result, Windows 10 will get restarted and disable the anti-malware protection:

The early launch anti-malware protection has been disabled successfully. Now, check whether the problem got fixed or not.

Conclusion

The “MACHINE_EXCEPTION_ERROR” or “SrtTrail.txt” error can be resolved by utilizing a number of methods. These methods include fixing MBR and rebuilding BCD, running CHKDSK, running DISM scan, disabling startup repair, or disabling early launch anti-malware protection. This blog post has covered several methods to fix the mentioned error.

About the author

Muhammad Farhan

I am a Computer Science graduate and now a technical writer who loves to provide the easiest solutions to the most difficult problems related to Windows, Linux, and Web designing. My love for Computer Science emerges every day because of its ease in our everyday life.