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
Before installing Atlas, you need a clean ISO to fully reinstall Windows.
40
+
41
+
<!-- --8<-- [start:iso1] -->
42
+
Choose your desired Windows version's ISO file, which will be used later in the guide.
43
+
44
+
<spanclass="noJs">The buttons below download an ISO directly from Microsoft's servers. They get the latest version of your desired Windows version for [Intel, AMD, and ARM CPUs](https://www.tenforums.com/tutorials/132836-check-what-processor-cpu-windows-pc.html#option1).</span>
45
+
46
+
<noscript>
47
+
<b>The documentation's Windows ISO downloader doesn't show for you due to the documentation being loaded without JavaScript.</b>
48
+
See the alternatives below.
49
+
</noscript>
50
+
51
+
!!! question "Which version should I choose?"
52
+
For AMD and Intel CPUs, download the x86_64 (x64) version. For Qualcomm Snapdragon or other supported ARM SoCs, download the ARM64 version
53
+
54
+
??? grey-tip "Alternatives (x86_64 Only)"
55
+
56
+
!!! tip
57
+
Even though the downloader we use in our docs use Microsoft's servers, you can also download the ISO directly from Microsoft or use the Windows Media Creation Tool.
## **4.** :material-desktop-classic: Continue with setup
52
-
53
-
You should now be at the regular Windows initial setup and back on stock Windows.
80
+
81
+
<!-- --8<-- [start:drivers] -->
82
+
## :material-ethernet: **2.** Network Drivers
83
+
84
+
By default, Windows may not have your computer's network drivers, meaning after reinstalling, your computer could have no internet connection.
85
+
86
+
For this reason, we **strongly** recommend that you do one of the following:
87
+
88
+
- Download your network drivers beforehand and store them on external storage
89
+
- Have the ability to download and transfer network drivers from another device later
90
+
91
+
!!! question "Where do I get my network drivers?"
92
+
!!! info inline ""
93
+

