Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form
Home » Virtualization » SysPrep was unable to validate your Windows Installation

SysPrep was unable to validate your Windows Installation

Posted on 10/07/202129/12/2023 Christian By Christian No Comments on SysPrep was unable to validate your Windows Installation
SysPrep validation

Sysprep (System Preparation) prepares a Windows installation (Windows client and Windows Server) for imaging, allowing you to capture a customized installation. Sysprep removes PC-specific information from a Windows installation, “generalizing” the installation so it can be installed on different PCs. Kindly refer to the following related guides: Initialize and format a virtual disk: How to add and remove a new virtual disk from a VM on VMware Workstation, CT restoration: How to clone a Proxmox Container.

With Windows System Preparation Tool (Sysprep) tool, you can create a customized Windows 10 reference image. See how this can be achieved via WDS “How to create a Windows Server reference image using WDS“. You can install all apps, drivers, and updates in the image. After that, you can deploy Windows image to users’ computers within your organisation.

Why was the error “SysPrep was unable to validate your Windows Installation” prompted?

The following error can be attributed to so many factors. However, I recommend you look at the setupact.log file in the following location suggested below.

Windows installation

You may also want to see these guide: Sysprep (Generalize) a Windows installation: How to perform Sysprep in Windows, and how to clone a Windows Server running on VirtualBox.

Troubleshooting Unremoved Apps in Setuperr.log

In addition, Examining the setuperr.log file reveals apps that couldn’t be removed.

SYSPRP Package Microsoft.MicrosoftEdge.Stable_86.0.622.38_neutral__8wekyb3d8bbwe was installed for a user, but not provisioned for all users. This package will not function properly in the sysprep image.
2021-07-09 04:30:37, Error                 SYSPRP Failed to remove apps for the current user: 0x80073cf2.
2021-07-09 04:30:37, Error                 SYSPRP Exit code of RemoveAllApps thread was 0x3cf2.
2021-07-09 04:30:37, Error                 SYSPRP ActionPlatform::LaunchModule: Failure occurred while executing 'SysprepGeneralizeValidate' from C:\Windows\System32\AppxSysprep.dll; dwRet = 0x3cf2
2021-07-09 04:30:37, Error                 SYSPRP SysprepSession::Validate: Error in validating actions from C:\Windows\System32\Sysprep\ActionFiles\Generalize.xml; dwRet = 0x3cf2
2021-07-09 04:30:37, Error                 SYSPRP RunPlatformActions:Failed while validating Sysprep session actions; dwRet = 0x3cf2
2021-07-09 04:30:37, Error      [0x0f0070] SYSPRP RunDlls:An error occurred while running registry sysprep DLLs, halting sysprep execution. dwRet = 0x3cf2
2021-07-09 04:30:37, Error      [0x0f00d8] SYSPRP WinMain:Hit failure while pre-validate sysprep generalize internal providers; hr = 0x80073cf2

The solution to SysPrep unable to validate Windows Installation

Nonetheless, You may need administrative rights (permission) to do this. Run Sysprep as an Administrator, as shown below. “Additionally, if this proves ineffective, explore alternative online suggestions.

Moreover, To remove a provisioned app, follow the instructions in ‘Remove Windows 10 Apps with DISM.’ How to remove pre-provisioned apps from Windows Image.

Issue resolution

In addition, the Sysprep program is currently running. In the System Preparation Tool window, select the options:

  • System Cleanup Action: Enter System Out-of-Box Experience (OOBE);
  • Shutdown Options: Reboot;
  • Press the OK button.
Screenshot-2021-07-09-at-15.37.52-1

For the complete steps on completing this task, please refer to this guide: “How to Clone and Sysprep (generalize ) a Windows Server running on VMware Workstation”.

Furthermore, SysPrep could not validate your Windows Installation, but the task successfully succeeded with the needed (required) privileges to SysPrep the machine.

2021-07-09 04:03:37, Info                  SYSPRP ========================================================
2021-07-09 04:03:37, Info                  SYSPRP ===          Beginning of a new sysprep run          ===
2021-07-09 04:03:37, Info                  SYSPRP ========================================================
2021-07-09 04:03:37, Info       [0x0f004d] SYSPRP The time is now 2021-07-09 04:03:37
2021-07-09 04:03:37, Info       [0x0f004e] SYSPRP Initialized SysPrep log at C:\Windows\system32\Sysprep\Panther
2021-07-09 04:03:37, Info       [0x0f0054] SYSPRP ValidatePrivileges:User has required privileges to sysprep machine
2021-07-09 04:03:37, Info       [0x0f007e] SYSPRP FCreateTagFile:Tag file C:\Windows\system32\Sysprep\Sysprep_succeeded.tag does not already exist, no need to delete anything

I hope you found this blog post on how to fix sysprep was unable to validate your Windows Installation helpful. However, If you have any questions or encounter issues like SysPrep was unable to validate your Windows Installation, please let me know in the comment section.

Rate this post

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Virtualization Tags:Microsoft Windows, Windows 10, Windows Server 2016

Post navigation

Previous Post: Clone and Sysprep a Windows Server running on a VMware Workstation
Next Post: Install and configure iSCSI Target Server and iSCSI Initiator on a Windows Server

Related Posts

  • hyper v 1
    How to fix unable to create a new VM on HyperV Virtualization
  • OpenVz
    OpenVZ template on Proxmox Server: How to Guide Virtualization
  • Add Hyper V To VRO
    Integrate Hyper-V [SCVMM] with Veeam Recovery Orchestrator Virtualization
  • Burn ISO on MAC   Proxmox installation
    Create a bootable USB on Mac: Proxmox VE Setup Virtualization
  • XCP ng installation and VM creation
    A-Z of XCP-ng and Xen Orchestra setup and VM Creation Virtualization
  • MAP virtual disk error
    Install Workstation Pro 17: Fix failed to initialise library for mounting and unmounting virtual disks Virtualization

More Related Articles

hyper v 1 How to fix unable to create a new VM on HyperV Virtualization
OpenVz OpenVZ template on Proxmox Server: How to Guide Virtualization
Add Hyper V To VRO Integrate Hyper-V [SCVMM] with Veeam Recovery Orchestrator Virtualization
Burn ISO on MAC   Proxmox installation Create a bootable USB on Mac: Proxmox VE Setup Virtualization
XCP ng installation and VM creation A-Z of XCP-ng and Xen Orchestra setup and VM Creation Virtualization
MAP virtual disk error Install Workstation Pro 17: Fix failed to initialise library for mounting and unmounting virtual disks Virtualization

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • Clone a Virtual Machine via Export and Import
    Clone a VM via Export and Import: Copy Virtual Hard Disk on Hyper-V Virtualization
  • server 2022
    Upgrade Windows Server 2019 to 2022 via iDRAC Windows Server
  • EC2
    How to Add and Format a New Virtual Disk to an EC2 Instance AWS/Azure/OpenShift
  • Windows Server 2019
    The virtual machine has terminated unexpectedly during startup with exit code 1 (1×0): Failed to open a session for the virtual machine Windows Server 2019 Virtualization
  • logon
    Configure logon hours for users in Active Directory Windows Server
  • Standby Mode
    Disable modern standby on Windows 10 and 11 Windows
  • screenshot 2020 02 09 at 21.47.28
    How to find Computer Model and Serial Number Windows
  • Screenshot 2020 06 22 at 23.27.40 1
    Install MSSQL 2019 Developer Edition and SSMS on Windows Oracle/MSSQL/MySQL

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,814 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive

 

Loading Comments...
 

You must be logged in to post a comment.