From 718549355dcceeb755932c238250359437a72aa2 Mon Sep 17 00:00:00 2001 From: WindowsAddict Date: Tue, 26 Mar 2024 04:33:40 +0530 Subject: [PATCH] Redirect inplace repair guide link --- _site/guide_links.html | 5 +- _site/in-place_repair_upgrade.html | 523 +---------------------------- guide_links.md | 2 +- in-place_repair_upgrade.html | 3 + in-place_repair_upgrade.md | 35 -- 5 files changed, 9 insertions(+), 559 deletions(-) create mode 100644 in-place_repair_upgrade.html delete mode 100644 in-place_repair_upgrade.md diff --git a/_site/guide_links.html b/_site/guide_links.html index 59deb5a..d569932 100644 --- a/_site/guide_links.html +++ b/_site/guide_links.html @@ -417,8 +417,9 @@ Issue

Spoofers

  • Change Edition Issues

  • -
  • In-place Repair -Upgrade

  • +
  • In-place +Repair Upgrade

  • diff --git a/_site/in-place_repair_upgrade.html b/_site/in-place_repair_upgrade.html index 0b1a802..aca421d 100644 --- a/_site/in-place_repair_upgrade.html +++ b/_site/in-place_repair_upgrade.html @@ -1,522 +1,3 @@ - - - - - - - - - - - - -In-place Repair Upgrade - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - - - -
    -
    -
    -
    -
    - -
    - - - - - - - - - -
    -

    In-place Repair Upgrade

    -

    (Keeping files and apps)

    -
    -

    In-place repair upgrade using Windows ISO file is a good way to fix -system errors. Here’s how you can perform it.

    -
    -

    Steps

    -
      -
    • Download the Windows ISO, preferably from MSDL in the same Windows -language, and architecture. -
        -
      • To check the installed Windows architecture, open Powershell as -admin and enter,
        -Get-WmiObject -Class Win32_OperatingSystem | Format-List OSArchitecture

        -

        x64 means 64 Bit, x86 means 32 Bit

      • -
      • To check the installed Windows Language, open Powershell as admin -and enter,
        -dism /english /online /get-intl | find /i "Default system UI language"

      • -
      • Note: If you are running the Enterprise LTSC edition, you will -need to download that edition’s ISO file from here.

      • -
    • -
    • Double-click on the ISO file once it is downloaded.
    • -
    • If it opens in another program like 7-Zip, close it, right-click on -the ISO, Open With > Windows Explorer
    • -
    • A new DVD drive will appear in Windows Explorer, which means the -installation image has been mounted successfully.
    • -
    • Go into that DVD drive and run setup.exe, just continue until you -reach the final confirmation screen.
    • -
    • Make sure it says “Keep all files and apps” on the -final screen. Then you can continue the process and wait until it is -done.
    • -
    -
    -
    -
    -

    Troubleshoot

    -
      -
    • If you are not getting the option to keep files and apps, or the -setup is showing any error, you can connect -with us for help.
    • -
    -
    -
    - - - - -
    -
    - -
    - - - - - - - - - - - - - - - - + + \ No newline at end of file diff --git a/guide_links.md b/guide_links.md index b009c87..4f66a97 100644 --- a/guide_links.md +++ b/guide_links.md @@ -22,4 +22,4 @@ pagetitle: Guide Links - [Change Edition Issues](change_edition_issues.html) -- [In-place Repair Upgrade](in-place_repair_upgrade.html) +- [In-place Repair Upgrade](https://gravesoft.dev/guides/in-place_repair_upgrade) diff --git a/in-place_repair_upgrade.html b/in-place_repair_upgrade.html new file mode 100644 index 0000000..aca421d --- /dev/null +++ b/in-place_repair_upgrade.html @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/in-place_repair_upgrade.md b/in-place_repair_upgrade.md deleted file mode 100644 index 78176d0..0000000 --- a/in-place_repair_upgrade.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -pagetitle: In-place Repair Upgrade ---- - -# In-place Repair Upgrade - -(Keeping files and apps) - ------------------------------------------------------------------------- - -In-place repair upgrade using Windows ISO file is a good way to fix system errors. Here's how you can perform it. - -## Steps - -- Download the Windows ISO, preferably from [MSDL](https://msdl.gravesoft.dev/) in the same Windows language, and architecture. - - To check the installed Windows architecture, open Powershell as admin and enter,\ - `Get-WmiObject -Class Win32_OperatingSystem | Format-List OSArchitecture` - - x64 means 64 Bit, x86 means 32 Bit - - - To check the installed Windows Language, open Powershell as admin and enter,\ - `dism /english /online /get-intl | find /i "Default system UI language"` - - - Note: If you are running the Enterprise LTSC edition, you will need to download that edition's ISO file from [here](genuine-installation-media.html). -- Double-click on the ISO file once it is downloaded. -- If it opens in another program like 7-Zip, close it, right-click on the ISO, Open With \> Windows Explorer -- A new DVD drive will appear in Windows Explorer, which means the installation image has been mounted successfully. -- Go into that DVD drive and run setup.exe, just continue until you reach the final confirmation screen. -- Make sure it says "**Keep all files and apps**" on the final screen. Then you can continue the process and wait until it is done. - ------------------------------------------------------------------------- - -## Troubleshoot - -- If you are not getting the option to keep files and apps, or the setup is showing any error, you can [connect with us](troubleshoot.html) for help.