Creating a system image in Windows 11 can be a good idea if you tend to have a backup of your entire system, including your operating system, programs, personalized settings, and personal files. This can be helpful amid a system failure, malware infection, or other issues that may require you to restore your system to a previous state. Now, let's start learning to create a system image!
WBAdmin is a command-line tool in Windows that allows you to manage backups and recovery options. With it, you can perform a variety of backup and recovery tasks, such as creating backups of files, folders, volumes, and system state; restoring backups; listing available backup versions; etc.
Step 1: Right-click on the Start icon and select Windows Terminal (Admin).
Step 2: Click Yes to allow the program to make changes to your device, then you will access Windows PowerShell.
Step 3: Type wbadmin start backup -backuptarget:E: -include:C: -allcritical -quiet and hit Enter to create a system image of the C drive stored on the E disk. The backup status will be displayed on the panel.
Step 4: The program has successfully created a system image when it shows the following message.
Step 5: Open the E drive and you will see the WindowsImageBackup folder in its root directory.
iSumsoft Cloner, an excellent disk cloning software for Windows 11, is used to copy or clone Windows OS, data partitions, and even the entire hard drive. Not only does the software have a user-friendly interface design that makes it easy to back up the system efficiently, but it also has a high success rate.
第1步:下载iSumsoft Cloner并启动它,然后单击主页中的备份选项 页。
第二步:选择C盘(系统盘)进行备份。
第三步:点击选择按钮选择保存备份文件的路径。
第四步:点击开始按钮开始备份并选择是确认您的 选择。
第5步:等待备份过程完成。然后当出现提示框时单击确定按钮 出现。 (这通常需要大约 15 分钟才能完成, 取决于要备份的数据的大小。)
Wimlib,一个开源库,是一个强大而灵活的工具 在职的 与 Windows 磁盘映像。您是否需要创建自定义 Windows 安装、修改现有的 图像,或提取单个文件和文件夹,它提供了一组强大的功能和选项 帮助您完成工作。
第 1 步: 下载 wimlib v1.13.5 Windows 二进制文件(64 位) 并将其放在D盘根目录下。
第二步:在D卷中,右键点击下载的文件,选择全部解压 » 依次提取。
第3步:重命名提取的文件wimlib.
第四步:右键单击Windows图标,然后选择Windows Terminal (管理员) 从选项中。
步骤 5: 当出现启动 Windows PowerShell 的对话框时,输入 Yes。
第 6 步:输入 D:wimlibwimlib-imagex 捕获 C:D:win11bk.wim --check --snapshot,然后 按输入。该命令将备份系统驱动器,生成一个名为 win11bk.wim 中 D盘.
第7步:成功完成。
第8步:可以看到文件在D盘
以上是[Windows 11] 如何创建系统映像的详细内容。更多信息请关注PHP中文网其他相关文章!