When you use a Windows backup to create a backup, you should use the Restore File Wizard to restore the files. If you cannot use the Restore File wizard (for example, the computer you are using is running an operating system other than Windows Http://www.aliyun.com/zixun/aggregation/15470.html ">vista or Windows 7"), You can manually extract files from a backup by performing the following steps:
1. Open the location where you saved the backup.
The backed-up files are saved in the zip file format.
1. Right-click the backup file (which has the Windows backup icon and your computer name), and then click Open.
To manually extract more than MB of files
If a file is larger than MB, the file is split into multiple zip files. You need to extract and merge these files by following these steps:
1. Open the location where you saved the backup.
2. Locate the zip file that contains the file you want to extract. For example, if you want to extract a video file named Birthdayparty, you need to find a zip file that contains the file for that name.
3. Create a folder on your desktop that you want to extract files to.
Because all files have the same name, you need to rename them when you extract the files.
4. Extract the first file into a folder that you created on your desktop, and then rename the file.
Repeat this step until you have extracted all the files, and make sure they have similar names. For example, if you have four Birthdayparty video files, name them respectively BirthdayParty1, BirthdayParty2, BirthdayParty3, and BirthdayParty4.
5. Open a Command Prompt window by clicking the Start button. In the search box, type a command prompt, and then in the results list, click Command Prompt.
6. Type the following command: copy/b filename*.file_extension new_filename.file_extension
For example, copy/b Birthdayparty*.avi Birthdaypartyall.avi