How to Fix Automatic Repair couldn’t repair your PC

How to Fix Automatic Repair couldn’t 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.

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 won’t 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 couldn’t repair your PC, Bootable installation media or Recovery Drive/System Repair Disc are helpful in such cases. Let’s get started and see step by step how you can fix Automatic Repair couldn’t 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 don’t have one then create one. If you don’t want to download the entire OS from the website then you use your friend’s 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.

Contents

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.

b) Click Repair your computer at the bottom.

c) Now choose Troubleshoot and then Advanced Options.

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

Fix Automatic Repair couldn’t repair your PC

Important Disclaimer:

These are very advanced tutorial, if you don’t know what you’re 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 don’t know what you’re 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

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)

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: (don’t type DISKPART)

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

3. Now type the following command:

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

4. Restart to apply changes and see if you’re able to fix Automatic Repair couldn’t repair your PC error.

Method 3: Use Check Disk Utility

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

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 preferences and click next.

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)

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.

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

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

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 doesn’t 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 and fix Automatic Repair couldn’t 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

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

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

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

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

NOTE: Don’t 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

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

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:

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 couldn’t repair your PC error.

Method 9: Disable driver signature enforcement

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

2. Click Repair your computer at the bottom.

3. Now choose Troubleshoot and then Advanced Options.

4. Choose Startup Settings.

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

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.

2. Now choose between the option Refresh or Reset.

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 couldn’t repair your PC but if you still have any questions regarding this guide please feel free to ask them in the comment section.

Sign up and earn $1000 a day ⋙

What should I do if Netflix is ​​hacked?

What should I do if Netflix is ​​hacked?

What should I do if my Netflix account is hacked? What should I do if my Netflix account is hacked? Here's what you need to know when your Netflix account is hacked.

Tips for using LDPlayer you may not know

Tips for using LDPlayer you may not know

Tips for using LDPlayer you may not know. LDPlayer is one of the most popular Android emulators on computers today. This article will provide it to you

Shortcuts in Blender that users need to know

Shortcuts in Blender that users need to know

Shortcuts in Blender that users need to know. Blender shortcuts help you work faster when designing graphics. Therefore, WebTech360 will synthesize the keys for you

Kahoot hacking tips you may not know

Kahoot hacking tips you may not know

Kahoot hacking tips you may not know, how to hack Kahoot to get answers to difficult questions? This article will suggest you some of the simplest Kahoot hacks.

What is Google TasksBoard?

What is Google TasksBoard?

What is Google TasksBoard?, Google TasksBoard is a new task management app, helping you increase work efficiency. Let's learn with Donwload.vn how to use Google TasksBoard

Is Google Takeout a good data backup option?

Is Google Takeout a good data backup option?

Is Google Takeout a good data backup option?, Google Takeout comes from a line of free services from Google. Google says it will help users download it

Host permissions and how to specify co-host in Zoom

Host permissions and how to specify co-host in Zoom

Host rights and how to designate co-host in Zoom. How to regain host rights on Zoom is not difficult. This article will introduce you to host and reclaim host details

6 steps to become a Pinterest expert

6 steps to become a Pinterest expert

6 steps to become a Pinterest expert, Pinterest is a tool for collecting, organizing, and sharing photos and videos you glean from the Internet. Here are 6

3 ways to edit sunsets in Photoshop

3 ways to edit sunsets in Photoshop

3 ways to edit sunset in Photoshop, Sunset is always a scene that every photographer wants to capture. However, taking sunset photos is not easy. Wear

Convert text to speech online

Convert text to speech online

Convert text to speech online. If you want to listen to the pronunciation on Google Translate or Google Translate, users can download this voice to your computer easily.

(2024) The Best Free Cloning Software for Windows 10/11

(2024) The Best Free Cloning Software for Windows 10/11

Are you looking for the free cloning software for Windows 10? This passage will share you the best free Windows 10/11/7 cloning software in 2024.

Steps to create a new database in Access

Steps to create a new database in Access

Steps to create a new database in Access, Steps to create a new database in Microsoft Access are not difficult. This article will guide you in detail on the steps to build muscle

3 ways to save files better on your computer

3 ways to save files better on your computer

3 better ways to save files on your computer, How to save files on your computer is not difficult. However, what is the best way to save on the computer? Let's find out with Dowload.vn

10 poems for the first day of school in 2023 - 2024

10 poems for the first day of school in 2023 - 2024

10 poems for the opening day of school in 2023 - 2024, TOP 10 short and unique poems for the opening day of the new school year. We invite you to follow along!

Things you should do first when buying a Samsung smartphone

Things you should do first when buying a Samsung smartphone

Things you should do first when buying a Samsung smartphone, Samsung phones contain a lot of applications and settings. Here are the settings you should do when

The easiest ways to create borders for photos

The easiest ways to create borders for photos

The easiest ways to create borders for photos, Adding frames to photos is not difficult and you have a lot of options. This article will summarize for you ways to add frames to beautiful photos

Office 2021 vs. Microsoft 365: Which software is right for you?

Office 2021 vs. Microsoft 365: Which software is right for you?

Office 2021 vs. Microsoft 365: Which software is right for you?, Office 2021 and Microsoft 365 can both meet office editing tasks. So Office 2021

Gemini - Googles artificial intelligence model

Gemini - Googles artificial intelligence model

Gemini - Google's artificial intelligence model, Google launches Gemini - an artificial intelligence model competing with OpenAI's GPT-4, this is an artificial intelligence model

What is rendering?

What is rendering?

Rendering is the process of creating an image from a model into a movie scene or image using computer software.

What is CPU? What are the popular CPU types today?

What is CPU? What are the popular CPU types today?

The CPU is the data processing center, or simply understood, it is the brain that controls most of the rest of the components in a computer.