There are situations where you need to perform the System Restore operation. But at times you may face an error – To use System Restore, you must specify which Windows installation to restore. This error is caused due to corrupted files in the system. Because of this error, you are not able to perform the system restore and this can be a hurdle to proceed further.
There are scenarios where you cannot boot up once you encounter this error. This article provides solutions to solve this error. So, first, let us see what causes “To use System Restore you must specify which Windows installation to restore” error-
- Any of your previous actions might have corrupted System files and may cause this error.
- As BCD (Boot Configuration Data) is used to stores all data – it could be BCD Corruption
To use System Restore, you must specify which Windows installation to restore
If you see an error message To use System Restore, you must specify which Windows installation to restore, here are the solutions you can try to fix this error-
- Run System File Checker Offline
- Run DISM to repair a potentially corrupted system image
- Repair BCD corruption
- Run Automatic Startup Repair
- Use the Windows Recovery Environment
- Try performing System Restore using Command Prompt.
1] Run System File Checker Offline
As I mentioned at the beginning of the article, system files corruption we would need to run System File Checker Offline. Here is the way to do it-
Type the following commands one by one, to know your system’s drive.
Cd / Dir
If the “Users” folder is seen, then this is your system’s drive. If not, you can change the drive by giving the alphabet of your volume as “D:”.
Then, execute this in the command prompt (Here “C” is your system drive):
sfc /scannow /offbootdir=C:\ /offwindir=C:\Windows
Repeat steps sequentially, as mentioned above.
2] Run DISM to repair a potentially corrupted system image
Here, we need to check the health of the system i.e, we need to check the integrity of the system files and service Windows. This is done using the Deployment Image Servicing and Management tool. To run DISM, open the command prompt and give the following command
DISM /Image:C:\Windows /Cleanup-Image /RestoreHealth /Source:C:\Windows\WinSxS
Here, “C:” is system volume.
If it throws an error, insert Windows USB od DVD and give the following command-
DISM /Image:C:\Windows /Cleanup-Image /RestoreHealth /Source:esd:E:\Sources\Install.esd:1 /limitaccess
Here “E:” is your USB or DVD drive and replace it if it is showing another alphabet.
In rare cases, install.esd would be install.wim.
In such cases, you need to modify and give the following command,
DISM /Image:C:\Windows /Cleanup-Image /RestoreHealth /Source:wim:E:\Sources\Install.wim /limitaccess
Run the steps sequentially as mentioned above and check if this can solve your error.
3] Repair BCD corruption
Bootrec.exe is a built-in command-line tool for troubleshooting problems related to booting up and Windows Startup. We would use this tool to scan the system to solve boot-up issues.
Make sure a bootable USB or DVD is inserted into your system before running the following commands. To repair the BCD, open the command prompt and give the following commands one by one-
Bootrec /Fixmbr Bootrec /FixBoot
Each of the above commands should output “The operation completed successfully”. If not, try again.
Next, to rebuild the BCD, give the following command,
Bootrec /RebuildBCD
This should help.
4] Run Automatic Startup Repair
Run Automatic Repair from Advanced Startup Options screen and see if that helps.
5] Use the Windows Recovery Environment
If you have tried the abovementioned methods, this is the last way to fix the error. You must run Windows Repair using a Windows bootable USB or DVD.
Insert the bootable USB or DVD and boot into it and select “Repair your computer”.
If you are facing any problems, try doing these steps:
- Insert DVD drive and hard reset the computer.
- Once the manufacturer logo appears, press the key to enter into Windows Recovery Environment (eg. Press F2 for Dell users).
- Under UEFI firmware settings, change the Boot sequence to DVD Drive and Restart.
- Once the PC restarts, select the boot order and make changes accordingly, as shown on the BIOS screen.
6] Try performing System Restore using Command Prompt
Open Command Prompt and give the following command
rstrui.exe /OFFLINE:C:\Windows
Replace “C” with the drive where Windows Installation is located.
Please follow all these steps carefully.
Hopefully, one of the solutions mentioned here will help you.
How to select an operating system and select System Restore?
To select an operating system and use System Restore, go to Control Panel and search for Recovery. Select Recovery, then Open System Restore. Choose the appropriate restore point tied to the issue, click Next, and Finish to complete the process.
What is the difference between Windows System Restore and System Recovery?
The primary difference between Windows System Restore and System Recovery is that System Restore only affects system files and settings. System Recovery involves restoring your entire hard drive, including the operating system, applications, settings, and all files. This makes System Recovery more comprehensive.