Automatic repair couldn’t repair your PC

Anonymous
2018-01-14T03:58:10+00:00

My computer wouldn't start and entered into an Automatic Repair. The automatic repair "couldnt repair [my]PC". 

It specifies the following Log file: E:\Recovery\WindowsRE\Winre.wim\System32\Logfiles\Srt\SrtTrail.txt

*Modified title for accuracy*

*Original title: Automatic Repair Error SrtTrail.txt*

Windows for home | Windows 10 | Performance and system failures

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
Anonymous
2018-01-14T09:38:16+00:00

Hi Steven,

This error occurs due to a possible corrupted startup file. For us to troubleshoot this issue, we suggest that you follow these steps:

  1. Restart your computer for 3 times to see Windows 10 Boot Options menu.
  2. Choose Troubleshoot.

3. Click on Advanced Options.

4. Select Command Prompt. 5. When Command Prompt appears, enter the following command lines and press Enterafter each: - bootrec.exe /rebuildbcd - bootrec.exe /fixmbr - bootrec.exe /fixboot 6. Restart your computer and check if the issue is resolved.

Let us know how it goes.

Was this answer helpful?

100+ people found this answer helpful.
0 comments No comments

205 additional answers

Sort by: Oldest
  1. Anonymous
    2019-02-25T14:34:43+00:00

    Can you explain exactly how you did that please?

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2019-02-25T14:40:19+00:00

    Would you be able to explain the command to save and transfer data via cmd? Thanks

    Was this answer helpful?

    0 comments No comments
  3. VARADHARAJAN K 9,726 Reputation points Volunteer Moderator
    2019-02-25T16:16:28+00:00

    copy and paste the following lines in notedpad and save as LASTKNOWNGC.REG  and then merge  . 

    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Configuration Manager\LastKnownGood]

    "Enabled"=dword:00000001

    after merging , type below lines in cmd and press enter

    C:\Windows\system32\bcdedit.exe /set {current} bootmenupolicy legacy

    C:\Windows\system32\bcdedit.exe /set bootstatuspolicy DisplayAllFailures

    C:\Windows\system32\bcdedit.exe /set recoveryenabled yes

    do some setting as shown in figure  

    i dont  know  , now you can solve or not , but next time  after installing OS , you must do above settings , you wil see a;ll options after powering  on computer

    Was this answer helpful?

    0 comments No comments
  4. VARADHARAJAN K 9,726 Reputation points Volunteer Moderator
    2019-02-25T16:28:03+00:00

    Here is  command  for saving complete C  drive to another partition 

    F is  another free space partition and  C is windows partition

    Dism.exe /Capture-Image /ImageFile:F:\windows.wim /CaptureDir:C:\ /Name:Professional /Description:windows10 /compress:fast /checkIntegrity

    If you want to save only user  files means then type  below command 

    Dism /Capture-Image /ImageFile:F:\user.wim /CaptureDir:C:\Users\RAJU /Name:User /Description:Userfile/compress:fast /checkIntegrity

    files are saved in the format .wim . You extract the file using 7-Zip  software its  free

    Was this answer helpful?

    0 comments No comments