Skip to content

Commit 11b6444

Browse files
committed
CI 113426 - Updated file
1 parent 0dbf683 commit 11b6444

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
50 KB
Loading

articles/virtual-machines/windows/prepare-for-upload-vhd-image.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,22 @@ For information about the support policy for Azure VMs, see [Microsoft server so
3131
>1. The 64-bit version of Windows Server 2008 R2 and later Windows Server operating systems. For information about running a 32-bit operating system in Azure, see [Support for 32-bit operating systems in Azure VMs](https://support.microsoft.com/help/4021388/support-for-32-bit-operating-systems-in-azure-virtual-machines).
3232
>2. If any Disaster Recovery tool will be used to migrate the workload, like Azure Site Recovery or Azure Migrate, this process is still required to be done and followed on the Guest OS to prepare the image prior the migration.
3333
34+
## System File Checker (SFC) command
35+
36+
### Run Windows System File Checker utility (run sfc /scannow) on OS prior to generalization step of creating customer OS image
37+
38+
The System File Checker (SFC) command is used to verify and replace Windows system files.
39+
40+
To run the SFC command:
41+
42+
1. Open an elevated CMD prompt as Administrator.
43+
1. Type `sfc /scannow` and select **Enter**.
44+
45+
![System File Checker](media/prepare-for-upload-vhd-image/system-file-checker.png)
46+
47+
48+
After the SFC scan is completed, try to install Windows Updates and restart the computer.
49+
3450
## Convert the virtual disk to a fixed size and to VHD
3551

3652
If you need to convert your virtual disk to the required format for Azure, use one of the methods in this section:

0 commit comments

Comments
 (0)