Subdomain 1.3: File systems
1.A technician is tasked with upgrading a user's computer from Windows 10 Home to Windows 10 Pro. The user insists that all installed applications, personal files, and system settings must remain intact. Which of the following is the most efficient way to accomplish this?
- A.Perform a clean install using a Windows 10 Pro USB drive.
- B.Change the product key in the Windows Activation settings.
- C.Boot into Windows PE and use DISM to apply a new image.
- D.Run the Sysprep utility to generalize the current installation.
Show answer & explanation
Correct answer: B — Change the product key in the Windows Activation settings.
- A. A clean install involves reformatting the drive or overwriting the existing OS, which would erase all installed applications, settings, and personal files. This fails to meet the user's requirement to keep the current environment intact.
- B. Changing the product key in the Windows Activation settings is the standard in-place upgrade path. Windows will verify the key, download the necessary Pro-only features, and unlock them without affecting the user's data, applications, or settings. This is the most efficient and least disruptive method.
- C. Booting into Windows Preinstallation Environment (Windows PE) and using Deployment Image Servicing and Management (DISM) is typically used for large-scale deployments or system recovery. It is a complex process that would not preserve the current user state as efficiently as a simple activation change.
- D. The System Preparation (Sysprep) utility is used to generalize a Windows installation for imaging and deployment to multiple machines. It removes system-specific data like SIDs and prepares the OS for a first-run experience (OOBE); it is not used for upgrading editions.