recimg为windows新增命令行工具.直接在cmd中输入recimg即可使用.
windows8新增了两个系统恢复方面的功能,如下图
1.Refresh your pc:这个功能为恢复win8,并且保持个人文件不丢失.
关于已经安装的软件需要说明下,目前win8包含两种程序,Modern UI软件和桌面软件.
Modern UI软件在会恢复中会保留,但是桌面软件不会保留
2.Reset 这个比较容易理解,就是相当于重新安装windows,不讨论
这与recimg有什么关联呢?
recimg的说明:
The recimg.exe command line tool lets you configure a custom recovery image for Windows to use when you refresh your PC. recimg命令行工具可以自定义一个恢复镜像用于恢复电脑
When you create a custom recovery image, it will contain the desktop apps you’ve installed, and the
Windows system files in their current state. 此镜像包含系统文件和已经安装的桌面软件.
Recovery images do not containyour documents, personal settings, user profiles, or apps from Windows Store,because that information is preserved at the time you refresh your PC.但不包含来自Windows Store的软件,个人设置和用户文件,因为在恢复的时候这些将被保留.
综上,使用recimg工具和Refresh功能,可以比较方便的备份和恢复系统.
参数说明
以下介绍recimg的参数和使用方法,如果不喜欢命令行工具,那么可以使用此工具RecImg Manager(请google)
recimg可以不同时间创建多个镜像,镜像的名字都是固定为 CustomRefresh.wim
recimg可以指定用于当前恢复用的镜像,参见下表的参数说明
/createimage
/setcurrent
/deregister 恢复为默认镜像
/showcurrent 显示当前恢复用镜像
示例:
创建一个镜像
1.使用管理员方式打开cmd
2.在Z盘的sysimg文件夹下创建镜像,键入recimg /createimage z:\sysimg
cmd显示如下信息,即开始创建,等待完成,如果想取消,按ESC即可.创建完成后,会将创建的镜像指定为恢复镜像
C:\windows\system32>recimg /createimage z:\sysimg
Source OS location: C:
Recovery image path: z:\sysimg\CustomRefresh.wim
Creating recovery image. Press [ESC] to cancel.
Initializing
100%
Creating snapshot
查看当前恢复镜像
1.使用管理员方式打开cmd
2.键入recimg /showcurrent,如果已经设置活动镜像,则显示镜像的所在位置,否则如下显示
C:\windows\system32>recimg /showcurrent
There is no active custom recovery image.
Error Code – 0x80070490
Recimg 创建windows8 恢复镜像
登录
Please login to comment
0 评论