Skip to content

Commit 29984fa

Browse files
committed
move more to install FAQ, fix decryptying typo
1 parent 5b108ba commit 29984fa

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

docs/getting-started/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,15 +127,15 @@ You can find your network driver online by searching for your device/motherboard
127127
1. Type in your noted-down drive letter, including the colon, and then **without a space**, type `\sources\setup.exe` after it. [**Example:** `H:\sources\setup.exe`](../assets/images/win-setup-run-dialog.webp)
128128

129129
1. Press ++enter++ on the Run dialog, and accept the User Account Control prompt
130-
- 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](../general-faq/decryptying-using-bitlocker.md) to resolve this, and then attempt this again
130+
- 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](../install-faq/decrypting-using-bitlocker.md) to resolve this, and then attempt this again
131131

132132
1. Select **No thanks** when prompted for updates and uncheck the box for **I want to help make the Windows installation better**
133133

134134
1. Click **I don't have a product key**, as Windows will activate automatically later, presuming that Windows is legitimately activated beforehand
135135

136136
1. Choose your edition of Windows
137137
<!-- --8<-- [end:reinstalling] -->
138-
- For Atlas, we strongly recommend and officially support Windows Pro, with **Windows Home not being officially supported.** See our page on [Windows Editions](../general-faq/windows-editions.md) for more information
138+
- For Atlas, we strongly recommend and officially support Windows Pro, with **Windows Home not being officially supported.** See our page on [Windows Editions](../install-faq/windows-editions.md) for more information
139139
<!-- --8<-- [start:reinstalling1] -->
140140

141141
1. Accept the license agreement and click **Custom: Install Windows only (advanced)**
@@ -198,7 +198,7 @@ You can find your network driver online by searching for your device/motherboard
198198

199199
1. Follow [Microsoft's guide](https://support.microsoft.com/en-us/windows/reinstall-windows-d8369486-3e33-7d9c-dccc-859e2b022fc7#ID0EDBBBBBBBDBD) for a clean installation from step 4 (clicking **Install now**)
200200
<!-- --8<-- [end:reinstalling1] -->
201-
- For Atlas, we strongly recommend and officially support Windows Pro, with **Windows Home not being officially supported.** See our page on [Windows Editions](../general-faq/windows-editions.md) for more information
201+
- For Atlas, we strongly recommend and officially support Windows Pro, with **Windows Home not being officially supported.** See our page on [Windows Editions](../install-faq/windows-editions.md) for more information
202202

203203

204204
### :material-cog: Initial setup (OOBE)

mkdocs.insiders.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,17 +64,17 @@ plugins:
6464
'faq-and-troubleshooting/ame-wizard-errors/atlas-playbook-stuck.md': 'install-faq/ame-wizard-errors/atlas-playbook-stuck.md'
6565
'faq-and-troubleshooting/ame-wizard-errors/build-not-supported.md': 'install-faq/ame-wizard-errors/build-not-supported.md'
6666
'faq-and-troubleshooting/ame-wizard-errors/cant-disable-defender.md': 'install-faq/ame-wizard-errors/cant-disable-defender.md'
67+
'faq-and-troubleshooting/common-questions/decryptying-using-bitlocker.md': 'install-faq/decrypting-using-bitlocker.md'
68+
'faq-and-troubleshooting/common-questions/windows-editions.md': 'install-faq/windows-editions.md'
69+
'faq-and-troubleshooting/common-questions/atlas-iso-files.md': 'install-faq/atlas-iso-files.md'
6770
'faq-and-troubleshooting/common-questions/atlas-and-security.md': 'general-faq/atlas-and-security.md'
6871
'faq-and-troubleshooting/common-questions/updating-atlas.md': 'general-faq/updating-atlas.md'
69-
'faq-and-troubleshooting/common-questions/atlas-iso-files.md': 'general-faq/atlas-iso-files.md'
7072
'faq-and-troubleshooting/common-questions/atlas-folder-missing.md': 'general-faq/atlas-folder-missing.md'
7173
'faq-and-troubleshooting/common-questions/atlas-folder-scripts.md': 'general-faq/atlas-folder-scripts.md'
72-
'faq-and-troubleshooting/common-questions/windows-editions.md': 'general-faq/windows-editions.md'
7374
'faq-and-troubleshooting/common-questions/windows-update-errors.md': 'general-faq/windows-update-errors.md'
7475
'faq-and-troubleshooting/common-questions/testing-nightly-builds.md': 'general-faq/testing-nightly-builds.md'
7576
'faq-and-troubleshooting/common-questions/acrobat-not-installing.md': 'general-faq/acrobat-not-installing.md'
7677
'faq-and-troubleshooting/common-questions/bluetooth-compatibility.md': 'general-faq/bluetooth-compatibility.md'
77-
'faq-and-troubleshooting/common-questions/decryptying-using-bitlocker.md': 'general-faq/decryptying-using-bitlocker.md'
7878
'faq-and-troubleshooting/common-questions/itunes-compatibility.md': 'general-faq/itunes-compatibility.md'
7979
'faq-and-troubleshooting/common-questions/media-pack-not-found.md': 'general-faq/media-pack-not-found.md'
8080
'faq-and-troubleshooting/common-questions/microsoft-store.md': 'general-faq/microsoft-store.md'

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ nav:
6060
- What's removed?: install-faq/removed-features.md
6161
# discord_bot_names: ['removed-features', 'deleted-features', 'whats-stripped']
6262
- Who is Atlas for?: install-faq/who-is-atlas-for.md
63+
- Atlas ISO files: install-faq/atlas-iso-files.md
64+
- Windows Editions: install-faq/windows-editions.md
65+
- Decrypting using BitLocker: install-faq/decrypting-using-bitlocker.md
6366
- Reverting Atlas: getting-started/reverting-atlas.md
6467
# discord_friendly_name: ['revert', 'uninstall-atlas']
6568
- AME Wizard Errors:
@@ -71,15 +74,12 @@ nav:
7174
- General FAQ:
7275
- Atlas and Security: general-faq/atlas-and-security.md
7376
- Updating Atlas: general-faq/updating-atlas.md
74-
- Atlas ISO files: general-faq/atlas-iso-files.md
7577
- Atlas Folder Missing: general-faq/atlas-folder-missing.md
7678
- Atlas Folder Scripts: general-faq/atlas-folder-scripts.md
77-
- Windows Editions: general-faq/windows-editions.md
7879
- Windows Update Errors: general-faq/windows-update-errors.md
7980
- Testing Nightly Builds: general-faq/testing-nightly-builds.md
8081
- Acrobat not installing: general-faq/acrobat-not-installing.md
8182
- Bluetooth Compatibility: general-faq/bluetooth-compatibility.md
82-
- Decrypting using BitLocker: general-faq/decryptying-using-bitlocker.md
8383
- iTunes Compatibility: general-faq/itunes-compatibility.md
8484
- Installing the Media Pack: general-faq/media-pack-not-found.md
8585
- Microsoft Store: general-faq/microsoft-store.md

0 commit comments

Comments
 (0)