Sometimes I have found this error when you run this command (Sysprep /generalize /shutdown /oobe)
In this situation you have to do the next:
Import-Module appx
Import-Module dism
Get-AppxPackage -AllUsers | Remove-AppxPackage
Then, you check if a previous user has been created and you delete it
Culex.
No hay comentarios:
Publicar un comentario