You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/dev/architecture.md
+149Lines changed: 149 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,6 +128,154 @@ winutil/
128
128
- CheckBoxes for options
129
129
- ListBoxes for selections
130
130
131
+
## Win11 Creator Architecture
132
+
133
+
The **Win11 Creator** is a specialized subsystem within Winutil that creates customized Windows 11 ISOs. It operates independently from the main package installation and tweak system.
134
+
135
+
### Win11 Creator Components
136
+
137
+
**Core Functions** (`functions/private/`):
138
+
-`Invoke-WinUtilISO.ps1`: Main orchestrator containing all Win11 Creator functions
139
+
-`Invoke-WinUtilISOBrowse`: ISO file selection dialog
140
+
-`Invoke-WinUtilISOMountAndVerify`: Validates and mounts ISO, verifies it's official Windows 11
141
+
-`Invoke-WinUtilISOModify`: Launches modification in background runspace
142
+
-`Invoke-WinUtilISOExport`: Handles ISO and USB export
143
+
-`Invoke-WinUtilISOCheckExistingWork`: Recovers incomplete work sessions
144
+
-`Invoke-WinUtilISOCleanAndReset`: Cleans up temp directories and resets UI
145
+
146
+
-`Invoke-WinUtilISOScript.ps1`: Applies modifications to mounted install.wim
Copy file name to clipboardExpand all lines: docs/content/userguide/win11Creator/_index.md
+25-8Lines changed: 25 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,14 @@ weight: 5
8
8
Winutil includes a built-in **Win11 Creator** tool that lets you take any official Windows 11 ISO and produce a customized, debloated version — with telemetry removed, hardware requirement checks bypassed, and local account setup enabled out of the box. You can export the result as a new ISO file or write it directly to a USB drive.
9
9
10
10
> [!IMPORTANT]
11
-
> You need a valid Windows 11 ISO before starting. Download one from [Microsoft's official site](https://www.microsoft.com/en-us/software-download/windows11) or use [UUP Dump](https://uupdump.net/). The process uses ~10–15 GB of temporary disk space, so make sure you have room.
11
+
> You need an **official Windows 11 ISO**from [Microsoft's website](https://www.microsoft.com/en-us/software-download/windows11)before starting. Custom, modified, or non-official ISOs are not supported. The process uses ~10–15 GB of temporary disk space, so make sure you have room.
12
12
13
13
---
14
14
15
-
### Step 1 — Select Your ISO
15
+
### Step 1 — Select Your Official Windows 11 ISO
16
16
17
17
1. Open Winutil and go to the **Win11 Creator** tab.
18
-
2. Click **Browse** and select your Windows 11 ISO file(must be 4 GB or larger).
18
+
2. Click **Browse** and select your **official Windows 11 ISO file** from Microsoft (must be 4 GB or larger). Custom or modified ISOs are not supported.
19
19
3. The file path and size will appear on screen once selected.
20
20
21
21
---
@@ -35,14 +35,31 @@ Winutil includes a built-in **Win11 Creator** tool that lets you take any offici
35
35
36
36
Click **Run Windows ISO Modification and Creator** to start the customization process. Winutil will:
37
37
38
+
**App & Component Removal:**
38
39
-**Remove 40+ bloat apps** — Clipchamp, Teams, Copilot, Dev Home, new Outlook, Bing apps, Solitaire, and more
39
40
-**Delete OneDrive setup** from the image
40
-
-**Apply registry tweaks** — disables telemetry, advertising ID, tailored experiences, and cloud content features
41
+
42
+
**System Customization:**
41
43
-**Bypass hardware checks** — removes TPM, Secure Boot, CPU, and RAM requirement enforcement so the ISO installs on unsupported hardware
42
44
-**Enable local account setup** — injects an `autounattend.xml` that skips the Microsoft account screen during OOBE
45
+
-**Disable BitLocker and device encryption** — removes startup overhead
-**Disable cloud content features** — app suggestions, Microsoft Store recommendations
45
53
-**Remove telemetry scheduled tasks** — CEIP, Appraiser, WaaSMedic, and others
54
+
-**Disable OneDrive folder backup** — prevents automatic backups to cloud
55
+
-**Prevent DevHome and Outlook post-setup installation**
56
+
-**Prevent Teams installation** — blocks auto-install after OOBE
57
+
-**Prevent new Outlook Mail app installation**
58
+
-**Disable Windows Update during OOBE** — re-enabled automatically on first login
59
+
-**Disable Copilot and search box suggestions**
60
+
61
+
**Optional: Driver Injection**
62
+
- If enabled, injects all drivers from your current system into the install.wim and boot.wim — useful for offline installations on machines with missing drivers. This is an optional checkbox in Step 3.
46
63
47
64
A live log shows progress as each step completes. This stage takes **10–30 minutes** depending on your disk speed — the WIM dismount near the end is the slowest part, so don't close Winutil while it's running.
48
65
@@ -94,9 +111,9 @@ When you install Windows 11 from your modified ISO:
94
111
-**No Microsoft account required** — create a local account directly during setup
95
112
-**No hardware checks** — installs on machines without TPM 2.0, Secure Boot, or supported CPUs
96
113
-**Dark mode enabled by default**
97
-
-**Empty taskbar and Start Menu** — no pinned apps
98
-
-**Windows Update re-enabled automatically**after first login (it's paused during OOBE to prevent interruption)
-**Empty taskbar and Start Menu** — no pinned apps, Chat icon removed
115
+
-**Windows Update disabled during OOBE**— automatically re-enabled on first login to prevent setup interruptions
116
+
-**BitLocker disabled** — removes startup overhead on first boot
100
117
101
118
---
102
119
@@ -150,4 +167,4 @@ A list of the best free and open source tools for downloading, creating and flas
150
167
> Always download Windows ISOs from official Microsoft sources or trusted tools like Rufus/UUP Dump to avoid tampered images.
151
168
152
169
> [!NOTE]
153
-
> Newer Windows 11 ISOs may not boot correctly on older versions of Ventoy — make sure Ventoy is up to date before use. If issues persist after updating, this is a Ventoy compatibility limitation outside of Winutil's control.
170
+
> Newer Windows 11 ISOs may not boot correctly on older versions of Ventoy — make sure Ventoy is up to date before use. If issues persist after updating, this is a Ventoy compatibility limitation outside of Winutil's control.
0 commit comments