-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MicroWin] Add custom user settings and other changes (docs/bugfixes) #2575
[MicroWin] Add custom user settings and other changes (docs/bugfixes) #2575
Conversation
I think best user experience is just don't specify "User Accounts" in unattended and bypass oobe=true will ask only about User and Password. I tested so many times and it works. |
Or use interactive account settings |
@zmileski, it's become harder to configure a local account interactively in Windows 11 version 24H2 onwards. It now requires a Microsoft account; the only way to pass it is to turn off the network adapters. Here is a test run with interactive account settings on the latest Dilithium build (build 27686): |
@zmileski Microsoft has other ideas interactive will not work any longer for local accounts. Thank you @CodingWonders for this as it is exactly what I had in mind. |
Just tested on build 27686 with https://schneegans.de/windows/unattend-generator/ oobe was bypasset and only in the end asked me to enter user and password and was online during setup what i used in unattend |
The same settings were applied in my test case. Translated to the DT Language: @zmileski, so that is weird. Could it be VirtualBox? |
Yes maybe it is with network on virtual box |
Some people have reported that the target image doubles in size. This is fixed in #2585 |
* Make "Download" a direct link to download the latest Win11 ISO (ChrisTitusTech#2574) * Auto pushes docs (ChrisTitusTech#2580) * [MicroWin] Add custom user settings and other changes (docs/bugfixes) (ChrisTitusTech#2575) * [MicroWin] Add custom user settings * Update inputXML.xaml * Update MicroWin documentation to reflect changes * Update Invoke-WinUtilMicroWin-Helper.ps1 * Update Invoke-WPFMicrowin.ps1 --------- Co-authored-by: Justin Horner <[email protected]> Co-authored-by: Real-MullaC <[email protected]> Co-authored-by: CodingWonders <[email protected]>
Pull Request
Title
(Same as title)
Type of Change
Description
Some people on the Discord community had suggested the ability to configure a custom user, and that's what this PR is (mainly) about.
Result with empty values:
Result with custom values:
It also adds checks for expedited app removal to prevent it from throwing REG errors
Testing
Testing concluded with custom users being reflected in the target unattended answer file
Impact
Custom user accounts
Issue related to PR
None (suggestion on Discord)
Additional Information
None, apart from slight changes in documentation
Checklist