diff --git a/src/assets/in-place-upgrade/method-1-steps.jpg b/src/assets/in-place-upgrade/method-1-steps.jpg new file mode 100644 index 00000000..fcb1c301 Binary files /dev/null and b/src/assets/in-place-upgrade/method-1-steps.jpg differ diff --git a/src/assets/in-place-upgrade/method-2-steps.png b/src/assets/in-place-upgrade/method-2-steps.png new file mode 100644 index 00000000..974a5145 Binary files /dev/null and b/src/assets/in-place-upgrade/method-2-steps.png differ diff --git a/src/content/docs/guides/BIOS-update.md b/src/content/docs/guides/BIOS-update.md index a176f809..f4f95da4 100644 --- a/src/content/docs/guides/BIOS-update.md +++ b/src/content/docs/guides/BIOS-update.md @@ -8,12 +8,6 @@ pagefind: true last_modified_date: 2023-05-08 --- - - - - - - ## What is BIOS? How do I update it? BIOS stands for Basic Input Output System. It is the firmware of the motherboard that allows the control of inputs and outputs of the system, and is necessary to boot into any OS. It provides runtime services for operating systems and programs to perform hardware initialization during the boot process, so it is a necessary feature in any and all PCs. diff --git a/src/content/docs/guides/In-Place-Upgrade.md b/src/content/docs/guides/In-Place-Upgrade.md new file mode 100644 index 00000000..a3ce88e9 --- /dev/null +++ b/src/content/docs/guides/In-Place-Upgrade.md @@ -0,0 +1,44 @@ +--- +title: How to do an In-Place Install/Upgrade +description: An in-place upgrade reinstalls Windows without losing your files, settings, or apps. It fixes system issues by refreshing core OS files and is preferred over a Reset for the same outcome. +sidebar: + hidden: false +has_children: false +parent: General Guides +pagefind: true +last_modified_date: 2025-01-23 +--- +> [!WARNING] Do not use the built-in Reset features of Windows! +> +> These options do not perform a full system reinstall and can result in a broken OS. Resets use the current OS image as a base, which means any issues from the old installation can carry over and potentially cause further damage. + +> [!NOTE] Neither Resets nor In-Place upgrades help with removing Malware! +> +> Please refer to our [official malware](/safety-security/malware-guide) guide below to see how to deal with malware. + +## Method 1: Downloading the Windows ISO file +1. Download the Windows ISO file from Microsoft's official website: + - Windows 11: https://www.microsoft.com/en-us/software-download/windows11 + - Scroll all the way to the bottom to get the direct link to download the ISO. + - Windows 10: https://www.microsoft.com/en-us/software-download/windows10 + - Follow the instructions provided on the page to see how you can download the ISO file using the Media Creation Tool. +2. Double click the downloaded ISO file to mount it. + - You may get a User Account Control (UAC) dialogue, you may click Open anyways. +3. Head to the mounted drive by double clicking it. +4. In the mounted drive folder, run "setup.exe". +5. Follow the on-screen instructions to proceed with the in-place upgrade/install. + - You may also be prompted to input a product key. You can select "I previously installed Windows 11 or Windows 10 on this PC" instead to bypass this. + + ![method-1-steps.jpg](/src/assets/in-place-upgrade/method-1-steps.jpg) + +## Method 2: Utilizing Recovery Settings + +> [!NOTE] This method will only work in Windows 11 24H2 and higher! +> +> Windows 11 23H2 or lower, or Windows 10 installs will not be able to utilize this method. [Please refer to method 1 instead](/guides/in-place-upgrade/#method-1-downloading-the-windows-iso-file). + +1. Open up settings, and head to `System` -> `Recovery`. +2. You will be met with multiple options, select "Fix problems using Windows Update." + - It may have a button labled "Reinstall now". + + ![method-2-steps.png](/src/assets/in-place-upgrade/method-2-steps.png)