-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Windows 10 Creators update installer has steps that aren't answered in the autounattend.xml file #239
Comments
Hi!
Add it under |
Thanks, it worked. I also had to add some registry keys in order to enable the autologin after the first reboot: |
Thanks for those hints, and I'm seeing the same autologin bug that others are talking about elsewhere. @amatas, would you mind showing an example of where you set this? I'm looking at AutoUnattend.xml but not exactly sure in what phase those reg keys could be set in order to take effect. I'm accustomed to doing a lot of my customization as part of the Thanks! |
@timsutton these are the changes I made to fix this issue: |
Thank you! That seems to do it. Any idea whether it's possible to do this via a password hash instead of plaintext? (https://technet.microsoft.com/en-us/library/cc939702.aspx?f=255&MSPPError=-2147217396 seems to suggest no) Do you know if there is somewhere where MSFT teams track issues like these publicly? |
It seems that MSFT allows you to hide sensible data of your unattend.xml files..... but it uses BASE64 hashes for "hiding" the strings 👯 .
I don't know, sometimes is very frustrating to solve a Windows issue. The only related place I found was this, but it doesn't describe this issue. If you find an official place with that info, please share. |
Yeah, I've seen the base64 used elsewhere and use that when possible. I've also found at least one place where I seemed to require plaintext and the encoded version wasn't possible. I assume it wouldn't be too hard to security generate and store a hash compatible with the format Windows uses to store a local admin user's, so I don't understand why using a proper hash for all these files stored on disk (often by users with domain admin rights) isn't something demanded by customers. But I digress :) |
Hi there |
- Handle missing steps in installation flow [1] - Fix VirtualBox Guest Additions installation [2] [1] joefitzgerald#239 [2] joefitzgerald#250
The patch solved the problem for me as well. Thanks. @eiximenis , how did you figure out that the component name is "Microsoft-Windows-International-Core" etc? |
If I use the Windows 10 Creators update eval iso image the build process stops at the first reboot because the region and the keyboard layout are not defined:
The text was updated successfully, but these errors were encountered: