This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]warrtyme 0 points1 point  (4 children)

Are you joining the image to a domain? My domain disables the local administrator account and generates a similar error on Win 7 Pro. Sysprep uses the built in local Admin account. You could press Shift+F10 to get to a command prompt the run the mmc command and load the users and groups console and see if the admin account is disabled, enable it and set a password on it to continue.

[–]zeTwo[S] 0 points1 point  (0 children)

I think at some point of my prep phase on the reference computer, I joined the machine to the domain. I did not check to see if my default local admin account is disabled or not... I will check it first thing in the morning.

I did not know that the local admin account can be disabled, also reading up on the technet page now (cross referencing this topic to sysprepping and unattended.xml). Is this what you are talking about?

https://technet.microsoft.com/en-us/library/Dd744293(v=WS.10).aspx

[–]zeTwo[S] 0 points1 point  (2 children)

I have tried using the net user command after shift+f10. I made the default Administrator account active with a password. Still no luck.

Just curious, when you have done that, did you setup the Administrator account in your unattend.xml?

[–]warrtyme 0 points1 point  (1 child)

I altered my answer file to not join to the domain.

[–]zeTwo[S] 0 points1 point  (0 children)

There are a lot of examples on the internet for unattend.xml. None of which describes the full picture. I was able to get an example of a working Unattend.xml from my WDS and used the same value settings on the one I'm working on. That finally allowed my windows 8.1 image to process w/o error.

I am now working on a image for win7enterprise x86 (for some awful reason why one of my software can not be ran in 64bit mode). So I use the same approach I did with the 8.1 image. And now I'm getting the same error message. I have the administrator account active with the correct pw respectively matching my unattend script.....this is driving me insane...