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 をダウンロードして起動し、ホームで バックアップ オプションをクリックします ページ。
ステップ 2: バックアップする C ドライブ (システム ドライブ) を選択します。
ステップ 3: [選択] ボタンをクリックして、バックアップ ファイルを保存するパスを選択します。
ステップ 4:
開始 ボタンをクリックしてバックアップを開始し、はい を選択して確認します 選択。
ステップ 5:
バックアッププロセスが完了するまで待ちます。ヒントボックスが表示されたら、OKボタンをクリックします が表示されます。 (通常、完了までに 15 分ほどかかりますが、 バックアップされるデータのサイズに応じて異なります。)
方法 3: wimlib ツールを使用して Windows 11 でシステム イメージを作成する オープンソース ライブラリである Wimlib
は、 働く Windows ディスク イメージを使用します。カスタム Windows インストールを作成する必要があるか、既存のものを変更する必要があるか 画像を抽出したり、個々のファイルやフォルダーを抽出したりするための堅牢な機能とオプションのセットを提供します。 仕事を終わらせるのを手伝ってください。
ステップ 1:wimlib v1.13.5 Windows バイナリ (64 ビット) をダウンロードします。 それをDドライブのルートディレクトリに置きます。
ステップ 2:
D ボリュームで、ダウンロードしたファイルを右クリックし、すべて展開 を選択します » 抽出を順次実行します。
ステップ 3:
抽出したファイルの名前を変更しますwimlib.
ステップ 4:
Windowsアイコンを右クリックし、Windowsターミナルを選択します (管理者)オプションから
ステップ 5:
Windows PowerShell を起動するダイアログ ボックスが表示されたら、「Yes」と入力します。
ステップ 6:
D:wimlibwimlib-imagex と入力します C: D:win11bk.wim --check --snapshotをキャプチャしてから Enterを押します。このコマンドはシステム ドライブをバックアップし、という名前のポートフォリオを生成します。 win11bk.wim で Dドライブ
ステップ 7: 正常に完了しました。
ステップ 8: ファイルがドライブ D にあることがわかります。
The above is the detailed content of [Windows 11] How to Create a System Image. For more information, please follow other related articles on the PHP Chinese website!