How do I fix auto repair couldn't repair my computer log file SrtTrail txt?

How to Fix Automatic Repair couldnt repair your PC: Windows 10 is the latest operating system offered by Microsoft and with each Windows upgrade Microsoft is trying their best to overcome the limitation and shortcomings of various issues found in earlier versions of Windows. But there are some errors that are common to all versions of Windows including boot failure being the major one. Boot failure can happen with any version of Windows including Windows 10.

How do I fix auto repair couldnt repair my computer log file SrtTrail txt?

Automatic repair is generally able to fix the boot failure error, this is a built-in option that comes along with Windows itself. When Windows 10 running system fails to boot, the Automatic Repair option tries to repair Windows automatically. In most cases, automatic repair fixes various issues related to boot failures but like any other program, it also has its limitations, and sometimes Automatic Repair fails to work.

Automatic Repair fails because there are some errors or corrupted or missing files in your operating system installation that prevent Windows from starting correctly and if Automatic Repair fails then you wont be able to get into Safe Mode. Often a failed automatic repair option will show you some kind of error message like this one:

Automatic Repair couldn't repair your PC. Press "Advanced options" to try other options to repair your PC or "Shut down" to turn off your PC. Log file: C:\WINDOWS\System32\Logfiles\Srt\SrtTrail.txt

In a situation when Automatic Repair couldnt repair your PC, Bootable installation media or Recovery Drive/System Repair Disc are helpful in such cases. Lets get started and see step by step how you can fix Automatic Repair couldnt repair your PC error.

Note: For each and every step below you need to have Bootable installation media or Recovery Drive/System Repair Disc and if you dont have one then create one. If you dont want to download the entire OS from the website then you use your friends PC to create the disc using this link or you need to download official Windows 10 ISO but for that, you need to have a working internet connection and PC.

IMPORTANT: Never convert a Basic disk that contains your operating system to a Dynamic disk, as it could make your system unbootable.

How to open Command Prompt at Boot in Windows 10

NOTE: You need to open Command Prompt at Boot a lot in order to fix various issues.

a) Put in the Windows installation media or Recovery Drive/System Repair Disc and select your language preferences,and click Next.

How do I fix auto repair couldnt repair my computer log file SrtTrail txt?

b) Click Repair your computer at the bottom.

How do I fix auto repair couldnt repair my computer log file SrtTrail txt?

c) Now choose Troubleshoot and then Advanced Options.

How do I fix auto repair couldnt repair my computer log file SrtTrail txt?

d) Select Command Prompt (With networking) from the list of options.

How do I fix auto repair couldnt repair my computer log file SrtTrail txt?

These are very advanced tutorial, if you dont know what youre doing then you may accidentally harm your PC or perform some steps incorrectly that will ultimately make your PC unable to boot to Windows. So if you dont know what youre doing, please take help from any technician or expert supervision is recommended.

Method 1: Fix boot and rebuild BCD

1. Open the Command prompt and type the following commands one by one & hit enter:

bootrec.exe /rebuildbcd bootrec.exe /fixmbr bootrec.exe /fixboot

How do I fix auto repair couldnt repair my computer log file SrtTrail txt?

2. After completing each command successfully type exit.

3. Restart your PC to see if you boot to windows.

4. If you get an error in the above method then try this:

bootsect /ntfs60 C: (replace the drive letter with your boot drive letter)

How do I fix auto repair couldnt repair my computer log file SrtTrail txt?

5. And again try the above commands which failed earlier.

Method 2: Use Diskpart to fix corrupted file system

1. Again go to Command Prompt and type: diskpart

2. Now type these commands in Diskpart: (dont type DISKPART)

DISKPART> select disk 1 DISKPART> select partition 1 DISKPART> active DISKPART> extend filesystem DISKPART> exit

How do I fix auto repair couldnt repair my computer log file SrtTrail txt?

3. Now type the following command:

bootrec.exe /rebuildbcd bootrec.exe /fixmbr bootrec.exe /fixboot

How do I fix auto repair couldnt repair my computer log file SrtTrail txt?

4. Restart to apply changes and see if youre able to fix Automatic Repair couldnt repair your PC error.

Method 3: Use Check Disk Utility

1. Go to command prompt and type the following: chkdsk /f /r C:

How do I fix auto repair couldnt repair my computer log file SrtTrail txt?

2. Now restart your PC to see if the problem is fixed or not.

Method 4: Recover Windows registry

1. Enter the installation or recovery media and boot from it.

2. Select your language preferencesand click next.

How do I fix auto repair couldnt repair my computer log file SrtTrail txt?

3. After selecting language press Shift + F10 to command prompt.

4. Type the following command in the Command Prompt:

cd C:\windows\system32\logfiles\srt\ (change your drive letter accordingly)

How do I fix auto repair couldnt repair my computer log file SrtTrail txt?

5. Now type this to open the file in notepad: SrtTrail.txt

