How to reinstall Windows8.1

  
In 2013, many brands pre-installed Windows8 system, I believe that more and more users use and contact Win8, although the experience of Win8 system is mixed, but can not prevent Microsoft's development progress, also In less than half a month, Windows 8.1, an upgraded version of Win8, is coming soon. It can be said that 2013 is the era of 8. In the daily use process, Windows will inevitably fail or crash, and this time you can solve the problem by reinstalling the system. However, after the Win 8 system, the habits and tools for reinstalling the system have to be changed. Overnight, the cumbersome reinstallation of the system process has become so simple and user-friendly.
Because Win8/Win8.1 introduces three new system recovery features. "Recover the computer without affecting your files" (similar to what we think of system repair), "Restore all content and reinstall Windows" (similar to the system reinstallation we often say), "Advanced startup" & rdquo; (Similar to the system recovery in the era of Win7)

The following small series will take you to learn the system reinstallation process under Windows 8.1 system.
Preparation Tools: A copy of the Windows 8.1 ISO system image.
Specific steps:
1, load Windows 8.1 ISO image, copy the image /sources /install.wim file to other non-system disk directory, for example: D: sources folder.


2, inquiries about the ISO image inside install.wim information. For example: enter the dism query command in the command character (administrator)
dism /get-wiminfo /wimfile:d:sourcesinstall.wim
//You can query the system images contained in D:sourcesinstall.wim and their respective The index number.
For example, the small series is 64-bit Windows 8.1 Enterprise Edition, index is 1.

3, is also the most important step: configuration recovery image work: then need to use the REAgentC command
//REAgentC.exe tool is for Windows 8/Windows 8.1/Server 2012/Server2012 R2, support settings Windows (R) Repair Environment (Windows RE) boot image and one-click recovery backup image, you can also use it to manage recovery options and custom projects. The REAgentC command can be executed on an offline Windows image or on an executing Windows operating system.
Start to configure the recovery image
Enter the configuration command in the command character (administrator)
reagentc /setosimage /path X:sources /index N
//The path after path indicates the install.wim file Folder path. The index after the index indicates the index number in the wim image to be restored. Therefore, enter the reagentc /setosimage /path d:sources /index 1
after the operation is successful, execute the reagentc /info command to check the configuration of the recovery image. :

4, preparation work is done, system recovery (reloading) can start at any time
Open computer settings, enter update and recovery, select recovery

Select to delete all content and Reinstall Windows, after the following figure will appear:

Next


























”, this option is simply to format the partition, the initialization process takes very little time (about 10 minutes). If you plan to transfer your computer to someone else, it is recommended to choose the second option, so that the partition will be erased first in the recovery process so that the original files in the partition are difficult to recover, which will take a long time.

The last step, click “ Initialize & rdquo; will automatically restart the initialization process. If you do not intend to reinstall the system, please be cautious. The initialization process takes about 10 minutes. After the completion, it will restart again. After the restart, some hardware driver configuration, user account settings and other operations are required. After the configuration is complete, you will enter a brand new Windows 8.1 operating system.

At this point, it was discovered that system recovery or reinstallation has become so simple in the era of Win8/Win8.1. You don't need an external CD, or a USB flash drive (if you just want to restore your computer without affecting your files), you can use the installation disk or the USB flash drive. If you have already used the Windows 8.1 system, set it up quickly, in case you need it.
Attached: x:sourcesinstall.wim, you can directly use the original system to install the wim image inside the image, or you can use dism to manually back up the wim image of the complete system disk, eliminating the trouble of installing software and drivers later.

Copyright © Windows knowledge All Rights Reserved