Question

Difficulty: HardOS Installation and Upgrade Methods

A systems administrator is troubleshooting a mission-critical workstation running a 64-bit edition of Windows 10 Pro. The operating system exhibits severe system file corruption, but proprietary accounting software installed on the system uses non-transferable local licenses that cannot be reinstalled or backed up. The administrator must restore operating system file integrity while keeping all installed applications, user configurations, and personal data fully intact. Which of the following installation methods should the administrator perform?

  1. Perform an in-place repair installation by running setup.exe from installation media within the active operating system and selecting the option to keep personal files and apps.Answer
  2. B
    Boot the workstation directly from Windows 10 installation media and select Custom: Install Windows only (advanced) targeted at the primary OS partition.
  3. C
    Boot into the Windows Recovery Environment command prompt and execute dism /online /cleanup-image /restorehealth to fetch replacement system files.
  4. D
    Boot the workstation from a 64-bit Windows 10 Home setup drive to downgrade system binaries while retaining local application configurations.

Answer

The administrator should perform an in-place repair installation by running setup.exe from installation media within the active operating system and selecting the option to keep personal files and apps.
Performing an in-place repair installation involves launching setup.exe from within the running Windows desktop environment using matching media version and edition. Choosing to keep personal files and apps replaces corrupted system binaries, DLLs, and system registry components while retaining all installed applications, settings, user profiles, and local software licenses.

Step-by-Step Solution

1
Analyze the operational constraints and installation objective.
Identified the need to repair core operating system file corruption without losing installed software, user settings, or local license entries.
Clean installations or partition formatting wipe installed applications and application state.
2
Evaluate operating system installation and repair methods.
Running setup.exe from matching Windows 10 installation media inside the existing desktop environment allows an in-place repair upgrade.
This process overwrites corrupted system files and system components while leaving installed applications, registry keys for software licenses, and user files intact.
3
Verify why alternative methods fail under scenario constraints.
Custom installs move files to Windows.old and lose app installations, while incorrect DISM command switches in WinRE fail to repair the target offline OS.
Selecting an in-place repair install from within the booted operating system is the only method meeting all administrative requirements.

Key Concept

OS Repair and In-Place Installation Methods
Estimated Time:2m 0s
Rate this question