-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
docs: correct Win11 Creator behavior after the ISO workflow refactor #4920
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -56,9 +56,7 @@ Click **Run Windows ISO Modification and Creator** to start the customization pr | |
| - **Enable local account setup** — injects an `autounattend.xml` that skips the Microsoft account screen during OOBE | ||
| - **Disable BitLocker and device encryption** — removes startup overhead | ||
| - **Disable Chat icon** — removes chat taskbar button | ||
| - **Strip unused editions** — keeps only your selected edition, saving 1–2 GB per removed edition | ||
| - **Pin the selected edition during setup** — writes setup metadata so OEM firmware keys for a different edition do not force the installer down the wrong product-key path | ||
| - **Clean the component store** — runs DISM cleanup to reclaim another 300–800 MB | ||
|
|
||
| **Privacy & Telemetry Tweaks:** | ||
| - **Disable telemetry** — advertising ID, tailored experiences, input personalization, speech online privacy | ||
|
|
@@ -76,6 +74,10 @@ Click **Run Windows ISO Modification and Creator** to start the customization pr | |
|
|
||
| A live log shows progress as each step completes. This stage usually takes **10–30 minutes** depending on disk speed. The WIM dismount near the end is the slowest part, so do not close WinUtil while it is running. | ||
|
|
||
| :::note | ||
| The resulting ISO is close to the size of the source ISO. WinUtil does not remove the unused editions from `install.wim`; it selects your edition through `sources\ei.cfg` and `autounattend.xml` so Windows Setup installs the right one. | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
For runs without driver injection, this new note is the only place explaining that the image is preserved, but the Step 3 bullets immediately above still promise AppX, OneDrive, registry, and task removals as if they are baked into the ISO. The implementation writes AGENTS.md reference: AGENTS.md:L127-L127 Useful? React with 👍 / 👎.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Skipping this one deliberately. The Step 3 bullets are pre-existing text that this PR does not touch, and an earlier revision added exactly this clarification before it was reverted to keep the change scoped to the edition and output size claims behind #4918. On the substance you are right, but a header tweak would not do it justice. The passes differ: the hardware requirement bypasses are written during AGENTS.md section 6 also asks not to improve adjacent docs unless required, so I would rather leave this for the follow-up pass than half-fix it here. |
||
| ::: | ||
|
|
||
| --- | ||
|
|
||
| ### Step 4 — Export Your Result | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.