94
+
95
+
You can find your computer's network drivers online by searching for your device or motherboard's official support page.
96
+
97
+
If you can't find it, try searching online for your network device's name in Device Manager instead.
98
+
99
+
If multiple of the latest network drivers are available, download them all.
100
+
101
+
102
+
103
+
<!-- --8<-- [end:drivers] -->
104
+
105
+
106
+
## :material-microsoft-windows: **3.** Reinstalling Windows
107
+
108
+
Before continuing, we **strongly** recommend you back up any valuable data to an external drive or [a cloud service](../../getting-started/install/before-continuing.md).
109
+
110
+
=== ":material-microsoft: No USB Drive (recommended)"
111
+
112
+
<!-- --8<-- [start:windowsOldNotice] -->
113
+
**Only if you have enough free storage**, after finishing the Windows reinstall, `Windows.old` will be at the start of your Windows drive, containing your old data. You can retrieve data from the folder and delete it afterward, which this guide [covers later](#7-your-old-windows-installation).
114
+
<!-- --8<-- [end:windowsOldNotice] -->
115
+
116
+
This method only works if you're already on Windows.
117
+
118
+
1. Disconnect any cables providing internet to your computer, such as an ethernet cable. Do not reconnect any until instructed to do so
119
+
120
+
1. Right-click the previously downloaded ISO file and select **Open With** -> **File Explorer**
121
+
122
+
1. Open **This PC** in File Explorer, and remember the ISO's drive letter (e.g. `H`) for the next step. The drive should look similar to { .twemoji } **CCCOMA_X64FRE_EN-GB_DV9**
123
+
124
+
1. Press ++win+r++ to open the Run dialog
125
+
126
+
1. Inside the Run dialog, type in the previously remembered drive letter, and then **without a space**, type `:\sources\setup.exe` after it. [**Example:** `H:\sources\setup.exe`](../../assets/images/win-setup-run-dialog.webp)
127
+
128
+
1. Press ++enter++ on the Run dialog, and accept the User Account Control prompt
129
+
- The message ["Make sure BitLocker Drive Encryption is suspended"](../../assets/images/bitlocker-error-setup.jpg) could appear from the Windows Setup when you press ++enter++. Refer to our [BitLocker decrypting instructions](../../faq/install-faq/decrypting-using-bitlocker.md) to resolve this, then retry from step 5 onwards
130
+
131
+
1. Select **No thanks** when prompted for updates, then uncheck the box for **I want to help make the Windows installation better**
132
+
133
+
1. If prompted, click **I don't have a product key**, as Windows should auto-activate later
134
+
- If Windows doesn't auto-activate, you can enter a key later within Windows
135
+
136
+
1. Choose your edition of Windows.
137
+
<!-- --8<-- [end:reinstalling] -->
138
+
<!-- --8<-- [start:atlasEditions] -->
139
+
140
+
!!! note "Supported Editions"
141
+
142
+
- Windows Pro
143
+
- Windows Pro for Workstations
144
+
- Windows Enterprise (excluding LTSC, IoT LTSC)
145
+
146
+
**Windows Home is not supported.** If the Windows Setup did not give a choice of edition and it installs Windows Home anyway, you can always change Windows edition later by changing your Windows product key once Windows has finished installing, without having to reinstall anything.
147
+
<!-- --8<-- [end:atlasEditions] -->
148
+
149
+
!!! note "Windows 11 Requirement Error?"
150
+
If you encounter an error stating your PC doesn't meet the requirements, you might need to enable TPM 2.0 in your BIOS/UEFI. See our guide: [:link: Enabling TPM 2.0](../../faq/general-faq/enabling-tpm.md)
151
+
152
+
<!-- --8<-- [start:reinstalling1] -->
153
+
154
+
1. Accept the license agreement and click **Custom: Install Windows only (advanced)**
155
+
156
+
1. Select your Windows drive, click **Next**, click **OK** to the warning about `Windows.old`, and let the installation finish
157
+
158
+
=== ":material-usb-flash-drive: USB Drive"
159
+
160
+
This method works on Linux and Windows.
161
+
162
+
1. Download the latest release of [Ventoy :material-download:](https://github.com/ventoy/Ventoy/releases/) and extract it wherever you feel comfortable.
163
+
- Linux users can get it using a package manager
164
+
165
+
1. Inside the Ventoy folder, run **Ventoy2Disk**
166
+
167
+
1. In the opened window, select your USB drive and click **Install**
168
+
- This will destroy all data on the USB drive!
169
+
170
+
1. Copy your downloaded ISO file into the USB drive (labeled Ventoy)
171
+
172
+
1. Disconnect any cables providing your computer internet, such as an ethernet cable
173
+
- Do not reconnect to the internet until instructed to
174
+
175
+
1. Restart your computer, boot into your BIOS' boot menu, then select the USB drive
If you get an error screen saying there was a 'Security Violation,' follow the steps below:
188
+
189
+
1\. Press ++enter++ to load **MokManager**
190
+
191
+
2\. Press any key to begin key management
192
+
193
+
3\. Choose **Enroll Key From Disk**
194
+
195
+
- The controls are arrow keys to move and ++enter++ to select
196
+
197
+
4\. Choose `VTOYEFI`
198
+
199
+
5\. Choose `ENROLL_THIS_KEY_IN_MOKMANAGER.cer`
200
+
201
+
6\. Choose **Continue**, then **Yes**, and finally **Reboot**
202
+
203
+
7\. Boot from the USB again, as the issue should be resolved
204
+
205
+
------
206
+
207
+
If it is still not working, try 'Hash Enrollment,' as detailed in [Ventoy's guide](https://ventoy.net/doc_secure.html).
208
+
209
+
1. Once booted into the Ventoy menu, select the Windows ISO using the arrow keys, press ++enter++, click **Boot in normal mode**, and press ++enter++ again
210
+
211
+
1. **If you're installing Windows 11,** once booted into the Windows Setup, click 'Next' twice, then click 'Previous version of setup' in the bottom left corner of the window
212
+
213
+
1. Select your preferred language preferences, click **Next**, then click **Install Now**
214
+
215
+
1. If prompted, click **I don't have a product key**, as Windows will activate automatically later (as long as you have previously activated Windows legitimately)
216
+
217
+
1. Choose your Windows edition
218
+
<!-- --8<-- [end:reinstalling1] -->
219
+
--8<-- "installation.md:atlasEditions"
220
+
221
+
!!! note "Windows 11 Requirement Error?"
222
+
If installing Windows 11 and you encounter an error stating your PC doesn't meet the requirements, you might need to enable TPM 2.0 in your BIOS/UEFI. See our guide: [:link: Enabling TPM 2.0](../../faq/general-faq/enabling-tpm.md)
223
+
224
+
<!-- --8<-- [start:reinstalling2] -->
225
+
226
+
1. Accept the license agreement and click **Custom: Install Windows only (advanced)**
227
+
228
+
1. At the 'Where do you want to install Windows?' screen, choose one of the following:
0 commit comments