diff --git a/src/docs/installing/installing-windows.md b/src/docs/installing/installing-windows.md index 2e9e243b..b47f3a2b 100644 --- a/src/docs/installing/installing-windows.md +++ b/src/docs/installing/installing-windows.md @@ -13,7 +13,7 @@ Do not use Windows 8 or older. Only recent Windows 10 and 11 builds are supporte Do not use unofficial versions of Windows, such as Ghost Specter or tiny10/11. **They are not supported** and may contain **undetectable malware** and/or security vulnerabilities. ::: -1. Get a USB containing a Windows image. Ventoy, Rufus, and the official Windows media creation tool are the only methods that can be used to create a Windows USB. +1. Get a USB containing a Windows image. Rufus, and the official Windows media creation tool are the only methods that can be used to create a Windows USB. If you want to skip step 2, you can use Rufus, as they can bypass Windows 11 requirements. 2. Bypassing Windows 11 installation checks: diff --git a/src/docs/installing/post-install.md b/src/docs/installing/post-install.md index f7ae2476..213377bc 100644 --- a/src/docs/installing/post-install.md +++ b/src/docs/installing/post-install.md @@ -27,6 +27,16 @@ Install [Chrultrabook Tools](https://github.com/death7654/Chrultrabook-Tools/rel 3. Type `bcdedit /set {default} useplatformclock true` and press Enter. 4. Reboot +### Doing an in-place upgrade (espetialy for Windows 11) + +1. Download the Windows .iso and then mount it. +2. Click on the top bar and write cmd +3. Type `setup /product server` for bypassing the requirements. +4. Follow the instructions that appears on the screen. +::: tip +If you encounter issues while updating, remove CoolStar's drivers (touchpad, touchscreen, audio, etc.) before retrying — they may sometimes cause problems. Reinstall them after the installation finishes. +::: + ## Linux ### General QOL Fixes