i windows server 2016tp5 build packer. iso downloaded msdn, , hash fine. packer on machine working fine linux , windows server 2012r2. autounattend , scripts same 2012r2, scripts can run on test vm ws2015tp5.
the problem sysprep fails error setupdigetclassdevs failed error 0
i've tried:
get-appxpackage -alluser | remove-appxpackage stop-service -name "tiledatamodelsvc" set-service -name "tiledatamodelsvc" -startuptype disabled set-itemproperty -path "registry::hklm\system\setup\status\sysprepstatus" -name "generalizationstate" -value 7
... nothing helped. ideas how can fixed?
thanks in advance!
fixed shutdown_command a:/sysprep.bat instead of plaintext command same solution works 2012r2 well.
Comments
Post a Comment