70-698 · Question #47
You have five computers that run Windows 8. You need to perform an upgrade installation of Windows 10 on the computers. What are two possible ways to achieve the goal? Each correct answer presents a c
The correct answer is C. While signed in to Windows 8, run setup.exe from a network share that contains the Windows 10 D. start the computers from a bootable USB drive that contains the Windows 10 source files.. To perform an upgrade installation of Windows 10 from Windows 8, setup.exe must be launched in a way that allows the installer to detect and preserve the existing OS, files, and settings.
Question
You have five computers that run Windows 8. You need to perform an upgrade installation of Windows 10 on the computers. What are two possible ways to achieve the goal? Each correct answer presents a complete solution.
Options
- AApply an image of Windows 10 by running imagex.exe.
- BStart the computers from Windows PE, and then run setup.exe from a network share that
- CWhile signed in to Windows 8, run setup.exe from a network share that contains the Windows 10
- Dstart the computers from a bootable USB drive that contains the Windows 10 source files.
- EApply updates by using Windows Update.
How the community answered
(36 responses)- A3% (1)
- B3% (1)
- C86% (31)
- E8% (3)
Why each option
To perform an upgrade installation of Windows 10 from Windows 8, setup.exe must be launched in a way that allows the installer to detect and preserve the existing OS, files, and settings.
imagex.exe (part of the Windows AIK/ADK) is used to apply WIM images for clean deployments and does not perform an in-place upgrade that preserves the existing Windows environment.
Windows PE is a minimal preinstallation environment that does not support in-place upgrades - running setup.exe from WinPE only permits a clean installation, discarding the existing Windows 8 installation.
Running setup.exe while signed in to Windows 8 launches the installer in-place, allowing it to detect the existing installation and offer the upgrade path that preserves apps, settings, and files. This is the primary supported method for an in-place upgrade.
Booting from a Windows 10 USB drive launches setup.exe outside of Windows 8 but still allows the user to choose the upgrade option during setup, which preserves personal files and settings from the existing installation.
Windows Update delivers patches and feature updates to an already-running Windows OS but cannot perform a major version upgrade from Windows 8 to Windows 10.
Concept tested: Windows 10 in-place upgrade installation methods
Source: https://learn.microsoft.com/en-us/windows/deployment/upgrade/windows-10-upgrade-paths
Topics
Community Discussion
No community discussion yet for this question.