jueves, 18 de febrero de 2021

Crear imagen con SYSPREP - Actualización

 

Alguna veces despues de ejecutar el comando  - Sysprep /generalize /shutdown /oobe -  puede aparecer este error.



Para solucionarlo hay que hacer lo siguiente:

Import-Module appx

Import-Module dism

Get-AppxPackage -AllUsers | Remove-AppxPackage


Mirar si ya tienes algún usuario ya existe. Y eliminarlo.

Culex.


Sysprep (image creation) - Update

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.



PED II - Aprendizaje Automatico - UNED - SVR

 Hola,

Adjunto la segunda PED, tuvo un 10 :)

enlace

Culex.