Reverting Automated Windows 10 Recovery Initial Installation: A Comprehensive Guide
Have you ever found yourself in a situation where you had to install a fresh Windows 10 on a friend's computer, only to find that the installation became unstable after a driver installation? One of our colleagues faced this problem and tried to rollback the driver, but to no avail. This article will guide you through the steps required to revert the automated Windows 10 recovery initial installation, providing a comprehensive solution to this problem.
Understanding the Problem
When installing a fresh Windows 10 on a computer, the system automatically installs drivers during the installation process. While this process typically works correctly, there are instances when the installation of a specific driver may make the computer unstable. In some cases, the user may attempt to rollback the driver, but this may not solve the problem.
Solution: Reverting Automated Windows 10 Recovery Initial Installation
To revert the automated Windows 10 recovery initial installation, you can follow these steps:
- Boot the computer from a Windows 10 installation media.
- Press
Shift + F10to open the command prompt. - Type
diskpartand press Enter to launch Disk Partitioning Tool. - Type
list diskand press Enter to display the list of disks. - Identify the system disk (usually, it is
Disk 0), and then typeselect disk 0and press Enter. - Type
list partitionand press Enter to display the list of partitions on the selected disk. - Type
select partition 1and press Enter to select the system partition. - Type
assign letter=Cand press Enter to assign a drive letter to the selected partition. - Type
exitand press Enter to exit Disk Partitioning Tool. - Type
C:and press Enter to switch to the system partition. - Type
cd \windows\system32and press Enter. - Type
ren setup.exe setup_old.exeand press Enter to rename the setup file. - Type
ren lastgood setup.exeand press Enter to create a new setup file. - Type
C:and press Enter to switch back to the system partition. - Type
cd \and press Enter. - Type
bootand press Enter to reboot the computer.
After the computer has rebooted, the automated Windows 10 recovery initial installation will be reverted. You can then proceed to install the necessary drivers carefully, making sure not to install any drivers that may cause instability.
- The problem: A fresh Windows 10 installation may become unstable after a driver installation, and rolling back the driver may not solve the problem.
- The solution: Revert the automated Windows 10 recovery initial installation using the command prompt.