Share via

how to fix Log File: \System32\Logfiles\Srt\SrtTrail.txt on windows 11

Anonymous
2025-06-02T19:01:12+00:00

So I recently came into an issue where my windows instead of booting up into windows it boots into recovery and provides the log file as shown in the question title. I really need help because ive noticed my pc acting up and not doing things correctly, as like discord freezing and not working properly, one of the games i play, Escape On Tarkov, not even working properly, and just stuff like that not working ever since this problem has occurred. Please help because i really dont want to spend 100+ dollars for somebody to do a simple fix that i could have done myself.

Windows for home | Windows 11 | Recovery and backup

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
  1. Anonymous
    2025-06-03T20:33:19+00:00

    Thanks for the news! I'm glad to hear that the factory reset fixed the boot problem and your PC is now making the error-free runs.

    The factory reset was a great way to start over and fix the system file and boot problems since you said there were no important files on the drive.

    Here are a few quick tips that will help keep your system stable:

    • The drivers for your devices should always be up to date.
    • Do disk checks and system scans every so often to find problems early.
    • Don't be afraid to get in touch if you start to see performance issues again before they get worse.

    As long as you have important data, you should back it up often so that you don't lose it when you're fixing problems.

    If you have any more problems or questions, feel free to get in touch with me at any time. I'm ready to help!

    Regards,

    Pau

    3 people found this answer helpful.
    0 comments No comments

14 additional answers

Sort by: Most helpful
  1. Anonymous
    2025-06-02T21:02:11+00:00

    okay so i ran the SFC command and it worked but i couldnt find the sfcdetails.txt, i ran the CHKDSK command and it encountered no problems, and the fixboot command had said access denied

    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2025-06-02T20:33:32+00:00

    Thank you for sending me the update and the screenshot. The SFC log shows “Windows Resource Protection found corrupt files but was unable to fix some of them.” This means there are system file issues that SFC can’t repair from the current recovery environment.

    Here’s what you can to try next:

    1. Run SFC offline with the Windows drive as source:

    Use this command in Command Prompt, replacing C: if needed:

    sfc /scannow /offbootdir=C:\ /offwindir=C:\Windows /offlogfile=C:\sfcdetails.txt

    Then check the generated sfcdetails.txt in the C: drive for more info.

    1. Try CHKDSK to check for disk errors (which can cause corrupt files):

    Run:

    chkdsk C: /f /r

    If prompted, confirm to schedule at reboot, then restart your PC.

    1. If CHKDSK finds and fixes errors, try SFC again after that.
    2. If still no fix, next step is rebuilding boot files:

    bootrec /fixmbr

    bootrec /fixboot

    bootrec /scanos

    bootrec /rebuildbcd

    If /fixboot fails with “Access denied,” let me know, I’ll check some workaround.

    Keep me u[dated on how these go.

    Best,

    Pau

    1 person found this answer helpful.
    0 comments No comments
  3. Anonymous
    2025-06-02T20:13:41+00:00

    So I did what you said to do, i typed it how you wrote it, and it says, "the system cannot find the path specified", and on a different run it says "directory name is invalid", should i keep going down the list of steps past the DISM or...

    1 person found this answer helpful.
    0 comments No comments
  4. Anonymous
    2025-06-02T19:36:43+00:00

    Hi Jayden,

    I’m Pau, your Independent Advisor. Thanks for getting in touch about the problem you were having. I'm here to help you get this done quickly.

    Please pay close attention to the steps below. For every step, there is an alternative choice to make sure all options are considered:

    > Go to Advanced Startup

    To get into Windows Recovery Environment, restart your computer and press F11 (or Shift + Restart from the login screen).

    > Click on Automatic Repair

    To fix the problem, go to Troubleshoot > Advanced Options > Startup Repair. Let Windows try to fix problems with startup on its own.

    > Check the system files.

    To open the command prompt, go to Troubleshoot > Advanced Options > Command Prompt. Type sfc /scannow and press Enter. Wait until the scan is done.

    > Run DISM for Deployment Image Servicing and Management

    You can type DISM /Online /Cleanup-Image /RestoreHealth into the Command Prompt and press Enter.

    > Look for disk errors and fix them

    When asked, type chkdsk C: /f /r and press "Y" to confirm. If asked, restart.

    > Turn off Automatic Startup Repair (if it's stuck in a loop).

    Type the following into the Command Prompt: bcdedit /set {default} recoveryenabled No

    > If you can, use System Restore.

    Select a point in time before the problem started by going to Troubleshoot > Advanced Options > System Restore.

    > Wipe clean your computer (last)

    Select Fix Issues > Reset this PC. You can choose to keep your files or get rid of them all.

    If none of these fix the problem, it might be a hardware issue, like a hard drive or memory that isn't working right. You should get professional hardware diagnostics in that case.

    If you need help with any of these steps or have any questions, please let me know. I'm committed to helping you fix your PC without spending too much money.

    Best regards,

    Pau

    1 person found this answer helpful.
    0 comments No comments