Guest OS Customization doesn't take effect.
[DEBUG] Executing command C:\windows\system32\sysprep\sysprep.exe /quiet /generalize /oobe /reboot /unattend:C:\sysprep\sysprep.xml[DEBUG] Successfully executed command C:\windows\system32\sysprep\sysprep.exe /quiet /generalize /oobe /reboot /unattend:C:\sysprep\sysprep.xml[DEBUG] Trying to connect network interfaces, attempt 1[INFO] The network interfaces are connected on 1 second[INFO] GuestCustUtil exiting.Error SYSPRP Sysprep_Clean_Validate_Opk: Audit mode can't be turned on if there is an active scenario.; hr = 0x800F0975ORError YSPRP Sysprep_Clean_Validate_Opk:Failed to query pending CBS operations; hr = 0x800706b5[gle=0x000003f0]ORError SYSPRP Sysprep_Clean_Validate_Opk: Audit mode cannot be turned on if reserved storage is in use. An update or servicing operation may be using reserved storage.; hr = 0x800F0975Guest OS customization uses Windows Sysprep to apply the configuration. A proceeding Windows Update will cause some Sysprep pre-validing errors and fail to run.
From Settings -> Windows Update, click “Pause updates” and select “Pause for 1 week”.
If there is error message "Audit mode cannot be turned on if reserved storage is in use" in %WINDIR%\System32\Sysprep\Panther\setupact.log file, apply the below 2 configurations:
Open "Registry Editor", navigate to "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ReserveManager" and change "ActiveScenario" to value 0.
Run command "DISM.exe /Online /Set-ReservedStorageState /State:Disabled" to disable Reserved Storage.