Step-by-Step Guide to Generalizing

Поделиться
HTML-код
  • Опубликовано: 23 янв 2025

Комментарии • 4

  • @fbifido2
    @fbifido2 3 месяца назад

    can you sysprep an Azure VM running:
    Windows 11 24H2 Enterprise Multi-Session ?

    • @fbifido2
      @fbifido2 3 месяца назад

      getting error message "Sysprep was not able to validate your Windows installation"

    • @TechSparkStudio_
      @TechSparkStudio_  3 месяца назад +1

      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

    • @fbifido2
      @fbifido2 2 месяца назад

      @@TechSparkStudio_ Can you do a video and show me, Please & Thanks.