Windows 10 clone : Sysprep not work

fabienfs

Member
Jun 6, 2021
25
2
8
32
Hello,

I created a Windows 10 VM on which I did all the updates, installed all the drivers, made all my personnal configurations and now I would like to be able to duplicate this VM.

So, I wanted to convert this VM as a template but before, that I saw that it was necessary to run the SYSPREP utility to delete certain identification data specific to the machine.

Unfortunately, and like many people apparently, SYSPREP on Windows 10 (Win10 21H1 x64) gives an error and does not work "Sysprep was not able to validate your Windows installation" (setupact.log : https://pastebin.com/R45BRgvN)

I read on various forums that it could be a Windows bug which would not allow to run SYSPREP after some Windows updates?

The goal for me is precisely to duplicate an already up-to-date machine with all my preferences and not to duplicate a completely virgin machine.

So my question is: is it serious to duplicate a Windows 10 VM without Sysprep?
Is there possibly another way to remove certain Windows specific identifications from a clone?


thanks
 
  • Like
Reactions: fpausp
Thanks
This video was a good start, but not enough. I also had to run the following commands:

Delete everything :
Get-AppxPackage -AllUsers | Remove-AppxPackage :
Get-AppxProvisionedPackage -online | Supprimer-AppxProvisionedPackage -en lign

https://social.technet.microsoft.co...n-windows-10-build-1803?forum=win10itprosetup

Now is ok :)
thanks
Is this still the method to duplicate a Win10 VM? I'm going to try a full clone for the first time, and I'm curious if this is still correct in 2024.