Yes, you can sysprep an Azure VM running Windows 11 24H2. However, ensure that there are no pending Windows updates; if there are, complete them before attempting to run Sysprep again. If issues persist, check the logs for the exact error at: %WINDIR%\System32\Sysprep\Panther\setuperr.log Additionally, you can try removing problematic UWP apps using the following steps. Get-AppxPackage -AllUsers | Remove-AppxPackage Get-AppxProvisionedPackage -Online | Remove-AppxProvisionedPackage -Online
can you sysprep an Azure VM running:
Windows 11 24H2 Enterprise Multi-Session ?
getting error message "Sysprep was not able to validate your Windows installation"
Yes, you can sysprep an Azure VM running Windows 11 24H2. However, ensure that there are no pending Windows updates; if there are, complete them before attempting to run Sysprep again. If issues persist, check the logs for the exact error at:
%WINDIR%\System32\Sysprep\Panther\setuperr.log
Additionally, you can try removing problematic UWP apps using the following steps.
Get-AppxPackage -AllUsers | Remove-AppxPackage
Get-AppxProvisionedPackage -Online | Remove-AppxProvisionedPackage -Online
@@TechSparkStudio_ Can you do a video and show me, Please & Thanks.