6. Press CTRL + O then from file type select All files and navigate to C:\windows\system32 then right-click CMD and select Run as administrator.

How do I fix auto repair couldnt repair my computer log file SrtTrail txt?

7. Type the following command in cmd: cd C:\windows\system32\config

8. Rename Default, Software, SAM, System, and Security files to .bak to back up those files.

9. To do so type the following command:

rename DEFAULT DEFAULT.bak
rename SAM SAM.bak
rename SECURITY SECURITY.bak
rename SOFTWARE SOFTWARE.bak
rename SYSTEM SYSTEM.bak

How do I fix auto repair couldnt repair my computer log file SrtTrail txt?

10. Now type the following command in cmd:

copy c:\windows\system32\config\RegBack c:\windows\system32\config

11. Restart your PC to see if you can boot to Windows.

Method 5: Repair Windows Image

1. Open Command Prompt and enter the following command:

DISM /Online /Cleanup-Image /RestoreHealth

How do I fix auto repair couldnt repair my computer log file SrtTrail txt?

2. Press enter to run the above command and wait for the process to complete, usually, it takes 15-20 minutes.

NOTE: If the above command doesnt work then try this: Dism /Image:C:\offline /Cleanup-Image /RestoreHealth /Source:c:\test\mount\windows or Dism /Online /Cleanup-Image /RestoreHealth /Source:c:\test\mount\windows /LimitAccess

3. After the process is completed restart your PC.

4. Reinstall all the windows drivers andfix Automatic Repair couldnt repair your PC error.

Method 6: Delete the problematic file

1. Access Command Prompt again and enter the following command:

cd C:\Windows\System32\LogFiles\Srt
SrtTrail.txt

How do I fix auto repair couldnt repair my computer log file SrtTrail txt?

2. When the file opens you should see something like this:

Boot critical file c:\windows\system32\drivers\tmel.sys is corrupt.

How do I fix auto repair couldnt repair my computer log file SrtTrail txt?

3. Delete the problematic file by entering the following command in cmd:

cd c:\windows\system32\drivers
del tmel.sys

How do I fix auto repair couldnt repair my computer log file SrtTrail txt?

NOTE: Dont delete drivers which are essential for windows to load the operating system

4. Restart to see if the issue is fixed if not continue to the next method.

Method 7: Disable Automatic Startup Repair Loop

1. Open Command Prompt and enter the following command:

NOTE: Only disable if you are in Automatic Startup Repair Loop

bcdedit /set {default} recoveryenabled No

How do I fix auto repair couldnt repair my computer log file SrtTrail txt?

2. Restart and Automatic Startup Repair should be disabled.

3. If you need to again enable it, enter the following command in cmd:

bcdedit /set {default} recoveryenabled Yes

4. Reboot to apply changes.

Method 8: Set correct values of device partition and osdevice partition

1. In Command Prompt type the following and press enter: bcdedit

How do I fix auto repair couldnt repair my computer log file SrtTrail txt?

2. Now find the values of device partition and osdevice partition and make sure their values are correct or set to correct partition.

3. By default value is C: because Windows comes pre-installed on this partition only.

4. If by any reason it is changed to any other drive then enter the following commands and press Enter after each one:

bcdedit /set {default} device partition=c:
bcdedit /set {default} osdevice partition=c:

How do I fix auto repair couldnt repair my computer log file SrtTrail txt?

Note: If you have installed your windows on any other drive make sure you use that one instead of C:

5. Reboot your PC to save changes and fix Automatic Repair couldnt repair your PC error.

Method 9: Disable driver signatureenforcement

1. Put in the Windows installation media or Recovery Drive/System Repair Disc and select your language preferences,and click Next.

How do I fix auto repair couldnt repair my computer log file SrtTrail txt?

2. Click Repair your computer at the bottom.

How do I fix auto repair couldnt repair my computer log file SrtTrail txt?

3. Now choose Troubleshoot and then Advanced Options.

How do I fix auto repair couldnt repair my computer log file SrtTrail txt?

4. Choose Startup Settings.

How do I fix auto repair couldnt repair my computer log file SrtTrail txt?

5. Restart your PC and press the number 7(If 7 isnt working then relaunch the process and try different numbers).

How do I fix auto repair couldnt repair my computer log file SrtTrail txt?

Method 10: Last option is to perform Refresh or Reset

Again insert Windows 10 ISO then select your language preferences and click Repair your computer at the bottom.

1. Choose Troubleshooting when the Boot menu appears.

How do I fix auto repair couldnt repair my computer log file SrtTrail txt?

2. Now choose between the option Refresh or Reset.

How do I fix auto repair couldnt repair my computer log file SrtTrail txt?

3. Follow the on-screen instructions to complete the Reset or Refresh.

4. Make sure you have the latest OS disc (preferably Windows 10) in order to complete this process.

Recommended for you:

By now you must have successfully fix Automatic Repair couldnt repair your PCbut if you still have any questions regarding this guide please feel free to ask them in the comment section.