Windows 8 Recovery Images
Did you know that you can create recovery images for Windows 8's recovery tool - which can include
all your apps?
Here's how:
Using Recimg to create a custom system image is simple. Here are the steps:
To start, bring up an administrator-level command prompt by whatever method you prefer. In Windows 8, the easiest way is to simply press the Windows key + X and then select "Command Prompt (Admin)" from the menu that appears. A standard admin-level command window will open.
At the command prompt, type
"
recimg /createimage {folder path}", where {folder path} is the path/folder name where you want the custom system image stored. For example, you might use C:\RefreshImage as the path and folder name. (If the folder doesn't exist, Recimg will create one.) So the entire command would be:
"
recimg /createimage C:\RefreshImage"
Notes:
- System images can be quite large, typically 15–25GB. Make sure the destination drive has sufficient room.
- To speed Recimg's processing, create the system image on your fastest hard drive, even if you don't want to keep it there permanently. (System images can be moved after they've been created)
With the command, path, and folder name entered, press Enter. Recimg will go to work in three stages: initializing, creating a snapshot of the current setup, and then writing the image to the specified location. WARNING: This takes a
very long time. Go out and have a curry.
The custom system-image file is always called CustomRefresh.wim.
Dave